2024-11-01T16:47:36.1539717Z Current runner version: '2.320.0' 2024-11-01T16:47:36.1545737Z Runner name: 'i-0690955746d655116' 2024-11-01T16:47:36.1546397Z Runner group name: 'Default' 2024-11-01T16:47:36.1547132Z Machine name: 'EC2AMAZ-SUNQRVI' 2024-11-01T16:47:36.1562426Z Testing runner upgrade compatibility 2024-11-01T16:47:36.2338461Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:47:36.2340186Z Actions: read 2024-11-01T16:47:36.2340680Z Attestations: read 2024-11-01T16:47:36.2341119Z Checks: read 2024-11-01T16:47:36.2341461Z Contents: read 2024-11-01T16:47:36.2341835Z Deployments: read 2024-11-01T16:47:36.2342223Z Discussions: read 2024-11-01T16:47:36.2342573Z Issues: read 2024-11-01T16:47:36.2342930Z Metadata: read 2024-11-01T16:47:36.2343298Z Packages: read 2024-11-01T16:47:36.2343638Z Pages: read 2024-11-01T16:47:36.2343996Z PullRequests: read 2024-11-01T16:47:36.2344412Z RepositoryProjects: read 2024-11-01T16:47:36.2344838Z SecurityEvents: read 2024-11-01T16:47:36.2345411Z Statuses: read 2024-11-01T16:47:36.2345857Z ##[endgroup] 2024-11-01T16:47:36.2348926Z Secret source: Actions 2024-11-01T16:47:36.2349446Z Prepare workflow directory 2024-11-01T16:47:36.3540558Z Prepare all required actions 2024-11-01T16:47:36.3698715Z Getting action download info 2024-11-01T16:47:36.5663553Z Download action repository 'pytorch/test-infra@main' (SHA:49fb39b5efb49007791d74b09885044cd64544bf) 2024-11-01T16:48:02.7974883Z Download action repository 'pytorch/pytorch@main' (SHA:d79c5143d8e625947b93f8821bbe181419f47dee) 2024-11-01T16:49:22.3739352Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-11-01T16:49:22.5894485Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2024-11-01T16:49:23.1547443Z Getting action download info 2024-11-01T16:49:23.2844480Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:49:23.5253709Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml@refs/tags/ciflow/trunk/138766 (d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea) 2024-11-01T16:49:23.5255858Z ##[group] Inputs 2024-11-01T16:49:23.5256293Z build-environment: win-vs2019-cpu-py3 2024-11-01T16:49:23.5256759Z cuda-version: cpu 2024-11-01T16:49:23.5258285Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]} 2024-11-01T16:49:23.5259856Z sync-tag: 2024-11-01T16:49:23.5260600Z timeout-minutes: 240 2024-11-01T16:49:23.5260900Z ##[endgroup] 2024-11-01T16:49:23.5261716Z Complete job name: win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2024-11-01T16:49:23.6692400Z ##[group]Run git config --global core.longpaths true 2024-11-01T16:49:23.6693175Z git config --global core.longpaths true 2024-11-01T16:49:23.6693728Z git config --global core.symlinks true 2024-11-01T16:49:23.6694162Z  2024-11-01T16:49:23.6694676Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2024-11-01T16:49:23.6695566Z # the directory on Windows and prevent GHA from checking out as reported 2024-11-01T16:49:23.6696327Z # in https://github.com/actions/checkout/issues/1018 2024-11-01T16:49:23.6696913Z git config --global core.fsmonitor false 2024-11-01T16:49:23.6722247Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:49:23.6722918Z env: 2024-11-01T16:49:23.6723176Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:49:23.6723488Z ##[endgroup] 2024-11-01T16:49:24.3942806Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-11-01T16:49:24.3943434Z env: 2024-11-01T16:49:24.3943687Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:49:24.3944039Z ##[endgroup] 2024-11-01T16:49:24.4654502Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:49:24.4655678Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:49:24.4656743Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-11-01T16:49:24.4657477Z # handle tool 2024-11-01T16:49:24.4657996Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-11-01T16:49:24.4658618Z Foreach ($process In $processes) { 2024-11-01T16:49:24.4659086Z  Try { 2024-11-01T16:49:24.4659930Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-11-01T16:49:24.4660971Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-11-01T16:49:24.4661571Z  } 2024-11-01T16:49:24.4661831Z  Catch { 2024-11-01T16:49:24.4662289Z  Write-Output "No leftover $process process, continuing" 2024-11-01T16:49:24.4662847Z  Write-Output $_ 2024-11-01T16:49:24.4663178Z  } 2024-11-01T16:49:24.4663413Z } 2024-11-01T16:49:24.4663658Z  2024-11-01T16:49:24.4664341Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-11-01T16:49:24.4665243Z # for hung processes 2024-11-01T16:49:24.4665658Z Foreach ($process In $processes) { 2024-11-01T16:49:24.4666069Z  Try { 2024-11-01T16:49:24.4666656Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-11-01T16:49:24.4667315Z  } 2024-11-01T16:49:24.4667579Z  Catch { 2024-11-01T16:49:24.4667886Z  Write-Output $_ 2024-11-01T16:49:24.4668204Z  } 2024-11-01T16:49:24.4668456Z } 2024-11-01T16:49:24.4668708Z  2024-11-01T16:49:24.4668935Z Try { 2024-11-01T16:49:24.4669289Z  # Print all the processes for debugging 2024-11-01T16:49:24.4670000Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-11-01T16:49:24.4670749Z } 2024-11-01T16:49:24.4671047Z Catch { 2024-11-01T16:49:24.4671652Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-11-01T16:49:24.4672416Z  Write-Output $_ 2024-11-01T16:49:24.4672741Z } 2024-11-01T16:49:24.4689220Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:49:24.4689862Z env: 2024-11-01T16:49:24.4690130Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:49:24.4690450Z ##[endgroup] 2024-11-01T16:49:25.7665600Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:49:25.7698332Z Finished 2024-11-01T16:49:25.8954284Z No leftover python process, continuing 2024-11-01T16:49:26.0060622Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-11-01T16:49:26.0061837Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:9 char:5 2024-11-01T16:49:26.0062882Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:49:26.0063596Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.0064433Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-11-01T16:49:26.0065768Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:49:26.0066731Z 2024-11-01T16:49:26.0081772Z No leftover ninja process, continuing 2024-11-01T16:49:26.0091067Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-11-01T16:49:26.0092132Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:9 char:5 2024-11-01T16:49:26.0093821Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:49:26.0094442Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.0095135Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-11-01T16:49:26.0096378Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:49:26.0097261Z 2024-11-01T16:49:26.0105903Z No leftover cl process, continuing 2024-11-01T16:49:26.0115819Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-11-01T16:49:26.0116888Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:9 char:5 2024-11-01T16:49:26.0117795Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:49:26.0118402Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.0119262Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-11-01T16:49:26.0120396Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:49:26.0121211Z 2024-11-01T16:49:26.0129634Z No leftover nvcc process, continuing 2024-11-01T16:49:26.0139180Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-11-01T16:49:26.0140239Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:9 char:5 2024-11-01T16:49:26.0141121Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:49:26.0141751Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.0142455Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-11-01T16:49:26.0143578Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:49:26.0144420Z 2024-11-01T16:49:26.0169826Z No leftover sccache process, continuing 2024-11-01T16:49:26.0179311Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-11-01T16:49:26.0180364Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:9 char:5 2024-11-01T16:49:26.0181210Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:49:26.0181892Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.0182595Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-11-01T16:49:26.0183766Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:49:26.0184599Z 2024-11-01T16:49:26.0191961Z No leftover git process, continuing 2024-11-01T16:49:26.0201052Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-11-01T16:49:26.0202112Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:9 char:5 2024-11-01T16:49:26.0202956Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:49:26.0203561Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.0204259Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-11-01T16:49:26.0205395Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:49:26.0206228Z 2024-11-01T16:49:26.1640701Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:49:26.1642026Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:49:26.1642914Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:49:26.1643745Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:21 char:6 2024-11-01T16:49:26.1644563Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:49:26.1645212Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.1645869Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:49:26.1646846Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:49:26.1647622Z 2024-11-01T16:49:26.1665538Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:49:26.1666815Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:49:26.1667703Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:49:26.1668529Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:21 char:6 2024-11-01T16:49:26.1669356Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:49:26.1669983Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.1670708Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:49:26.1671706Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:49:26.1672464Z 2024-11-01T16:49:26.1691145Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:49:26.1692437Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:49:26.1693320Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:49:26.1694012Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:21 char:6 2024-11-01T16:49:26.1694837Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:49:26.1695483Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.1696147Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:49:26.1697128Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:49:26.1697901Z 2024-11-01T16:49:26.1716368Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:49:26.1717655Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:49:26.1718524Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:49:26.1719224Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:21 char:6 2024-11-01T16:49:26.1720061Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:49:26.1720693Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.1721350Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:49:26.1722347Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:49:26.1723107Z 2024-11-01T16:49:26.1743866Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:49:26.1745140Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:49:26.1746190Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:49:26.1746874Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:21 char:6 2024-11-01T16:49:26.1747702Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:49:26.1748456Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.1749095Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:49:26.1750090Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:49:26.1750945Z 2024-11-01T16:49:26.1772525Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:49:26.1773791Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:49:26.1774679Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:49:26.1775386Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:21 char:6 2024-11-01T16:49:26.1776202Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:49:26.1776852Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.1777507Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:49:26.1778506Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:49:26.1779267Z 2024-11-01T16:49:26.1798068Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:49:26.1799344Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:49:26.1800211Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:49:26.1800919Z At C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1:21 char:6 2024-11-01T16:49:26.1801750Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:49:26.1802403Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:49:26.1803044Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:49:26.1804043Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:49:26.1804819Z 2024-11-01T16:49:29.9095904Z Caption CommandLine ProcessId 2024-11-01T16:49:29.9096590Z 2024-11-01T16:49:29.9097067Z System Idle Process 0 2024-11-01T16:49:29.9097683Z 2024-11-01T16:49:29.9098058Z System 4 2024-11-01T16:49:29.9098589Z 2024-11-01T16:49:29.9099399Z Registry 168 2024-11-01T16:49:29.9099943Z 2024-11-01T16:49:29.9100330Z smss.exe 408 2024-11-01T16:49:29.9101548Z 2024-11-01T16:49:29.9101947Z csrss.exe 536 2024-11-01T16:49:29.9102501Z 2024-11-01T16:49:29.9102903Z csrss.exe 612 2024-11-01T16:49:29.9103455Z 2024-11-01T16:49:29.9103858Z wininit.exe 664 2024-11-01T16:49:29.9104409Z 2024-11-01T16:49:29.9104892Z winlogon.exe winlogon.exe 688 2024-11-01T16:49:29.9105522Z 2024-11-01T16:49:29.9105942Z services.exe 752 2024-11-01T16:49:29.9106513Z 2024-11-01T16:49:29.9107081Z lsass.exe C:\Windows\system32\lsass.exe 772 2024-11-01T16:49:29.9107789Z 2024-11-01T16:49:29.9108514Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 896 2024-11-01T16:49:29.9109387Z 2024-11-01T16:49:29.9110048Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 920 2024-11-01T16:49:29.9110919Z 2024-11-01T16:49:29.9111893Z fontdrvhost.exe "fontdrvhost.exe" 940 2024-11-01T16:49:29.9112801Z 2024-11-01T16:49:29.9113316Z fontdrvhost.exe "fontdrvhost.exe" 948 2024-11-01T16:49:29.9113982Z 2024-11-01T16:49:29.9114624Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 148 2024-11-01T16:49:29.9115434Z 2024-11-01T16:49:29.9116152Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 448 2024-11-01T16:49:29.9117049Z 2024-11-01T16:49:29.9117789Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1048 2024-11-01T16:49:29.9118668Z 2024-11-01T16:49:29.9119615Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1152 2024-11-01T16:49:29.9120610Z 2024-11-01T16:49:29.9121107Z dwm.exe "dwm.exe" 1204 2024-11-01T16:49:29.9121700Z 2024-11-01T16:49:29.9122355Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1316 2024-11-01T16:49:29.9123078Z 2024-11-01T16:49:29.9123970Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1340 2024-11-01T16:49:29.9124966Z 2024-11-01T16:49:29.9126935Z 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 1428 2024-11-01T16:49:29.9128981Z 2024-11-01T16:49:29.9129839Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1436 2024-11-01T16:49:29.9130772Z 2024-11-01T16:49:29.9131525Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1472 2024-11-01T16:49:29.9132448Z 2024-11-01T16:49:29.9133392Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1492 2024-11-01T16:49:29.9134352Z 2024-11-01T16:49:29.9135149Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1540 2024-11-01T16:49:29.9136034Z 2024-11-01T16:49:29.9136799Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1576 2024-11-01T16:49:29.9137657Z 2024-11-01T16:49:29.9138463Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1660 2024-11-01T16:49:29.9139356Z 2024-11-01T16:49:29.9140233Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1684 2024-11-01T16:49:29.9141222Z 2024-11-01T16:49:29.9142224Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1732 2024-11-01T16:49:29.9143173Z 2024-11-01T16:49:29.9143903Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1920 2024-11-01T16:49:29.9144795Z 2024-11-01T16:49:29.9145621Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1928 2024-11-01T16:49:29.9146524Z 2024-11-01T16:49:29.9147290Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1936 2024-11-01T16:49:29.9148321Z 2024-11-01T16:49:29.9149201Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1992 2024-11-01T16:49:29.9150254Z 2024-11-01T16:49:29.9151048Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1140 2024-11-01T16:49:29.9151921Z 2024-11-01T16:49:29.9152839Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2088 2024-11-01T16:49:29.9153919Z 2024-11-01T16:49:29.9184427Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2136 2024-11-01T16:49:29.9185459Z 2024-11-01T16:49:29.9186252Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2204 2024-11-01T16:49:29.9187151Z 2024-11-01T16:49:29.9187901Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2236 2024-11-01T16:49:29.9188759Z 2024-11-01T16:49:29.9189554Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2300 2024-11-01T16:49:29.9190559Z 2024-11-01T16:49:29.9191422Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2392 2024-11-01T16:49:29.9192395Z 2024-11-01T16:49:29.9193376Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2412 2024-11-01T16:49:29.9194300Z 2024-11-01T16:49:29.9195509Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2444 2024-11-01T16:49:29.9196357Z 2024-11-01T16:49:29.9197073Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2592 2024-11-01T16:49:29.9197910Z 2024-11-01T16:49:29.9198630Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2720 2024-11-01T16:49:29.9199470Z 2024-11-01T16:49:29.9200058Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2828 2024-11-01T16:49:29.9200761Z 2024-11-01T16:49:29.9201503Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2916 2024-11-01T16:49:29.9202386Z 2024-11-01T16:49:29.9203197Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2924 2024-11-01T16:49:29.9204148Z 2024-11-01T16:49:29.9204833Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2932 2024-11-01T16:49:29.9205671Z 2024-11-01T16:49:29.9206389Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2940 2024-11-01T16:49:29.9207254Z 2024-11-01T16:49:29.9207976Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2948 2024-11-01T16:49:29.9208841Z 2024-11-01T16:49:29.9209985Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2956 2024-11-01T16:49:29.9210922Z 2024-11-01T16:49:29.9211737Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2968 2024-11-01T16:49:29.9212689Z 2024-11-01T16:49:29.9213399Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2980 2024-11-01T16:49:29.9214247Z 2024-11-01T16:49:29.9214953Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3100 2024-11-01T16:49:29.9215812Z 2024-11-01T16:49:29.9216404Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3156 2024-11-01T16:49:29.9217139Z 2024-11-01T16:49:29.9218101Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3232 2024-11-01T16:49:29.9219188Z 2024-11-01T16:49:29.9219901Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3324 2024-11-01T16:49:29.9220725Z 2024-11-01T16:49:29.9221598Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3752 2024-11-01T16:49:29.9222584Z 2024-11-01T16:49:29.9223223Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3884 2024-11-01T16:49:29.9223975Z 2024-11-01T16:49:29.9224749Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a76855 /state1:0x41c64e6d 2672 2024-11-01T16:49:29.9225576Z 2024-11-01T16:49:29.9227286Z 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 3192 2024-11-01T16:49:29.9229155Z 2024-11-01T16:49:29.9229826Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 1692 2024-11-01T16:49:29.9230705Z 2024-11-01T16:49:29.9231264Z vds.exe C:\Windows\System32\vds.exe 3024 2024-11-01T16:49:29.9231935Z 2024-11-01T16:49:29.9232705Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 3008 2024-11-01T16:49:29.9233733Z 2024-11-01T16:49:29.9234317Z msdtc.exe C:\Windows\System32\msdtc.exe 2904 2024-11-01T16:49:29.9235010Z 2024-11-01T16:49:29.9235834Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1676 2024-11-01T16:49:29.9236780Z 2024-11-01T16:49:29.9237476Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 3460 2024-11-01T16:49:29.9238288Z 2024-11-01T16:49:29.9239233Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 2884 2024-11-01T16:49:29.9240223Z 2024-11-01T16:49:29.9241049Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 1792 2024-11-01T16:49:29.9241990Z 2024-11-01T16:49:29.9242795Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4480 2024-11-01T16:49:29.9243643Z 2024-11-01T16:49:29.9244405Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4896 2024-11-01T16:49:29.9245467Z 2024-11-01T16:49:29.9246477Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 2428 2024-11-01T16:49:29.9247632Z 2024-11-01T16:49:29.9249659Z 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 4420 2024-11-01T16:49:29.9251912Z 2024-11-01T16:49:29.9252518Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4432 2024-11-01T16:49:29.9253269Z 2024-11-01T16:49:29.9254088Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 5032 2024-11-01T16:49:29.9255044Z 2024-11-01T16:49:29.9255792Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 1096 2024-11-01T16:49:29.9256770Z 2024-11-01T16:49:29.9257766Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ua /installsource scheduler 3496 2024-11-01T16:49:29.9258904Z 2024-11-01T16:49:29.9259758Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4496 2024-11-01T16:49:29.9260764Z 2024-11-01T16:49:29.9261368Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4288 2024-11-01T16:49:29.9262209Z 2024-11-01T16:49:29.9262994Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 1304 2024-11-01T16:49:29.9263913Z 2024-11-01T16:49:29.9264653Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 124 2024-11-01T16:49:29.9265518Z 2024-11-01T16:49:29.9266272Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3316 2024-11-01T16:49:29.9267137Z 2024-11-01T16:49:29.9267842Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2268 2024-11-01T16:49:29.9268580Z 2024-11-01T16:49:29.9269152Z taskhostw.exe taskhostw.exe /RuntimeWide 840 2024-11-01T16:49:29.9269840Z 2024-11-01T16:49:29.9270841Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1012 3076 2024-11-01T16:49:29.9271856Z 2024-11-01T16:49:29.9272479Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4840 2024-11-01T16:49:29.9273265Z 2024-11-01T16:49:29.9274196Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1016 384 2024-11-01T16:49:29.9275186Z 2024-11-01T16:49:29.9275805Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 672 2024-11-01T16:49:29.9276541Z 2024-11-01T16:49:29.9277363Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4832 2024-11-01T16:49:29.9278297Z 2024-11-01T16:49:29.9279387Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 1460 2024-11-01T16:49:29.9280530Z 2024-11-01T16:49:29.9281445Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 1972 2024-11-01T16:49:29.9282504Z 2024-11-01T16:49:29.9283280Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1692 1628 4792 2024-11-01T16:49:29.9284194Z 2024-11-01T16:49:29.9284879Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3204 2024-11-01T16:49:29.9285639Z 2024-11-01T16:49:29.9286266Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4912 2024-11-01T16:49:29.9287034Z 2024-11-01T16:49:29.9288204Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\ec83d640-f11e-4870-b5d2-08d983599c43.ps1'" 136 2024-11-01T16:49:29.9289516Z 2024-11-01T16:49:29.9290837Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe -StartupEvent 3a8 -InterruptEvent 0 -NGENProcess 3c0 -Pipe 3c4 -Comment "NGen Worker Process" 3820 2024-11-01T16:49:29.9292349Z 2024-11-01T16:49:29.9293366Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 3824 2024-11-01T16:49:29.9294383Z 2024-11-01T16:49:29.9294388Z 2024-11-01T16:49:29.9294392Z 2024-11-01T16:49:29.9544467Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-11-01T16:49:29.9545018Z with: 2024-11-01T16:49:29.9545620Z github-secret: *** 2024-11-01T16:49:29.9549070Z 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 tests locally, change working folder to \actions-runner\_work\pytorch\pytorch\test, Activate miniconda and Visual Studio environment and set PYTHON_PATH, 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 set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2024-11-01T16:49:29.9552685Z activate-with-label: false 2024-11-01T16:49:29.9553184Z label: with-ssh 2024-11-01T16:49:29.9553475Z remove-existing-keys: true 2024-11-01T16:49:29.9553871Z fail-silently: true 2024-11-01T16:49:29.9554141Z env: 2024-11-01T16:49:29.9554386Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:49:29.9554795Z ##[endgroup] 2024-11-01T16:49:30.0676068Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-11-01T16:49:30.0677998Z ciflow reference detected, attempting to extract PR number 2024-11-01T16:49:30.4370264Z Grabbing public ssh keys from https://github.com/pytorch-bot[bot].keys 2024-11-01T16:49:30.5050679Z No SSH keys found for user pytorch-bot[bot] 2024-11-01T16:49:30.5051286Z Grabbing public ssh keys from https://github.com/c00w.keys 2024-11-01T16:49:30.5711773Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2024-11-01T16:49:30.5743497Z Login using: ssh runneruser@ec2-54-242-208-135.compute-1.amazonaws.com 2024-11-01T16:49:30.5744337Z To forward remote desktop on your local machine ssh as follows: 2024-11-01T16:49:30.5745146Z ssh -L 3389:localhost:3389 runneruser@ec2-54-242-208-135.compute-1.amazonaws.com 2024-11-01T16:49:30.5745830Z And then change password using `passwd` command. 2024-11-01T16:49:30.5746190Z 2024-11-01T16:49:30.5746607Z To start tests locally, change working folder to \actions-runner\_work\pytorch\pytorch\test, 2024-11-01T16:49:30.5747659Z Activate miniconda and Visual Studio environment and set PYTHON_PATH, by running: 2024-11-01T16:49:30.5748496Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-11-01T16:49:30.5749559Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2024-11-01T16:49:30.5750653Z set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2024-11-01T16:49:30.5972025Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:49:30.5972566Z with: 2024-11-01T16:49:30.5972820Z no-sudo: true 2024-11-01T16:49:30.5973102Z submodules: recursive 2024-11-01T16:49:30.5973404Z fetch-depth: 0 2024-11-01T16:49:30.5973660Z env: 2024-11-01T16:49:30.5973901Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:49:30.5974198Z ##[endgroup] 2024-11-01T16:49:30.6232449Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:49:30.6233786Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:49:30.6253224Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:49:30.6253843Z env: 2024-11-01T16:49:30.6254162Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:49:30.6254530Z ##[endgroup] 2024-11-01T16:49:30.6644637Z ##[group]Run retry () { 2024-11-01T16:49:30.6644961Z retry () { 2024-11-01T16:49:30.6645440Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:49:30.6646001Z } 2024-11-01T16:49:30.6646266Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:49:30.6646663Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:49:30.6647123Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:49:30.6647547Z else 2024-11-01T16:49:30.6647865Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:49:30.6648274Z fi 2024-11-01T16:49:30.6648541Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:49:30.6666694Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:49:30.6667426Z env: 2024-11-01T16:49:30.6667666Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:49:30.6667993Z NO_SUDO: true 2024-11-01T16:49:30.6668257Z ##[endgroup] 2024-11-01T16:49:30.6838679Z C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:49:30.8517771Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:49:30.8518219Z with: 2024-11-01T16:49:30.8518722Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:49:30.8519186Z fetch-depth: 0 2024-11-01T16:49:30.8519491Z submodules: recursive 2024-11-01T16:49:30.8519843Z quiet-checkout: true 2024-11-01T16:49:30.8520183Z repository: pytorch/pytorch 2024-11-01T16:49:30.8520713Z token: *** 2024-11-01T16:49:30.8520978Z ssh-strict: true 2024-11-01T16:49:30.8521268Z persist-credentials: true 2024-11-01T16:49:30.8521602Z clean: true 2024-11-01T16:49:30.8521897Z sparse-checkout-cone-mode: true 2024-11-01T16:49:30.8522246Z lfs: false 2024-11-01T16:49:30.8522522Z set-safe-directory: true 2024-11-01T16:49:30.8522833Z env: 2024-11-01T16:49:30.8523058Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:49:30.8523368Z ##[endgroup] 2024-11-01T16:49:30.9569419Z Syncing repository: pytorch/pytorch 2024-11-01T16:49:30.9570979Z ##[group]Getting Git version info 2024-11-01T16:49:30.9571533Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2024-11-01T16:49:30.9630363Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-11-01T16:49:30.9831216Z git version 2.46.0.windows.1 2024-11-01T16:49:30.9873825Z ##[endgroup] 2024-11-01T16:49:30.9887553Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\9d58e275-305e-4674-9567-c3d43b7184a7\.gitconfig' 2024-11-01T16:49:30.9904853Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\9d58e275-305e-4674-9567-c3d43b7184a7' before making global git config changes 2024-11-01T16:49:30.9906253Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:49:30.9913146Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:49:31.0138116Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2024-11-01T16:49:31.0144897Z ##[group]Initializing the repository 2024-11-01T16:49:31.0150181Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:49:31.1126758Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2024-11-01T16:49:31.1163383Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:49:31.1396211Z ##[endgroup] 2024-11-01T16:49:31.1396769Z ##[group]Disabling automatic garbage collection 2024-11-01T16:49:31.1402692Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2024-11-01T16:49:31.1620699Z ##[endgroup] 2024-11-01T16:49:31.1621182Z ##[group]Setting up auth 2024-11-01T16:49:31.1630060Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:49:31.1849801Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2024-11-01T16:49:31.5326725Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:49:31.5549472Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2024-11-01T16:49:31.9183679Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-11-01T16:49:31.9452782Z ##[endgroup] 2024-11-01T16:49:31.9453314Z ##[group]Fetching the repository 2024-11-01T16:49:31.9463311Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-11-01T16:49:37.2423776Z remote: Enumerating objects: 1053147 2024-11-01T16:49:37.2424478Z remote: Enumerating objects: 1053785, done. 2024-11-01T16:49:37.2425792Z remote: Counting objects: 0% (1/638) 2024-11-01T16:49:37.2426493Z remote: Counting objects: 1% (7/638) 2024-11-01T16:49:37.2427056Z remote: Counting objects: 2% (13/638) 2024-11-01T16:49:37.2427546Z remote: Counting objects: 3% (20/638) 2024-11-01T16:49:37.2428094Z remote: Counting objects: 4% (26/638) 2024-11-01T16:49:37.2428777Z remote: Counting objects: 5% (32/638) 2024-11-01T16:49:37.2429261Z remote: Counting objects: 6% (39/638) 2024-11-01T16:49:37.2429729Z remote: Counting objects: 7% (45/638) 2024-11-01T16:49:37.2430217Z remote: Counting objects: 8% (52/638) 2024-11-01T16:49:37.2430841Z remote: Counting objects: 9% (58/638) 2024-11-01T16:49:37.2431322Z remote: Counting objects: 10% (64/638) 2024-11-01T16:49:37.2431796Z remote: Counting objects: 11% (71/638) 2024-11-01T16:49:37.2432275Z remote: Counting objects: 12% (77/638) 2024-11-01T16:49:37.2432754Z remote: Counting objects: 13% (83/638) 2024-11-01T16:49:37.2433223Z remote: Counting objects: 14% (90/638) 2024-11-01T16:49:37.2433691Z remote: Counting objects: 15% (96/638) 2024-11-01T16:49:37.2434172Z remote: Counting objects: 16% (103/638) 2024-11-01T16:49:37.2434646Z remote: Counting objects: 17% (109/638) 2024-11-01T16:49:37.2435126Z remote: Counting objects: 18% (115/638) 2024-11-01T16:49:37.2435610Z remote: Counting objects: 19% (122/638) 2024-11-01T16:49:37.2436072Z remote: Counting objects: 20% (128/638) 2024-11-01T16:49:37.2436555Z remote: Counting objects: 21% (134/638) 2024-11-01T16:49:37.2437033Z remote: Counting objects: 22% (141/638) 2024-11-01T16:49:37.2437519Z remote: Counting objects: 23% (147/638) 2024-11-01T16:49:37.2438548Z remote: Counting objects: 24% (154/638) 2024-11-01T16:49:37.2439053Z remote: Counting objects: 25% (160/638) 2024-11-01T16:49:37.2439537Z remote: Counting objects: 26% (166/638) 2024-11-01T16:49:37.2440013Z remote: Counting objects: 27% (173/638) 2024-11-01T16:49:37.2440498Z remote: Counting objects: 28% (179/638) 2024-11-01T16:49:37.2440977Z remote: Counting objects: 29% (186/638) 2024-11-01T16:49:37.2441442Z remote: Counting objects: 30% (192/638) 2024-11-01T16:49:37.2441924Z remote: Counting objects: 31% (198/638) 2024-11-01T16:49:37.2442400Z remote: Counting objects: 32% (205/638) 2024-11-01T16:49:37.2442859Z remote: Counting objects: 33% (211/638) 2024-11-01T16:49:37.2443338Z remote: Counting objects: 34% (217/638) 2024-11-01T16:49:37.2443818Z remote: Counting objects: 35% (224/638) 2024-11-01T16:49:37.2444281Z remote: Counting objects: 36% (230/638) 2024-11-01T16:49:37.2444762Z remote: Counting objects: 37% (237/638) 2024-11-01T16:49:37.2445235Z remote: Counting objects: 38% (243/638) 2024-11-01T16:49:37.2445695Z remote: Counting objects: 39% (249/638) 2024-11-01T16:49:37.2446176Z remote: Counting objects: 40% (256/638) 2024-11-01T16:49:37.2446654Z remote: Counting objects: 41% (262/638) 2024-11-01T16:49:37.2447118Z remote: Counting objects: 42% (268/638) 2024-11-01T16:49:37.2447595Z remote: Counting objects: 43% (275/638) 2024-11-01T16:49:37.2448072Z remote: Counting objects: 44% (281/638) 2024-11-01T16:49:37.2448547Z remote: Counting objects: 45% (288/638) 2024-11-01T16:49:37.2449007Z remote: Counting objects: 46% (294/638) 2024-11-01T16:49:37.2449484Z remote: Counting objects: 47% (300/638) 2024-11-01T16:49:37.2449958Z remote: Counting objects: 48% (307/638) 2024-11-01T16:49:37.2450424Z remote: Counting objects: 49% (313/638) 2024-11-01T16:49:37.2450910Z remote: Counting objects: 50% (319/638) 2024-11-01T16:49:37.2451384Z remote: Counting objects: 51% (326/638) 2024-11-01T16:49:37.2451845Z remote: Counting objects: 52% (332/638) 2024-11-01T16:49:37.2452444Z remote: Counting objects: 53% (339/638) 2024-11-01T16:49:37.2452930Z remote: Counting objects: 54% (345/638) 2024-11-01T16:49:37.2453392Z remote: Counting objects: 55% (351/638) 2024-11-01T16:49:37.2453876Z remote: Counting objects: 56% (358/638) 2024-11-01T16:49:37.2454358Z remote: Counting objects: 57% (364/638) 2024-11-01T16:49:37.2454819Z remote: Counting objects: 58% (371/638) 2024-11-01T16:49:37.2455302Z remote: Counting objects: 59% (377/638) 2024-11-01T16:49:37.2455779Z remote: Counting objects: 60% (383/638) 2024-11-01T16:49:37.2456240Z remote: Counting objects: 61% (390/638) 2024-11-01T16:49:37.2456719Z remote: Counting objects: 62% (396/638) 2024-11-01T16:49:37.2457201Z remote: Counting objects: 63% (402/638) 2024-11-01T16:49:37.2457659Z remote: Counting objects: 64% (409/638) 2024-11-01T16:49:37.2458138Z remote: Counting objects: 65% (415/638) 2024-11-01T16:49:37.2458617Z remote: Counting objects: 66% (422/638) 2024-11-01T16:49:37.2459075Z remote: Counting objects: 67% (428/638) 2024-11-01T16:49:37.2459675Z remote: Counting objects: 68% (434/638) 2024-11-01T16:49:37.2460185Z remote: Counting objects: 69% (441/638) 2024-11-01T16:49:37.2460732Z remote: Counting objects: 70% (447/638) 2024-11-01T16:49:37.2461299Z remote: Counting objects: 71% (453/638) 2024-11-01T16:49:37.2461808Z remote: Counting objects: 72% (460/638) 2024-11-01T16:49:37.2462351Z remote: Counting objects: 73% (466/638) 2024-11-01T16:49:37.2462908Z remote: Counting objects: 74% (473/638) 2024-11-01T16:49:37.2463455Z remote: Counting objects: 75% (479/638) 2024-11-01T16:49:37.2464069Z remote: Counting objects: 76% (485/638) 2024-11-01T16:49:37.2464639Z remote: Counting objects: 77% (492/638) 2024-11-01T16:49:37.2465207Z remote: Counting objects: 78% (498/638) 2024-11-01T16:49:37.2465721Z remote: Counting objects: 79% (505/638) 2024-11-01T16:49:37.2466289Z remote: Counting objects: 80% (511/638) 2024-11-01T16:49:37.2466841Z remote: Counting objects: 81% (517/638) 2024-11-01T16:49:37.2467360Z remote: Counting objects: 82% (524/638) 2024-11-01T16:49:37.2467942Z remote: Counting objects: 83% (530/638) 2024-11-01T16:49:37.2468486Z remote: Counting objects: 84% (536/638) 2024-11-01T16:49:37.2468998Z remote: Counting objects: 85% (543/638) 2024-11-01T16:49:37.2469570Z remote: Counting objects: 86% (549/638) 2024-11-01T16:49:37.2470120Z remote: Counting objects: 87% (556/638) 2024-11-01T16:49:37.2470742Z remote: Counting objects: 88% (562/638) 2024-11-01T16:49:37.2471315Z remote: Counting objects: 89% (568/638) 2024-11-01T16:49:37.2471869Z remote: Counting objects: 90% (575/638) 2024-11-01T16:49:37.2472422Z remote: Counting objects: 91% (581/638) 2024-11-01T16:49:37.2472938Z remote: Counting objects: 92% (587/638) 2024-11-01T16:49:37.2473480Z remote: Counting objects: 93% (594/638) 2024-11-01T16:49:37.2474025Z remote: Counting objects: 94% (600/638) 2024-11-01T16:49:37.2474542Z remote: Counting objects: 95% (607/638) 2024-11-01T16:49:37.2475096Z remote: Counting objects: 96% (613/638) 2024-11-01T16:49:37.2475645Z remote: Counting objects: 97% (619/638) 2024-11-01T16:49:37.2476161Z remote: Counting objects: 98% (626/638) 2024-11-01T16:49:37.2476705Z remote: Counting objects: 99% (632/638) 2024-11-01T16:49:37.2477245Z remote: Counting objects: 100% (638/638) 2024-11-01T16:49:37.2477797Z remote: Counting objects: 100% (638/638), done. 2024-11-01T16:49:37.2478415Z remote: Compressing objects: 0% (1/298) 2024-11-01T16:49:37.2651705Z remote: Compressing objects: 1% (3/298) 2024-11-01T16:49:37.2901264Z remote: Compressing objects: 2% (6/298) 2024-11-01T16:49:37.2986886Z remote: Compressing objects: 3% (9/298) 2024-11-01T16:49:37.3014100Z remote: Compressing objects: 4% (12/298) 2024-11-01T16:49:37.3131688Z remote: Compressing objects: 5% (15/298) 2024-11-01T16:49:37.3215925Z remote: Compressing objects: 6% (18/298) 2024-11-01T16:49:37.3306505Z remote: Compressing objects: 7% (21/298) 2024-11-01T16:49:37.3331088Z remote: Compressing objects: 8% (24/298) 2024-11-01T16:49:37.3331638Z remote: Compressing objects: 9% (27/298) 2024-11-01T16:49:37.3332162Z remote: Compressing objects: 10% (30/298) 2024-11-01T16:49:37.3332665Z remote: Compressing objects: 11% (33/298) 2024-11-01T16:49:37.3333207Z remote: Compressing objects: 12% (36/298) 2024-11-01T16:49:37.3333723Z remote: Compressing objects: 13% (39/298) 2024-11-01T16:49:37.3334236Z remote: Compressing objects: 14% (42/298) 2024-11-01T16:49:37.3334741Z remote: Compressing objects: 15% (45/298) 2024-11-01T16:49:37.3335252Z remote: Compressing objects: 16% (48/298) 2024-11-01T16:49:37.3335757Z remote: Compressing objects: 17% (51/298) 2024-11-01T16:49:37.3336255Z remote: Compressing objects: 18% (54/298) 2024-11-01T16:49:37.3337878Z remote: Compressing objects: 19% (57/298) 2024-11-01T16:49:37.3341159Z remote: Compressing objects: 20% (60/298) 2024-11-01T16:49:37.3343291Z remote: Compressing objects: 21% (63/298) 2024-11-01T16:49:37.3346850Z remote: Compressing objects: 22% (66/298) 2024-11-01T16:49:37.3347360Z remote: Compressing objects: 23% (69/298) 2024-11-01T16:49:37.3350018Z remote: Compressing objects: 24% (72/298) 2024-11-01T16:49:37.3350994Z remote: Compressing objects: 25% (75/298) 2024-11-01T16:49:37.3357391Z remote: Compressing objects: 26% (78/298) 2024-11-01T16:49:37.3361006Z remote: Compressing objects: 27% (81/298) 2024-11-01T16:49:37.3362410Z remote: Compressing objects: 28% (84/298) 2024-11-01T16:49:37.3362929Z remote: Compressing objects: 29% (87/298) 2024-11-01T16:49:37.3367167Z remote: Compressing objects: 30% (90/298) 2024-11-01T16:49:37.3368031Z remote: Compressing objects: 31% (93/298) 2024-11-01T16:49:37.3369287Z remote: Compressing objects: 32% (96/298) 2024-11-01T16:49:37.3371021Z remote: Compressing objects: 33% (99/298) 2024-11-01T16:49:37.3373487Z remote: Compressing objects: 34% (102/298) 2024-11-01T16:49:37.3378244Z remote: Compressing objects: 35% (105/298) 2024-11-01T16:49:37.3381143Z remote: Compressing objects: 36% (108/298) 2024-11-01T16:49:37.3383096Z remote: Compressing objects: 37% (111/298) 2024-11-01T16:49:37.3386517Z remote: Compressing objects: 38% (114/298) 2024-11-01T16:49:37.3391131Z remote: Compressing objects: 39% (117/298) 2024-11-01T16:49:37.3393099Z remote: Compressing objects: 40% (120/298) 2024-11-01T16:49:37.3396296Z remote: Compressing objects: 41% (123/298) 2024-11-01T16:49:37.3398386Z remote: Compressing objects: 42% (126/298) 2024-11-01T16:49:37.3399375Z remote: Compressing objects: 43% (129/298) 2024-11-01T16:49:37.3400977Z remote: Compressing objects: 44% (132/298) 2024-11-01T16:49:37.3403710Z remote: Compressing objects: 45% (135/298) 2024-11-01T16:49:37.3405881Z remote: Compressing objects: 46% (138/298) 2024-11-01T16:49:37.3407007Z remote: Compressing objects: 47% (141/298) 2024-11-01T16:49:37.3407510Z remote: Compressing objects: 48% (144/298) 2024-11-01T16:49:37.3408370Z remote: Compressing objects: 49% (147/298) 2024-11-01T16:49:37.3408907Z remote: Compressing objects: 50% (149/298) 2024-11-01T16:49:37.3409408Z remote: Compressing objects: 51% (152/298) 2024-11-01T16:49:37.3410043Z remote: Compressing objects: 52% (155/298) 2024-11-01T16:49:37.3410728Z remote: Compressing objects: 53% (158/298) 2024-11-01T16:49:37.3411343Z remote: Compressing objects: 54% (161/298) 2024-11-01T16:49:37.3411845Z remote: Compressing objects: 55% (164/298) 2024-11-01T16:49:37.3412360Z remote: Compressing objects: 56% (167/298) 2024-11-01T16:49:37.3413051Z remote: Compressing objects: 57% (170/298) 2024-11-01T16:49:37.3413552Z remote: Compressing objects: 58% (173/298) 2024-11-01T16:49:37.3414066Z remote: Compressing objects: 59% (176/298) 2024-11-01T16:49:37.3414696Z remote: Compressing objects: 60% (179/298) 2024-11-01T16:49:37.3415195Z remote: Compressing objects: 61% (182/298) 2024-11-01T16:49:37.3415797Z remote: Compressing objects: 62% (185/298) 2024-11-01T16:49:37.3416328Z remote: Compressing objects: 63% (188/298) 2024-11-01T16:49:37.3416933Z remote: Compressing objects: 64% (191/298) 2024-11-01T16:49:37.3417456Z remote: Compressing objects: 65% (194/298) 2024-11-01T16:49:37.3418065Z remote: Compressing objects: 66% (197/298) 2024-11-01T16:49:37.3418561Z remote: Compressing objects: 67% (200/298) 2024-11-01T16:49:37.3419076Z remote: Compressing objects: 68% (203/298) 2024-11-01T16:49:37.3419710Z remote: Compressing objects: 69% (206/298) 2024-11-01T16:49:37.3420223Z remote: Compressing objects: 70% (209/298) 2024-11-01T16:49:37.3420718Z remote: Compressing objects: 71% (212/298) 2024-11-01T16:49:37.3421234Z remote: Compressing objects: 72% (215/298) 2024-11-01T16:49:37.3421836Z remote: Compressing objects: 73% (218/298) 2024-11-01T16:49:37.3422452Z remote: Compressing objects: 74% (221/298) 2024-11-01T16:49:37.3423696Z remote: Compressing objects: 75% (224/298) 2024-11-01T16:49:37.3424243Z remote: Compressing objects: 76% (227/298) 2024-11-01T16:49:37.3424879Z remote: Compressing objects: 77% (230/298) 2024-11-01T16:49:37.3425503Z remote: Compressing objects: 78% (233/298) 2024-11-01T16:49:37.3426135Z remote: Compressing objects: 79% (236/298) 2024-11-01T16:49:37.3426643Z remote: Compressing objects: 80% (239/298) 2024-11-01T16:49:37.3427261Z remote: Compressing objects: 81% (242/298) 2024-11-01T16:49:37.3427890Z remote: Compressing objects: 82% (245/298) 2024-11-01T16:49:37.3428405Z remote: Compressing objects: 83% (248/298) 2024-11-01T16:49:37.3429002Z remote: Compressing objects: 84% (251/298) 2024-11-01T16:49:37.3429515Z remote: Compressing objects: 85% (254/298) 2024-11-01T16:49:37.3430032Z remote: Compressing objects: 86% (257/298) 2024-11-01T16:49:37.3430740Z remote: Compressing objects: 87% (260/298) 2024-11-01T16:49:37.3431264Z remote: Compressing objects: 88% (263/298) 2024-11-01T16:49:37.3431937Z remote: Compressing objects: 89% (266/298) 2024-11-01T16:49:37.3432497Z remote: Compressing objects: 90% (269/298) 2024-11-01T16:49:37.3433131Z remote: Compressing objects: 91% (272/298) 2024-11-01T16:49:37.3433743Z remote: Compressing objects: 92% (275/298) 2024-11-01T16:49:37.3434243Z remote: Compressing objects: 93% (278/298) 2024-11-01T16:49:37.3434875Z remote: Compressing objects: 94% (281/298) 2024-11-01T16:49:37.3435391Z remote: Compressing objects: 95% (284/298) 2024-11-01T16:49:37.3435905Z remote: Compressing objects: 96% (287/298) 2024-11-01T16:49:37.3436409Z remote: Compressing objects: 97% (290/298) 2024-11-01T16:49:37.3436923Z remote: Compressing objects: 98% (293/298) 2024-11-01T16:49:37.3437436Z remote: Compressing objects: 99% (296/298) 2024-11-01T16:49:37.3437937Z remote: Compressing objects: 100% (298/298) 2024-11-01T16:49:37.3438487Z remote: Compressing objects: 100% (298/298), done. 2024-11-01T16:49:59.8683246Z remote: Total 1053785 (delta 403), reused 547 (delta 339), pack-reused 1053147 (from 1) 2024-11-01T16:50:44.2562403Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea^{object} 2024-11-01T16:50:44.2767703Z d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:50:44.2802948Z ##[endgroup] 2024-11-01T16:50:44.2803487Z ##[group]Determining the checkout info 2024-11-01T16:50:44.2804545Z ##[endgroup] 2024-11-01T16:50:44.2805110Z ##[group]Checking out the ref 2024-11-01T16:50:44.2812735Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:51:00.0367803Z ##[endgroup] 2024-11-01T16:51:00.0369999Z ##[group]Setting up auth for fetching submodules 2024-11-01T16:51:00.0376924Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-11-01T16:51:00.0627466Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2024-11-01T16:51:00.0853043Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2024-11-01T16:51:00.1077148Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-11-01T16:51:00.1300474Z ##[endgroup] 2024-11-01T16:51:00.1301027Z ##[group]Fetching submodules 2024-11-01T16:51:00.1306841Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2024-11-01T16:51:00.4723298Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2024-11-01T16:51:00.8800332Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-11-01T16:51:00.8802454Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-11-01T16:51:00.8804535Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-11-01T16:51:00.8806028Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-11-01T16:51:00.8807282Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2024-11-01T16:51:00.8808887Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-11-01T16:51:00.8810516Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-11-01T16:51:00.8811838Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-11-01T16:51:00.8813298Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2024-11-01T16:51:00.8814801Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-11-01T16:51:00.8816134Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-11-01T16:51:00.8817519Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-11-01T16:51:00.8818889Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-11-01T16:51:00.8820128Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-11-01T16:51:00.8821317Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-11-01T16:51:00.8822613Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-11-01T16:51:00.8824003Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-11-01T16:51:00.8825314Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:51:00.8826695Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-11-01T16:51:00.8828008Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-11-01T16:51:00.8829259Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-11-01T16:51:00.8830418Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-11-01T16:51:00.8831614Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-11-01T16:51:00.8832988Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-11-01T16:51:00.8834266Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-11-01T16:51:00.8835484Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-11-01T16:51:00.8836674Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-11-01T16:51:00.8838119Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-11-01T16:51:00.8839735Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-11-01T16:51:00.8841109Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-11-01T16:51:00.8842518Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-11-01T16:51:00.8844140Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-11-01T16:51:00.8845586Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-11-01T16:51:00.8849041Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-11-01T16:51:00.8850411Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-11-01T16:51:00.8851721Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-11-01T16:51:01.3934370Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-11-01T16:51:02.2179926Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-11-01T16:51:02.5926789Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-11-01T16:51:03.0701849Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-11-01T16:51:03.5890210Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2024-11-01T16:51:06.1859818Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-11-01T16:51:22.2664506Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-11-01T16:51:25.4359425Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-11-01T16:51:30.2179558Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2024-11-01T16:51:31.6794324Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-11-01T16:51:33.4341968Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-11-01T16:51:36.7254541Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-11-01T16:51:40.7726735Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-11-01T16:51:50.9678182Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-11-01T16:51:53.5941920Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-11-01T16:51:56.2463986Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-11-01T16:51:58.1961203Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-11-01T16:51:59.2134720Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-11-01T16:51:59.8677156Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-11-01T16:52:01.8334000Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-11-01T16:52:02.3728990Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-11-01T16:52:02.8411781Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-11-01T16:52:05.6057776Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-11-01T16:52:07.1047282Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-11-01T16:52:07.8551908Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-11-01T16:52:20.3853938Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-11-01T16:52:23.6697859Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-11-01T16:52:32.8839627Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-11-01T16:52:33.3713686Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-11-01T16:52:46.1498802Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-11-01T16:52:46.5440084Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-11-01T16:52:46.9111959Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-11-01T16:52:48.7383270Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-11-01T16:52:49.5329269Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-11-01T16:52:50.7370068Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-11-01T16:52:51.4272465Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-11-01T16:52:51.6476966Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-11-01T16:52:51.7784286Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-11-01T16:52:51.8434180Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-11-01T16:52:52.1242934Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-11-01T16:52:52.9467043Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2024-11-01T16:52:53.4435530Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-11-01T16:53:18.4397317Z Submodule path 'third_party/XNNPACK': checked out '87ee0b46b834f67bad9025d4a82ed5654f3403d3' 2024-11-01T16:53:18.7050609Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-11-01T16:53:23.7330319Z Submodule path 'third_party/composable_kernel': checked out 'cedccd59c94cb0c74e7ec0d0f6c791aed081febc' 2024-11-01T16:53:24.0444295Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-11-01T16:53:25.5099395Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2024-11-01T16:53:25.9948511Z Submodule path 'third_party/cudnn_frontend': checked out '936021bfed8c91dc416af1588b2c4eca631a9e45' 2024-11-01T16:53:35.9529711Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-11-01T16:53:40.6632306Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-11-01T16:53:41.6474819Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-11-01T16:53:41.6632111Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:53:41.6633616Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:53:41.6635088Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:53:41.6636562Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:53:41.6638217Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:53:43.3983411Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-11-01T16:53:44.4320097Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-11-01T16:53:49.2478697Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-11-01T16:53:51.1052414Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-11-01T16:53:51.6162439Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-11-01T16:53:51.9982229Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-11-01T16:53:53.0740543Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-11-01T16:54:03.0290990Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-11-01T16:54:03.7495798Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-11-01T16:54:03.8361806Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-11-01T16:54:06.3290286Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-11-01T16:54:06.8213078Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-11-01T16:54:07.1345711Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-11-01T16:54:07.4677919Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-11-01T16:54:08.2001102Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-11-01T16:54:08.3095032Z Submodule path 'third_party/ideep': checked out '41d636c2bbcea6bff0faf97cdb65a48cdde987af' 2024-11-01T16:54:08.3201335Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-11-01T16:54:21.7176419Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-11-01T16:54:30.8082812Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2024-11-01T16:54:31.0763601Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-11-01T16:54:32.0806669Z Submodule path 'third_party/kineto': checked out 'ed052ea024b9468908d558b15cd3f7584fb0f492' 2024-11-01T16:54:32.1422417Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:54:32.1424174Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:54:32.1425863Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:54:33.1559514Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-11-01T16:54:34.6331262Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-11-01T16:54:35.8765971Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-11-01T16:54:36.1928341Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-11-01T16:54:36.2151049Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:54:36.2152844Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:54:36.2154556Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:54:36.2156474Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:54:36.2158206Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:54:36.2160030Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:54:36.2161926Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:54:36.2163756Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:54:37.2622069Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-11-01T16:54:37.8807047Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-11-01T16:54:39.2249301Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-11-01T16:54:39.7172777Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-11-01T16:54:40.4808689Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-11-01T16:54:41.7290772Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-11-01T16:54:47.5470538Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-11-01T16:54:47.9505875Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-11-01T16:54:48.7184978Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-11-01T16:54:48.8398092Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-11-01T16:54:49.0021078Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-11-01T16:54:49.0950394Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-11-01T16:54:49.1037398Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:54:49.6128375Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-11-01T16:54:49.7241545Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-11-01T16:54:49.8255521Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-11-01T16:54:50.0072342Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-11-01T16:54:50.4392933Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-11-01T16:54:50.6564182Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-11-01T16:54:50.7913743Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-11-01T16:54:51.0091097Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-11-01T16:54:51.1778081Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-11-01T16:54:51.3644057Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-11-01T16:54:51.8244567Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-11-01T16:54:54.9069230Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2024-11-01T16:54:54.9179557Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-11-01T16:54:56.3315148Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-11-01T16:54:56.5032957Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-11-01T16:54:57.4583400Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-11-01T16:54:57.4799697Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:54:57.4801406Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:54:57.4803200Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:54:57.4804823Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:54:57.4806887Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:54:57.4809116Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:54:57.4811312Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:54:57.4812926Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:54:58.2798619Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-11-01T16:54:59.5552326Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-11-01T16:55:00.0729623Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-11-01T16:55:13.0037449Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-11-01T16:55:13.4882081Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-11-01T16:55:13.8649870Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-11-01T16:55:14.3718315Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-11-01T16:55:22.3721196Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-11-01T16:55:22.5809486Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-11-01T16:55:23.2123140Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-11-01T16:55:23.3567700Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-11-01T16:55:25.9064670Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-11-01T16:55:26.2511253Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-11-01T16:55:26.4110296Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-11-01T16:55:26.5709479Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-11-01T16:55:26.5814084Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:55:26.5815973Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:55:29.9269689Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-11-01T16:55:32.0860631Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-11-01T16:55:35.3609439Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-11-01T16:55:36.2381483Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-11-01T16:55:44.2902006Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-11-01T16:55:44.3938756Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-11-01T16:55:49.2307480Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-11-01T16:55:49.2422456Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:55:49.2424096Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-11-01T16:55:50.2056943Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-11-01T16:55:51.7524174Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-11-01T16:55:51.9080924Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-11-01T16:55:52.6680104Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-11-01T16:55:52.7383834Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-11-01T16:55:52.8626837Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-11-01T16:55:53.2786873Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2024-11-01T16:55:53.8271587Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-11-01T16:55:54.5228750Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-11-01T16:55:54.8509301Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-11-01T16:55:54.8653649Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:55:54.8655275Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:55:54.8656756Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:55:54.8658234Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:55:56.8110200Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-11-01T16:55:57.2799767Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-11-01T16:55:59.3146012Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-11-01T16:56:01.2818683Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-11-01T16:56:01.8578228Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-11-01T16:56:02.0600049Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-11-01T16:56:02.8345703Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-11-01T16:56:03.2199915Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-11-01T16:56:03.2293834Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:56:03.6730222Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-11-01T16:56:03.7279797Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-11-01T16:56:03.7491730Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2024-11-01T16:56:04.1004133Z Entering 'android/libs/fbjni' 2024-11-01T16:56:04.1376806Z Entering 'third_party/FP16' 2024-11-01T16:56:04.1713798Z Entering 'third_party/FXdiv' 2024-11-01T16:56:04.2090389Z Entering 'third_party/NNPACK' 2024-11-01T16:56:04.2426950Z Entering 'third_party/NVTX' 2024-11-01T16:56:04.2773439Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:56:04.3122623Z Entering 'third_party/XNNPACK' 2024-11-01T16:56:04.3477012Z Entering 'third_party/benchmark' 2024-11-01T16:56:04.3803015Z Entering 'third_party/composable_kernel' 2024-11-01T16:56:04.4139000Z Entering 'third_party/cpp-httplib' 2024-11-01T16:56:04.4467478Z Entering 'third_party/cpuinfo' 2024-11-01T16:56:04.4811692Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:56:04.5144872Z Entering 'third_party/cutlass' 2024-11-01T16:56:04.5545449Z Entering 'third_party/eigen' 2024-11-01T16:56:04.5878030Z Entering 'third_party/fbgemm' 2024-11-01T16:56:04.6195750Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:56:04.6533715Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:56:04.6867819Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:56:04.7202713Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:56:04.7534268Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:56:04.7877906Z Entering 'third_party/flatbuffers' 2024-11-01T16:56:04.8206919Z Entering 'third_party/fmt' 2024-11-01T16:56:04.8536815Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:56:04.8858967Z Entering 'third_party/gloo' 2024-11-01T16:56:04.9183893Z Entering 'third_party/googletest' 2024-11-01T16:56:04.9521521Z Entering 'third_party/ideep' 2024-11-01T16:56:04.9836414Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:56:05.0186543Z Entering 'third_party/ittapi' 2024-11-01T16:56:05.0510964Z Entering 'third_party/kineto' 2024-11-01T16:56:05.0821797Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:56:05.1141607Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:56:05.1475788Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:56:05.1807344Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:56:05.2133891Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:56:05.2452139Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:56:05.2799217Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:56:05.3130287Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:56:05.3464832Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:56:05.3795013Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:56:05.4141149Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:56:05.4474877Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:56:05.4814251Z Entering 'third_party/mimalloc' 2024-11-01T16:56:05.5147503Z Entering 'third_party/nccl/nccl' 2024-11-01T16:56:05.5519996Z Entering 'third_party/nlohmann' 2024-11-01T16:56:05.5844702Z Entering 'third_party/onnx' 2024-11-01T16:56:05.6178934Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:56:05.6541107Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:56:05.6868477Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:56:05.7206187Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:56:05.7544851Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:56:05.7873963Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:56:05.8247178Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:56:05.8604221Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:56:05.8937098Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:56:05.9308739Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:56:05.9650079Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:56:06.0019134Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:56:06.0392952Z Entering 'third_party/pocketfft' 2024-11-01T16:56:06.0723404Z Entering 'third_party/protobuf' 2024-11-01T16:56:06.1092512Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:56:06.1439314Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:56:06.1783848Z Entering 'third_party/psimd' 2024-11-01T16:56:06.2134167Z Entering 'third_party/pthreadpool' 2024-11-01T16:56:06.2471319Z Entering 'third_party/pybind11' 2024-11-01T16:56:06.2821710Z Entering 'third_party/python-peachpy' 2024-11-01T16:56:06.3194787Z Entering 'third_party/sleef' 2024-11-01T16:56:06.3525518Z Entering 'third_party/tensorpipe' 2024-11-01T16:56:06.3848544Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:56:06.4177230Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:56:06.4507683Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:56:06.4843599Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:56:06.5157540Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:56:06.5623964Z ##[endgroup] 2024-11-01T16:56:06.5624532Z ##[group]Persisting credentials for submodules 2024-11-01T16:56:06.5634772Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2024-11-01T16:56:06.8903293Z Entering 'android/libs/fbjni' 2024-11-01T16:56:06.9444293Z Entering 'third_party/FP16' 2024-11-01T16:56:06.9962952Z Entering 'third_party/FXdiv' 2024-11-01T16:56:07.0475832Z Entering 'third_party/NNPACK' 2024-11-01T16:56:07.0991932Z Entering 'third_party/NVTX' 2024-11-01T16:56:07.1500150Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:56:07.2016626Z Entering 'third_party/XNNPACK' 2024-11-01T16:56:07.2600266Z Entering 'third_party/benchmark' 2024-11-01T16:56:07.3129827Z Entering 'third_party/composable_kernel' 2024-11-01T16:56:07.3705774Z Entering 'third_party/cpp-httplib' 2024-11-01T16:56:07.4210944Z Entering 'third_party/cpuinfo' 2024-11-01T16:56:07.4721748Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:56:07.5232437Z Entering 'third_party/cutlass' 2024-11-01T16:56:07.5750681Z Entering 'third_party/eigen' 2024-11-01T16:56:07.6265507Z Entering 'third_party/fbgemm' 2024-11-01T16:56:07.6759494Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:56:07.7309576Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:56:07.7825595Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:56:07.8355332Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:56:07.8875085Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:56:07.9403573Z Entering 'third_party/flatbuffers' 2024-11-01T16:56:07.9930662Z Entering 'third_party/fmt' 2024-11-01T16:56:08.0439997Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:56:08.0951545Z Entering 'third_party/gloo' 2024-11-01T16:56:08.1480969Z Entering 'third_party/googletest' 2024-11-01T16:56:08.1987954Z Entering 'third_party/ideep' 2024-11-01T16:56:08.2483663Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:56:08.3031792Z Entering 'third_party/ittapi' 2024-11-01T16:56:08.3566721Z Entering 'third_party/kineto' 2024-11-01T16:56:08.4066570Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:56:08.4586308Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:56:08.5149352Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:56:08.5687055Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:56:08.6217941Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:56:08.6779002Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:56:08.7361190Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:56:08.7887253Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:56:08.8427190Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:56:08.8971108Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:56:08.9523909Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:56:09.0065975Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:56:09.0615630Z Entering 'third_party/mimalloc' 2024-11-01T16:56:09.1156040Z Entering 'third_party/nccl/nccl' 2024-11-01T16:56:09.1670357Z Entering 'third_party/nlohmann' 2024-11-01T16:56:09.2191155Z Entering 'third_party/onnx' 2024-11-01T16:56:09.2711121Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:56:09.3242435Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:56:09.3747156Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:56:09.4262512Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:56:09.4793119Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:56:09.5320224Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:56:09.5853210Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:56:09.6401750Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:56:09.6951203Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:56:09.7496993Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:56:09.8019102Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:56:09.8552749Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:56:09.9105190Z Entering 'third_party/pocketfft' 2024-11-01T16:56:09.9621140Z Entering 'third_party/protobuf' 2024-11-01T16:56:10.0121442Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:56:10.0644234Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:56:10.1182266Z Entering 'third_party/psimd' 2024-11-01T16:56:10.1704646Z Entering 'third_party/pthreadpool' 2024-11-01T16:56:10.2255509Z Entering 'third_party/pybind11' 2024-11-01T16:56:10.2767424Z Entering 'third_party/python-peachpy' 2024-11-01T16:56:10.3292536Z Entering 'third_party/sleef' 2024-11-01T16:56:10.3806857Z Entering 'third_party/tensorpipe' 2024-11-01T16:56:10.4303842Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:56:10.4848932Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:56:10.5375141Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:56:10.5913466Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:56:10.6419728Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:56:10.7056978Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2024-11-01T16:56:11.0317242Z Entering 'android/libs/fbjni' 2024-11-01T16:56:11.0814156Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-11-01T16:56:11.0937313Z Entering 'third_party/FP16' 2024-11-01T16:56:11.1434748Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-11-01T16:56:11.1551233Z Entering 'third_party/FXdiv' 2024-11-01T16:56:11.2088740Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-11-01T16:56:11.2211505Z Entering 'third_party/NNPACK' 2024-11-01T16:56:11.2701019Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-11-01T16:56:11.2868262Z Entering 'third_party/NVTX' 2024-11-01T16:56:11.3358755Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2024-11-01T16:56:11.3476709Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:56:11.3982439Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-11-01T16:56:11.4102534Z Entering 'third_party/XNNPACK' 2024-11-01T16:56:11.4605889Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-11-01T16:56:11.4744909Z Entering 'third_party/benchmark' 2024-11-01T16:56:11.5256161Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:56:11.5388006Z Entering 'third_party/composable_kernel' 2024-11-01T16:56:11.5880885Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2024-11-01T16:56:11.6008888Z Entering 'third_party/cpp-httplib' 2024-11-01T16:56:11.6530204Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-11-01T16:56:11.6649193Z Entering 'third_party/cpuinfo' 2024-11-01T16:56:11.7184780Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-11-01T16:56:11.7307617Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:56:11.7816106Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-11-01T16:56:11.7938122Z Entering 'third_party/cutlass' 2024-11-01T16:56:11.8429014Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-11-01T16:56:11.8558165Z Entering 'third_party/eigen' 2024-11-01T16:56:11.9068761Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-11-01T16:56:11.9191232Z Entering 'third_party/fbgemm' 2024-11-01T16:56:11.9698319Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-11-01T16:56:11.9807010Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:56:12.0310005Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-11-01T16:56:12.0432573Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:56:12.0951827Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-11-01T16:56:12.1070763Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:56:12.1591622Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-11-01T16:56:12.1719900Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:56:12.2226764Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:56:12.2349277Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:56:12.2851787Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-11-01T16:56:12.3030444Z Entering 'third_party/flatbuffers' 2024-11-01T16:56:12.3519518Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-11-01T16:56:12.3639739Z Entering 'third_party/fmt' 2024-11-01T16:56:12.4157563Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-11-01T16:56:12.4278230Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:56:12.4799087Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-11-01T16:56:12.4923841Z Entering 'third_party/gloo' 2024-11-01T16:56:12.5428583Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-11-01T16:56:12.5547001Z Entering 'third_party/googletest' 2024-11-01T16:56:12.6036612Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:56:12.6154266Z Entering 'third_party/ideep' 2024-11-01T16:56:12.6642826Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-11-01T16:56:12.6753684Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:56:12.7253741Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-11-01T16:56:12.7398149Z Entering 'third_party/ittapi' 2024-11-01T16:56:12.7879079Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-11-01T16:56:12.8025132Z Entering 'third_party/kineto' 2024-11-01T16:56:12.8530527Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-11-01T16:56:12.8635580Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:56:12.9140296Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-11-01T16:56:12.9250991Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:56:12.9781259Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2024-11-01T16:56:12.9902746Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:56:13.0399569Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2024-11-01T16:56:13.0536950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:56:13.1030193Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2024-11-01T16:56:13.1149471Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:56:13.1642706Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2024-11-01T16:56:13.1746545Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:56:13.2258858Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2024-11-01T16:56:13.2406286Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:56:13.2907050Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2024-11-01T16:56:13.3025182Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:56:13.3517991Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:56:13.3635472Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:56:13.4129399Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2024-11-01T16:56:13.4248046Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:56:13.4747360Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2024-11-01T16:56:13.4882825Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:56:13.5370836Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-11-01T16:56:13.5487850Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:56:13.5977351Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-11-01T16:56:13.6112167Z Entering 'third_party/mimalloc' 2024-11-01T16:56:13.6597583Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-11-01T16:56:13.6714599Z Entering 'third_party/nccl/nccl' 2024-11-01T16:56:13.7206919Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-11-01T16:56:13.7322676Z Entering 'third_party/nlohmann' 2024-11-01T16:56:13.7810942Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-11-01T16:56:13.7961657Z Entering 'third_party/onnx' 2024-11-01T16:56:13.8447611Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-11-01T16:56:13.8571757Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:56:13.9100877Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:56:13.9276345Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:56:13.9744888Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-11-01T16:56:13.9855074Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:56:14.0347956Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:56:14.0476821Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:56:14.0980467Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:56:14.1099509Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:56:14.1614799Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-11-01T16:56:14.1734717Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:56:14.2227042Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-11-01T16:56:14.2348866Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:56:14.2856815Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-11-01T16:56:14.2979790Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:56:14.3473875Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-11-01T16:56:14.3591329Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:56:14.4105245Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-11-01T16:56:14.4209887Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:56:14.4722472Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2024-11-01T16:56:14.4846652Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:56:14.5359544Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2024-11-01T16:56:14.5523842Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:56:14.6016539Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-11-01T16:56:14.6174797Z Entering 'third_party/pocketfft' 2024-11-01T16:56:14.6709624Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-11-01T16:56:14.6832213Z Entering 'third_party/protobuf' 2024-11-01T16:56:14.7346739Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-11-01T16:56:14.7460670Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:56:14.7977239Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:56:14.8102737Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:56:14.8636534Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:56:14.8773351Z Entering 'third_party/psimd' 2024-11-01T16:56:14.9288680Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-11-01T16:56:14.9408374Z Entering 'third_party/pthreadpool' 2024-11-01T16:56:14.9912911Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-11-01T16:56:15.0034652Z Entering 'third_party/pybind11' 2024-11-01T16:56:15.0520349Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:56:15.0638293Z Entering 'third_party/python-peachpy' 2024-11-01T16:56:15.1140970Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-11-01T16:56:15.1256941Z Entering 'third_party/sleef' 2024-11-01T16:56:15.1793371Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-11-01T16:56:15.1913186Z Entering 'third_party/tensorpipe' 2024-11-01T16:56:15.2413511Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-11-01T16:56:15.2523867Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:56:15.3013734Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:56:15.3171307Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:56:15.3681509Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-11-01T16:56:15.3805068Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:56:15.4301218Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-11-01T16:56:15.4421564Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:56:15.4922387Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:56:15.5026822Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:56:15.5530301Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-11-01T16:56:15.6109044Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2024-11-01T16:56:15.9351024Z Entering 'android/libs/fbjni' 2024-11-01T16:56:15.9697712Z Entering 'third_party/FP16' 2024-11-01T16:56:16.0039061Z Entering 'third_party/FXdiv' 2024-11-01T16:56:16.0382683Z Entering 'third_party/NNPACK' 2024-11-01T16:56:16.0721840Z Entering 'third_party/NVTX' 2024-11-01T16:56:16.1077110Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:56:16.1405553Z Entering 'third_party/XNNPACK' 2024-11-01T16:56:16.1797943Z Entering 'third_party/benchmark' 2024-11-01T16:56:16.2133906Z Entering 'third_party/composable_kernel' 2024-11-01T16:56:16.2469478Z Entering 'third_party/cpp-httplib' 2024-11-01T16:56:16.2826910Z Entering 'third_party/cpuinfo' 2024-11-01T16:56:16.3160663Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:56:16.3489771Z Entering 'third_party/cutlass' 2024-11-01T16:56:16.3836274Z Entering 'third_party/eigen' 2024-11-01T16:56:16.4167914Z Entering 'third_party/fbgemm' 2024-11-01T16:56:16.4490650Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:56:16.4819506Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:56:16.5170901Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:56:16.5512950Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:56:16.5847338Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:56:16.6231981Z Entering 'third_party/flatbuffers' 2024-11-01T16:56:16.6573847Z Entering 'third_party/fmt' 2024-11-01T16:56:16.6903806Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:56:16.7255510Z Entering 'third_party/gloo' 2024-11-01T16:56:16.7583457Z Entering 'third_party/googletest' 2024-11-01T16:56:16.7916021Z Entering 'third_party/ideep' 2024-11-01T16:56:16.8272316Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:56:16.8625728Z Entering 'third_party/ittapi' 2024-11-01T16:56:16.8962398Z Entering 'third_party/kineto' 2024-11-01T16:56:16.9294247Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:56:16.9623677Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:56:16.9961008Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:56:17.0306358Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:56:17.0633300Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:56:17.0982469Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:56:17.1341663Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:56:17.1710342Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:56:17.2049815Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:56:17.2387117Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:56:17.2736775Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:56:17.3087392Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:56:17.3444175Z Entering 'third_party/mimalloc' 2024-11-01T16:56:17.3778456Z Entering 'third_party/nccl/nccl' 2024-11-01T16:56:17.4097828Z Entering 'third_party/nlohmann' 2024-11-01T16:56:17.4451135Z Entering 'third_party/onnx' 2024-11-01T16:56:17.4806712Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:56:17.5154733Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:56:17.5495436Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:56:17.5834374Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:56:17.6159005Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:56:17.6488559Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:56:17.6818400Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:56:17.7146423Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:56:17.7512207Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:56:17.7842490Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:56:17.8197205Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:56:17.8565566Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:56:17.8940712Z Entering 'third_party/pocketfft' 2024-11-01T16:56:17.9287630Z Entering 'third_party/protobuf' 2024-11-01T16:56:17.9603485Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:56:17.9945468Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:56:18.0307015Z Entering 'third_party/psimd' 2024-11-01T16:56:18.0646041Z Entering 'third_party/pthreadpool' 2024-11-01T16:56:18.1029701Z Entering 'third_party/pybind11' 2024-11-01T16:56:18.1364770Z Entering 'third_party/python-peachpy' 2024-11-01T16:56:18.1696178Z Entering 'third_party/sleef' 2024-11-01T16:56:18.2035110Z Entering 'third_party/tensorpipe' 2024-11-01T16:56:18.2354683Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:56:18.2712604Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:56:18.3090085Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:56:18.3418068Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:56:18.3760524Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:56:18.4208686Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2024-11-01T16:56:18.7383151Z Entering 'android/libs/fbjni' 2024-11-01T16:56:18.7720958Z Entering 'third_party/FP16' 2024-11-01T16:56:18.8057976Z Entering 'third_party/FXdiv' 2024-11-01T16:56:18.8396036Z Entering 'third_party/NNPACK' 2024-11-01T16:56:18.8730172Z Entering 'third_party/NVTX' 2024-11-01T16:56:18.9065035Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:56:18.9405438Z Entering 'third_party/XNNPACK' 2024-11-01T16:56:18.9751305Z Entering 'third_party/benchmark' 2024-11-01T16:56:19.0076434Z Entering 'third_party/composable_kernel' 2024-11-01T16:56:19.0446398Z Entering 'third_party/cpp-httplib' 2024-11-01T16:56:19.0782616Z Entering 'third_party/cpuinfo' 2024-11-01T16:56:19.1104894Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:56:19.1477569Z Entering 'third_party/cutlass' 2024-11-01T16:56:19.1829602Z Entering 'third_party/eigen' 2024-11-01T16:56:19.2172548Z Entering 'third_party/fbgemm' 2024-11-01T16:56:19.2490330Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:56:19.2827097Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:56:19.3168718Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:56:19.3507200Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:56:19.3842840Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:56:19.4217916Z Entering 'third_party/flatbuffers' 2024-11-01T16:56:19.4552974Z Entering 'third_party/fmt' 2024-11-01T16:56:19.4885382Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:56:19.5221731Z Entering 'third_party/gloo' 2024-11-01T16:56:19.5560819Z Entering 'third_party/googletest' 2024-11-01T16:56:19.5922822Z Entering 'third_party/ideep' 2024-11-01T16:56:19.6236574Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:56:19.6595382Z Entering 'third_party/ittapi' 2024-11-01T16:56:19.6931842Z Entering 'third_party/kineto' 2024-11-01T16:56:19.7260183Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:56:19.7631956Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:56:19.7983838Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:56:19.8338237Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:56:19.8699280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:56:19.9023415Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:56:19.9398083Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:56:19.9754074Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:56:20.0091712Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:56:20.0447445Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:56:20.0846561Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:56:20.1187536Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:56:20.1593530Z Entering 'third_party/mimalloc' 2024-11-01T16:56:20.1938032Z Entering 'third_party/nccl/nccl' 2024-11-01T16:56:20.2276131Z Entering 'third_party/nlohmann' 2024-11-01T16:56:20.2622888Z Entering 'third_party/onnx' 2024-11-01T16:56:20.2972992Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:56:20.3374327Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:56:20.3696103Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:56:20.4045709Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:56:20.4405617Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:56:20.4740233Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:56:20.6950288Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:56:20.7290950Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:56:20.7630230Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:56:20.7957621Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:56:20.8296215Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:56:20.8654113Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:56:20.9041028Z Entering 'third_party/pocketfft' 2024-11-01T16:56:20.9384085Z Entering 'third_party/protobuf' 2024-11-01T16:56:20.9727864Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:56:21.0063712Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:56:21.0510406Z Entering 'third_party/psimd' 2024-11-01T16:56:21.0883747Z Entering 'third_party/pthreadpool' 2024-11-01T16:56:21.1210490Z Entering 'third_party/pybind11' 2024-11-01T16:56:21.1560637Z Entering 'third_party/python-peachpy' 2024-11-01T16:56:21.1890235Z Entering 'third_party/sleef' 2024-11-01T16:56:21.2219617Z Entering 'third_party/tensorpipe' 2024-11-01T16:56:21.2536407Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:56:21.2879277Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:56:21.3209274Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:56:21.3548928Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:56:21.3868298Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:56:21.4321450Z ##[endgroup] 2024-11-01T16:56:21.4576902Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2024-11-01T16:56:21.4778827Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:56:21.5067525Z Prepare all required actions 2024-11-01T16:56:21.5157034Z ##[group]Run ./.github/actions/setup-win 2024-11-01T16:56:21.5157422Z with: 2024-11-01T16:56:21.5157814Z cuda-version: cpu 2024-11-01T16:56:21.5158073Z env: 2024-11-01T16:56:21.5158315Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:21.5158631Z ##[endgroup] 2024-11-01T16:56:21.5233061Z ##[group]Run set -euo pipefail 2024-11-01T16:56:21.5233448Z set -euo pipefail 2024-11-01T16:56:21.5233818Z function get_ec2_metadata() { 2024-11-01T16:56:21.5234336Z  # Pulled from instance metadata endpoint for EC2 2024-11-01T16:56:21.5235333Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-11-01T16:56:21.5236117Z  category=$1 2024-11-01T16:56:21.5237443Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-11-01T16:56:21.5238749Z } 2024-11-01T16:56:21.5239082Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-11-01T16:56:21.5239669Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-11-01T16:56:21.5240352Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-11-01T16:56:21.5240960Z echo "system info $(uname -a)" 2024-11-01T16:56:21.5260103Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:56:21.5260720Z env: 2024-11-01T16:56:21.5260971Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:21.5261285Z ##[endgroup] 2024-11-01T16:56:21.5873175Z ami-id: ami-0ef6d56db79453e70 2024-11-01T16:56:21.6217354Z instance-id: i-0690955746d655116 2024-11-01T16:56:21.6566865Z instance-type: c5d.4xlarge 2024-11-01T16:56:21.6749211Z system info MSYS_NT-10.0-17763 EC2AMAZ-SUNQRVI 3.4.10-2e2ef940.x86_64 2024-07-09 21:35 UTC x86_64 Msys 2024-11-01T16:56:21.6866219Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-11-01T16:56:21.6868491Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-11-01T16:56:21.6888094Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:56:21.6888730Z env: 2024-11-01T16:56:21.6888981Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:21.6889299Z ##[endgroup] 2024-11-01T16:56:22.8511293Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:56:22.8538222Z Finished 2024-11-01T16:56:22.9306038Z ##[group]Run # Windows conda is baked into the AMI at this location 2024-11-01T16:56:22.9306759Z # Windows conda is baked into the AMI at this location 2024-11-01T16:56:22.9307397Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2024-11-01T16:56:22.9307878Z  2024-11-01T16:56:22.9308128Z { 2024-11-01T16:56:22.9308503Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2024-11-01T16:56:22.9309101Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2024-11-01T16:56:22.9309646Z  echo "CONDA_INSTALL=${CONDA} install"; 2024-11-01T16:56:22.9310079Z } >> "${GITHUB_ENV}" 2024-11-01T16:56:22.9328456Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:56:22.9329067Z env: 2024-11-01T16:56:22.9329320Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:22.9329637Z ##[endgroup] 2024-11-01T16:56:22.9603607Z ##[group]Run set +e 2024-11-01T16:56:22.9603931Z set +e 2024-11-01T16:56:22.9604203Z set -x 2024-11-01T16:56:22.9604462Z  2024-11-01T16:56:22.9604761Z PYTHON3=$(${CONDA_RUN} which python3) 2024-11-01T16:56:22.9605189Z EXIT_CODE=$? 2024-11-01T16:56:22.9605477Z  2024-11-01T16:56:22.9607021Z if [[ "${EXIT_CODE}" == "0" ]]; then 2024-11-01T16:56:22.9607663Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2024-11-01T16:56:22.9608225Z  2024-11-01T16:56:22.9608681Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2024-11-01T16:56:22.9609171Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-11-01T16:56:22.9609603Z else 2024-11-01T16:56:22.9610243Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2024-11-01T16:56:22.9611316Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2024-11-01T16:56:22.9612361Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2024-11-01T16:56:22.9613246Z  # needed. In both cases, Python binary is just called python 2024-11-01T16:56:22.9613857Z  PYTHON=$(${CONDA_RUN} which python) 2024-11-01T16:56:22.9614274Z  EXIT_CODE=$? 2024-11-01T16:56:22.9614574Z  2024-11-01T16:56:22.9614872Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2024-11-01T16:56:22.9615552Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2024-11-01T16:56:22.9616196Z  2024-11-01T16:56:22.9616583Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2024-11-01T16:56:22.9617390Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2024-11-01T16:56:22.9618100Z  # here pointing to Python 2024-11-01T16:56:22.9618534Z  ln -s "${PYTHON}" "${PYTHON3}" 2024-11-01T16:56:22.9618914Z  2024-11-01T16:56:22.9619215Z  PYTHON_PATH=$(dirname "${PYTHON}") 2024-11-01T16:56:22.9619718Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-11-01T16:56:22.9620146Z  else 2024-11-01T16:56:22.9620506Z  echo "Found no Python using ${CONDA_RUN}" 2024-11-01T16:56:22.9620955Z  fi 2024-11-01T16:56:22.9621193Z fi 2024-11-01T16:56:22.9639634Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:56:22.9640285Z env: 2024-11-01T16:56:22.9640521Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:22.9641070Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:56:22.9641844Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:56:22.9642537Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:56:22.9643155Z ##[endgroup] 2024-11-01T16:56:22.9877930Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2024-11-01T16:56:29.0761187Z which: no python3 in (/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/condabin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps) 2024-11-01T16:56:29.0785490Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2024-11-01T16:56:29.1631985Z + PYTHON3= 2024-11-01T16:56:29.1632288Z + EXIT_CODE=1 2024-11-01T16:56:29.1632617Z + [[ 1 == \0 ]] 2024-11-01T16:56:29.1691093Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2024-11-01T16:56:30.9817888Z + PYTHON=/c/Jenkins/Miniconda3/python 2024-11-01T16:56:30.9818365Z + EXIT_CODE=0 2024-11-01T16:56:30.9818606Z + [[ 0 == \0 ]] 2024-11-01T16:56:30.9819260Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2024-11-01T16:56:30.9821084Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2024-11-01T16:56:30.9930051Z ++ echo /c/Jenkins/Miniconda3/python 2024-11-01T16:56:30.9982994Z ++ sed s/python/python3/ 2024-11-01T16:56:31.0050926Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2024-11-01T16:56:31.0051533Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2024-11-01T16:56:31.0226726Z ++ dirname /c/Jenkins/Miniconda3/python 2024-11-01T16:56:31.0298683Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2024-11-01T16:56:31.0299112Z + echo /c/Jenkins/Miniconda3 2024-11-01T16:56:31.0431929Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-11-01T16:56:31.0432768Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-11-01T16:56:31.0433440Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2024-11-01T16:56:31.0454680Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:56:31.0455307Z env: 2024-11-01T16:56:31.0455557Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:31.0456103Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:56:31.0456877Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:56:31.0457582Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:56:31.0458094Z ##[endgroup] 2024-11-01T16:56:31.1415514Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-11-01T16:56:31.1416936Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-11-01T16:56:31.1418133Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2024-11-01T16:56:31.1418849Z # that it doesn't interfere 2024-11-01T16:56:31.1419475Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2024-11-01T16:56:31.1435075Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:56:31.1435735Z env: 2024-11-01T16:56:31.1435985Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:31.1436514Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:56:31.1437291Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:56:31.1437990Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:56:31.1438557Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:56:31.1438970Z ##[endgroup] 2024-11-01T16:56:32.3355557Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:56:32.3405069Z Finished 2024-11-01T16:56:33.3543754Z ##[group]Run choco install handle -y 2024-11-01T16:56:33.3544195Z choco install handle -y 2024-11-01T16:56:33.3544614Z handle C:\actions-runner\_work\ 2024-11-01T16:56:33.3560136Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:56:33.3560790Z env: 2024-11-01T16:56:33.3561064Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:33.3561600Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:56:33.3562381Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:56:33.3563207Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:56:33.3563778Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:56:33.3564200Z ##[endgroup] 2024-11-01T16:56:34.5091718Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:56:34.5119813Z Finished 2024-11-01T16:56:36.4861282Z Chocolatey v2.3.0 2024-11-01T16:56:36.6393185Z Installing the following packages: 2024-11-01T16:56:36.6398291Z handle 2024-11-01T16:56:36.6402019Z By installing, you accept licenses for the packages. 2024-11-01T16:56:37.8546337Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2024-11-01T16:56:38.0142233Z 2024-11-01T16:56:38.0143132Z Progress: Downloading Handle 5.0... 15% 2024-11-01T16:56:38.0143652Z Progress: Downloading Handle 5.0... 45% 2024-11-01T16:56:38.0144078Z Progress: Downloading Handle 5.0... 75% 2024-11-01T16:56:38.0144497Z Progress: Downloading Handle 5.0... 100% 2024-11-01T16:56:38.2899860Z 2024-11-01T16:56:38.2900248Z handle v5.0.0 [Approved] 2024-11-01T16:56:38.3097400Z handle package files install completed. Performing other installation steps. 2024-11-01T16:56:40.9330903Z Downloading Handle 2024-11-01T16:56:40.9331453Z from 'https://download.sysinternals.com/files/Handle.zip' 2024-11-01T16:56:41.0309014Z 2024-11-01T16:56:41.0323501Z Progress: 15% - Saving 112 KB of 729.82 KB 2024-11-01T16:56:41.0433206Z Progress: 32% - Saving 240 KB of 729.82 KB 2024-11-01T16:56:41.0445860Z Progress: 46% - Saving 336 KB of 729.82 KB 2024-11-01T16:56:41.0459100Z Progress: 61% - Saving 448 KB of 729.82 KB 2024-11-01T16:56:41.0471484Z Progress: 76% - Saving 560 KB of 729.82 KB 2024-11-01T16:56:41.0481613Z Progress: 96% - Saving 704 KB of 729.82 KB 2024-11-01T16:56:41.0485631Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2024-11-01T16:56:41.0491974Z Download of Handle.zip (729.82 KB) completed. 2024-11-01T16:56:44.3123155Z Hashes match. 2024-11-01T16:56:44.3412797Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2024-11-01T16:56:44.7661996Z C:\ProgramData\chocolatey\lib\Handle\tools 2024-11-01T16:56:44.7896273Z HKEY_CURRENT_USER\Software\Sysinternals 2024-11-01T16:56:44.7925266Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2024-11-01T16:56:45.3079041Z ShimGen has successfully created a shim for handle.exe 2024-11-01T16:56:45.4951257Z ShimGen has successfully created a shim for handle64.exe 2024-11-01T16:56:45.7466380Z ShimGen has successfully created a shim for handle64a.exe 2024-11-01T16:56:45.7706501Z The install of handle was successful. 2024-11-01T16:56:45.7709030Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2024-11-01T16:56:45.7825474Z 2024-11-01T16:56:45.7825767Z Chocolatey installed 1/1 packages. 2024-11-01T16:56:45.7826406Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2024-11-01T16:56:45.8802302Z 2024-11-01T16:56:45.8802683Z Nthandle v5.0 - Handle viewer 2024-11-01T16:56:45.8803131Z Copyright (C) 1997-2022 Mark Russinovich 2024-11-01T16:56:45.8803562Z Sysinternals - www.sysinternals.com 2024-11-01T16:56:45.8803851Z 2024-11-01T16:56:45.9235161Z powershell.exe pid: 3292 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:56:45.9236109Z handle.exe pid: 136 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:56:45.9236993Z handle.exe pid: 724 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:56:45.9237866Z handle64.exe pid: 544 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:56:45.9789019Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:56:45.9789423Z with: 2024-11-01T16:56:45.9789656Z shell: bash 2024-11-01T16:56:45.9789920Z timeout_minutes: 5 2024-11-01T16:56:45.9790194Z max_attempts: 5 2024-11-01T16:56:45.9790473Z retry_wait_seconds: 30 2024-11-01T16:56:45.9790982Z command: set -eu python3 -m pip install rockset==1.0.3 'xdoctest>=1.1.0' 2024-11-01T16:56:45.9791630Z polling_interval_seconds: 1 2024-11-01T16:56:45.9792027Z warning_on_retry: true 2024-11-01T16:56:45.9792346Z continue_on_error: false 2024-11-01T16:56:45.9792638Z env: 2024-11-01T16:56:45.9792878Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:45.9793431Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:56:45.9794199Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:56:45.9794904Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:56:45.9795676Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:56:45.9796095Z ##[endgroup] 2024-11-01T16:56:47.3516113Z Requirement already satisfied: rockset==1.0.3 in c:\jenkins\miniconda3\lib\site-packages (1.0.3) 2024-11-01T16:56:47.6768880Z Collecting xdoctest>=1.1.0 2024-11-01T16:56:47.9097750Z Downloading xdoctest-1.2.0-py3-none-any.whl.metadata (37 kB) 2024-11-01T16:56:47.9930552Z Requirement already satisfied: geojson<3.0.0,>=2.5.0 in c:\jenkins\miniconda3\lib\site-packages (from rockset==1.0.3) (2.5.0) 2024-11-01T16:56:47.9939211Z Requirement already satisfied: python_dateutil<3.0.0,>=2.5.3 in c:\jenkins\miniconda3\lib\site-packages (from rockset==1.0.3) (2.9.0.post0) 2024-11-01T16:56:47.9948631Z Requirement already satisfied: urllib3<2.0.0,>=1.25.3 in c:\jenkins\miniconda3\lib\site-packages (from rockset==1.0.3) (1.26.19) 2024-11-01T16:56:48.3825455Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python_dateutil<3.0.0,>=2.5.3->rockset==1.0.3) (1.16.0) 2024-11-01T16:56:48.4092955Z Downloading xdoctest-1.2.0-py3-none-any.whl (151 kB) 2024-11-01T16:56:48.5524290Z -------------------------------------- 151.2/151.2 kB 999.7 kB/s eta 0:00:00 2024-11-01T16:56:49.9477382Z Installing collected packages: xdoctest 2024-11-01T16:56:49.9478080Z Attempting uninstall: xdoctest 2024-11-01T16:56:49.9501036Z Found existing installation: xdoctest 1.0.2 2024-11-01T16:56:49.9625686Z Uninstalling xdoctest-1.0.2: 2024-11-01T16:56:49.9666680Z Successfully uninstalled xdoctest-1.0.2 2024-11-01T16:56:50.1323766Z WARNING: The script xdoctest.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2024-11-01T16:56:50.1325137Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2024-11-01T16:56:50.1880612Z Successfully installed xdoctest-1.2.0 2024-11-01T16:56:51.1093063Z Command completed after 1 attempt(s). 2024-11-01T16:56:51.1256872Z ##[group]Run # Windows conda doesn't have python3 binary, only python, but it's python3 2024-11-01T16:56:51.1257851Z # Windows conda doesn't have python3 binary, only python, but it's python3 2024-11-01T16:56:51.1258665Z ${CONDA_RUN} python -m tools.stats.monitor > usage_log.txt 2>&1 & 2024-11-01T16:56:51.1259376Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2024-11-01T16:56:51.1278644Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:56:51.1279344Z env: 2024-11-01T16:56:51.1279633Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:51.1280265Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:56:51.1281132Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:56:51.1281949Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:56:51.1282685Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:56:51.1283213Z ##[endgroup] 2024-11-01T16:56:51.1707301Z ##[group]Run seemethere/download-artifact-s3@v4 2024-11-01T16:56:51.1707777Z with: 2024-11-01T16:56:51.1708018Z name: win-vs2019-cpu-py3 2024-11-01T16:56:51.1708362Z path: C:\11632515612\build-results 2024-11-01T16:56:51.1739157Z s3-bucket: gha-artifacts 2024-11-01T16:56:51.1739480Z region: us-east-1 2024-11-01T16:56:51.1739745Z env: 2024-11-01T16:56:51.1739980Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:51.1740505Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:56:51.1741279Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:56:51.1741976Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:56:51.1742538Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:56:51.1742951Z ##[endgroup] 2024-11-01T16:56:51.7199218Z (node:3068) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2024-11-01T16:56:51.7200221Z 2024-11-01T16:56:51.7200477Z Please migrate your code to use AWS SDK for JavaScript (v3). 2024-11-01T16:56:51.7201198Z For more information, check the migration guide at https://a.co/7PzMCcy 2024-11-01T16:56:51.7201963Z (Use `node --trace-warnings ...` to show where the warning was created) 2024-11-01T16:56:51.8293765Z Found 4 objects with prefix pytorch/pytorch/11632515612/win-vs2019-cpu-py3/ 2024-11-01T16:56:51.8300022Z Starting download (1/4): C:\11632515612\build-results\.additional_ci_files\test-class-times.json 2024-11-01T16:56:51.9720301Z Finished download (1/4): C:\11632515612\build-results\.additional_ci_files\test-class-times.json 2024-11-01T16:56:51.9721849Z Starting download (2/4): C:\11632515612\build-results\.additional_ci_files\test-times.json 2024-11-01T16:56:52.0686580Z Finished download (2/4): C:\11632515612\build-results\.additional_ci_files\test-times.json 2024-11-01T16:56:52.0688005Z Starting download (3/4): C:\11632515612\build-results\.ninja_log 2024-11-01T16:56:52.3394976Z Finished download (3/4): C:\11632515612\build-results\.ninja_log 2024-11-01T16:56:52.3395910Z Starting download (4/4): C:\11632515612\build-results\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:56:56.1732391Z Finished download (4/4): C:\11632515612\build-results\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:56:56.1745226Z Artifact download has finished successfully 2024-11-01T16:56:56.2754946Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2024-11-01T16:56:56.2755556Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2024-11-01T16:56:56.2771281Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:56:56.2771923Z env: 2024-11-01T16:56:56.2772170Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:56.2772706Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:56:56.2773480Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:56:56.2774194Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:56:56.2774757Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:56:56.2775169Z ##[endgroup] 2024-11-01T16:56:57.4124419Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:56:57.4152233Z Finished 2024-11-01T16:56:57.9042968Z Folder PATH listing 2024-11-01T16:56:57.9043484Z Volume serial number is 0000018A 28D7:D2ED 2024-11-01T16:56:57.9043900Z C:\11632515612\BUILD-RESULTS 2024-11-01T16:56:57.9050597Z � .ninja_log 2024-11-01T16:56:57.9051084Z � torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:56:57.9051593Z � 2024-11-01T16:56:57.9051930Z ����.additional_ci_files 2024-11-01T16:56:57.9052272Z test-class-times.json 2024-11-01T16:56:57.9052601Z test-times.json 2024-11-01T16:56:57.9052895Z 2024-11-01T16:56:57.9348522Z Prepare all required actions 2024-11-01T16:56:57.9349077Z Getting action download info 2024-11-01T16:56:58.0608960Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-11-01T16:56:59.2751462Z ##[group]Run ./.github/actions/download-td-artifacts 2024-11-01T16:56:59.2751916Z with: 2024-11-01T16:56:59.2752200Z env: 2024-11-01T16:56:59.2752445Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:59.2753028Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:56:59.2753816Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:56:59.2754534Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:56:59.2755112Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:56:59.2755535Z ##[endgroup] 2024-11-01T16:56:59.2872969Z ##[group]Run seemethere/download-artifact-s3@v4 2024-11-01T16:56:59.2873399Z with: 2024-11-01T16:56:59.2873716Z name: td_results 2024-11-01T16:56:59.2874002Z s3-bucket: gha-artifacts 2024-11-01T16:56:59.2874332Z region: us-east-1 2024-11-01T16:56:59.2874761Z env: 2024-11-01T16:56:59.2874988Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:56:59.2875551Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:56:59.2876346Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:56:59.2877064Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:56:59.2877639Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:56:59.2878066Z ##[endgroup] 2024-11-01T16:56:59.8387746Z (node:2316) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2024-11-01T16:56:59.8388484Z 2024-11-01T16:56:59.8388737Z Please migrate your code to use AWS SDK for JavaScript (v3). 2024-11-01T16:56:59.8389484Z For more information, check the migration guide at https://a.co/7PzMCcy 2024-11-01T16:56:59.8390297Z (Use `node --trace-warnings ...` to show where the warning was created) 2024-11-01T16:56:59.9615816Z Found 1 objects with prefix pytorch/pytorch/11632515612/td_results/ 2024-11-01T16:56:59.9617585Z Starting download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2024-11-01T16:57:00.0339904Z Finished download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2024-11-01T16:57:00.0351755Z Artifact download has finished successfully 2024-11-01T16:57:00.0593456Z ##[group]Run mkdir -p .additional_ci_files 2024-11-01T16:57:00.0593942Z mkdir -p .additional_ci_files 2024-11-01T16:57:00.0594510Z mv td_results.json .additional_ci_files/td_results.json 2024-11-01T16:57:00.0613439Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:57:00.0614090Z env: 2024-11-01T16:57:00.0614363Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:57:00.0614919Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:57:00.0615709Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:57:00.0616438Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:57:00.0617007Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:57:00.0617433Z ##[endgroup] 2024-11-01T16:57:01.6082671Z Prepare all required actions 2024-11-01T16:57:01.6129553Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-11-01T16:57:01.6130098Z with: 2024-11-01T16:57:01.6130976Z github-token: *** 2024-11-01T16:57:01.6131248Z env: 2024-11-01T16:57:01.6131545Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:57:01.6132191Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:57:01.6133096Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:57:01.6133899Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:57:01.6134578Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:57:01.6135076Z ##[endgroup] 2024-11-01T16:57:01.8821531Z ##[group]Run set -eux 2024-11-01T16:57:01.8821852Z set -eux 2024-11-01T16:57:01.8822428Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-11-01T16:57:01.8841817Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:57:01.8842573Z env: 2024-11-01T16:57:01.8842824Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:57:01.8843421Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:57:01.8844197Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:57:01.8844884Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:57:01.8845460Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:57:01.8846291Z GITHUB_TOKEN: *** 2024-11-01T16:57:01.8846558Z ##[endgroup] 2024-11-01T16:57:01.9035095Z + python3 .github/scripts/get_workflow_job_id.py 11632515612 i-0690955746d655116 2024-11-01T16:57:02.9515087Z setting job-id=32397262347 2024-11-01T16:57:02.9516069Z setting job-name=win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2024-11-01T16:57:02.9884644Z Prepare all required actions 2024-11-01T16:57:02.9886199Z Getting action download info 2024-11-01T16:57:03.1129784Z ##[group]Run ./.github/actions/filter-test-configs 2024-11-01T16:57:03.1130225Z with: 2024-11-01T16:57:03.1130724Z github-token: *** 2024-11-01T16:57:03.1132229Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]} 2024-11-01T16:57:03.1134074Z job-name: win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2024-11-01T16:57:03.1134709Z env: 2024-11-01T16:57:03.1134937Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:57:03.1135485Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:57:03.1136319Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:57:03.1137010Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:57:03.1137588Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:57:03.1138000Z ##[endgroup] 2024-11-01T16:57:03.1253283Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:57:03.1253705Z with: 2024-11-01T16:57:03.1253919Z shell: bash 2024-11-01T16:57:03.1254183Z timeout_minutes: 10 2024-11-01T16:57:03.1254476Z max_attempts: 5 2024-11-01T16:57:03.1254740Z retry_wait_seconds: 30 2024-11-01T16:57:03.1255888Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:57:03.1257099Z polling_interval_seconds: 1 2024-11-01T16:57:03.1257428Z warning_on_retry: true 2024-11-01T16:57:03.1257742Z continue_on_error: false 2024-11-01T16:57:03.1258053Z env: 2024-11-01T16:57:03.1258283Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:57:03.1258866Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:57:03.1259690Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:57:03.1260376Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:57:03.1260952Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:57:03.1261547Z GITHUB_TOKEN: *** 2024-11-01T16:57:03.1261823Z ##[endgroup] 2024-11-01T16:57:03.2404799Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:57:04.5724917Z Collecting requests==2.27.1 2024-11-01T16:57:04.7686232Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2024-11-01T16:57:04.7803501Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2024-11-01T16:57:04.7926466Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.19) 2024-11-01T16:57:04.7932566Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.7.4) 2024-11-01T16:57:04.7944089Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2024-11-01T16:57:04.7957386Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2024-11-01T16:57:04.8240241Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2024-11-01T16:57:04.8982969Z ---------------------------------------- 63.1/63.1 kB 839.6 kB/s eta 0:00:00 2024-11-01T16:57:05.6982231Z Installing collected packages: requests 2024-11-01T16:57:05.6982932Z Attempting uninstall: requests 2024-11-01T16:57:05.6994819Z Found existing installation: requests 2.32.3 2024-11-01T16:57:05.8669915Z Uninstalling requests-2.32.3: 2024-11-01T16:57:05.8694710Z Successfully uninstalled requests-2.32.3 2024-11-01T16:57:07.1878067Z Successfully installed requests-2.27.1 2024-11-01T16:57:08.2509081Z Command completed after 1 attempt(s). 2024-11-01T16:57:08.2661343Z ##[group]Run set -x 2024-11-01T16:57:08.2661645Z set -x 2024-11-01T16:57:08.2661905Z  2024-11-01T16:57:08.2662418Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:57:08.2663194Z # in runner workspace 2024-11-01T16:57:08.2663704Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-11-01T16:57:08.2682977Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:57:08.2683608Z env: 2024-11-01T16:57:08.2683859Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:57:08.2684388Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:57:08.2685163Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:57:08.2685887Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:57:08.2686455Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:57:08.2686935Z ##[endgroup] 2024-11-01T16:57:08.2880933Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2024-11-01T16:57:08.3437793Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:57:08.3438308Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:57:08.3438731Z echo "Job name: ${JOB_NAME}" 2024-11-01T16:57:08.3439097Z  2024-11-01T16:57:08.3439619Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:57:08.3440276Z # in runner workspace 2024-11-01T16:57:08.3440831Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-11-01T16:57:08.3441461Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-11-01T16:57:08.3441901Z  --job-name "${JOB_NAME}" \ 2024-11-01T16:57:08.3443617Z  --test-matrix "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]}" \ 2024-11-01T16:57:08.3445291Z  --selected-test-configs "" \ 2024-11-01T16:57:08.3445720Z  --pr-number "${PR_NUMBER}" \ 2024-11-01T16:57:08.3446108Z  --tag "${TAG}" \ 2024-11-01T16:57:08.3446456Z  --event-name "${EVENT_NAME}" \ 2024-11-01T16:57:08.3446870Z  --schedule "${SCHEDULE}" \ 2024-11-01T16:57:08.3447264Z  --branch "${HEAD_BRANCH}" 2024-11-01T16:57:08.3465778Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:57:08.3466407Z env: 2024-11-01T16:57:08.3466668Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:57:08.3467214Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:57:08.3467988Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:57:08.3468689Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:57:08.3469251Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:57:08.3469863Z GITHUB_TOKEN: *** 2024-11-01T16:57:08.3470408Z JOB_NAME: win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2024-11-01T16:57:08.3471039Z PR_NUMBER: 2024-11-01T16:57:08.3471296Z TAG: ciflow/trunk/138766 2024-11-01T16:57:08.3471614Z EVENT_NAME: push 2024-11-01T16:57:08.3471880Z SCHEDULE: 2024-11-01T16:57:08.3472115Z HEAD_BRANCH: 2024-11-01T16:57:08.3472374Z ##[endgroup] 2024-11-01T16:57:08.3641187Z Workflow: trunk 2024-11-01T16:57:08.3641795Z Job name: win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2024-11-01T16:57:08.6642166Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-11-01T16:57:08.8536296Z ##[group]Run echo "Filtered matrix:" 2024-11-01T16:57:08.8536719Z echo "Filtered matrix:" 2024-11-01T16:57:08.8538288Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]}" 2024-11-01T16:57:08.8539848Z  2024-11-01T16:57:08.8540085Z echo 2024-11-01T16:57:08.8540430Z echo "Is the current job unstable? False" 2024-11-01T16:57:08.8540849Z  2024-11-01T16:57:08.8541079Z echo 2024-11-01T16:57:08.8541402Z echo "Is keep-going label set? False" 2024-11-01T16:57:08.8541803Z  2024-11-01T16:57:08.8542033Z echo 2024-11-01T16:57:08.8542325Z echo "Renabled issues? " 2024-11-01T16:57:08.8561308Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:57:08.8561943Z env: 2024-11-01T16:57:08.8562367Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:57:08.8562973Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:57:08.8563749Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:57:08.8564446Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:57:08.8565016Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:57:08.8565434Z ##[endgroup] 2024-11-01T16:57:08.8738112Z Filtered matrix: 2024-11-01T16:57:08.8739788Z {include: [{config: default, shard: 1, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 2, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 3, num_shards: 3, runner: windows.4xlarge.nonephemeral}]} 2024-11-01T16:57:08.8741232Z 2024-11-01T16:57:08.8741366Z Is the current job unstable? False 2024-11-01T16:57:08.8741661Z 2024-11-01T16:57:08.8741786Z Is keep-going label set? False 2024-11-01T16:57:08.8742040Z 2024-11-01T16:57:08.8742138Z Renabled issues? 2024-11-01T16:57:08.8854638Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2024-11-01T16:57:08.8855374Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2024-11-01T16:57:08.8873960Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:57:08.8874591Z env: 2024-11-01T16:57:08.8874845Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:57:08.8875390Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:57:08.8876257Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:57:08.8877018Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:57:08.8877599Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:57:08.8878055Z JOB_TIMEOUT: 240 2024-11-01T16:57:08.8878347Z ##[endgroup] 2024-11-01T16:57:08.9180781Z ##[group]Run pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2024-11-01T16:57:08.9181357Z pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2024-11-01T16:57:08.9181848Z # shellcheck disable=SC2046,SC2102 2024-11-01T16:57:08.9182504Z python3 -mpip install $(echo *.whl)[opt-einsum,optree] optree==0.13.0 2024-11-01T16:57:08.9183101Z popd 2024-11-01T16:57:08.9183380Z  2024-11-01T16:57:08.9183659Z .ci/pytorch/win-test.sh 2024-11-01T16:57:08.9201091Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:57:08.9201734Z env: 2024-11-01T16:57:08.9201996Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:57:08.9202617Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:57:08.9203412Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:57:08.9204702Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:57:08.9205338Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:57:08.9205751Z USE_CUDA: 0 2024-11-01T16:57:08.9206028Z INSTALL_WINDOWS_SDK: 1 2024-11-01T16:57:08.9206361Z PYTHON_VERSION: 3.9 2024-11-01T16:57:08.9206672Z CONTINUE_THROUGH_ERROR: False 2024-11-01T16:57:08.9207042Z VERBOSE_TEST_LOGS: False 2024-11-01T16:57:08.9207380Z TEST_SHOWLOCALS: False 2024-11-01T16:57:08.9207689Z NO_TEST_TIMEOUT: False 2024-11-01T16:57:08.9208003Z NO_TD: False 2024-11-01T16:57:08.9208282Z VC_PRODUCT: BuildTools 2024-11-01T16:57:08.9208581Z VC_VERSION: 2024-11-01T16:57:08.9208856Z VS_VERSION: 16.8.6 2024-11-01T16:57:08.9209152Z VC_YEAR: 2019 2024-11-01T16:57:08.9209428Z AWS_DEFAULT_REGION: us-east-1 2024-11-01T16:57:08.9209782Z PR_NUMBER: 2024-11-01T16:57:08.9210087Z GITHUB_REPOSITORY: pytorch/pytorch 2024-11-01T16:57:08.9210470Z GITHUB_WORKFLOW: trunk 2024-11-01T16:57:08.9210796Z GITHUB_JOB: test 2024-11-01T16:57:08.9211094Z GITHUB_RUN_ID: 11632515612 2024-11-01T16:57:08.9211424Z GITHUB_RUN_NUMBER: 102766 2024-11-01T16:57:08.9211761Z GITHUB_RUN_ATTEMPT: 1 2024-11-01T16:57:08.9212073Z JOB_ID: 32397262347 2024-11-01T16:57:08.9212614Z JOB_NAME: win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2024-11-01T16:57:08.9213328Z SHA1: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:57:08.9213777Z CUDA_VERSION: cpu 2024-11-01T16:57:08.9214162Z PYTORCH_FINAL_PACKAGE_DIR: /c/11632515612/build-results/ 2024-11-01T16:57:08.9214683Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2024-11-01T16:57:08.9215272Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-11-01T16:57:08.9215845Z SHARD_NUMBER: 1 2024-11-01T16:57:08.9216113Z NUM_TEST_SHARDS: 3 2024-11-01T16:57:08.9216414Z TEST_CONFIG: default 2024-11-01T16:57:08.9216726Z REENABLED_ISSUES: 2024-11-01T16:57:08.9217026Z TORCH_CUDA_ARCH_LIST: 8.6 2024-11-01T16:57:08.9217390Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2024-11-01T16:57:08.9217812Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2024-11-01T16:57:08.9218185Z ##[endgroup] 2024-11-01T16:57:08.9389355Z /c/11632515612/build-results /c/actions-runner/_work/pytorch/pytorch 2024-11-01T16:57:09.4465867Z Processing c:\11632515612\build-results\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl (from torch==2.6.0a0+gitd1aa4ef) 2024-11-01T16:57:10.4427236Z Collecting optree==0.13.0 2024-11-01T16:57:10.6379814Z Downloading optree-0.13.0-cp39-cp39-win_amd64.whl.metadata (48 kB) 2024-11-01T16:57:10.6949309Z -------------------------------------- 48.7/48.7 kB 610.8 kB/s eta 0:00:00 2024-11-01T16:57:10.7306508Z Requirement already satisfied: typing-extensions>=4.5.0 in c:\jenkins\miniconda3\lib\site-packages (from optree==0.13.0) (4.11.0) 2024-11-01T16:57:10.7750427Z Collecting filelock (from torch==2.6.0a0+gitd1aa4ef->torch==2.6.0a0+gitd1aa4ef) 2024-11-01T16:57:10.7804519Z Downloading filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB) 2024-11-01T16:57:10.7907058Z Requirement already satisfied: networkx in c:\jenkins\miniconda3\lib\site-packages (from torch==2.6.0a0+gitd1aa4ef->torch==2.6.0a0+gitd1aa4ef) (2.8.8) 2024-11-01T16:57:10.8281453Z Collecting jinja2 (from torch==2.6.0a0+gitd1aa4ef->torch==2.6.0a0+gitd1aa4ef) 2024-11-01T16:57:10.8337129Z Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 2024-11-01T16:57:10.8830473Z Collecting fsspec (from torch==2.6.0a0+gitd1aa4ef->torch==2.6.0a0+gitd1aa4ef) 2024-11-01T16:57:10.8882458Z Downloading fsspec-2024.10.0-py3-none-any.whl.metadata (11 kB) 2024-11-01T16:57:10.9359592Z Collecting sympy==1.13.1 (from torch==2.6.0a0+gitd1aa4ef->torch==2.6.0a0+gitd1aa4ef) 2024-11-01T16:57:10.9414033Z Downloading sympy-1.13.1-py3-none-any.whl.metadata (12 kB) 2024-11-01T16:57:10.9538397Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\jenkins\miniconda3\lib\site-packages (from sympy==1.13.1->torch==2.6.0a0+gitd1aa4ef->torch==2.6.0a0+gitd1aa4ef) (1.2.1) 2024-11-01T16:57:10.9581655Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (from torch==2.6.0a0+gitd1aa4ef->torch==2.6.0a0+gitd1aa4ef) (3.3.0) 2024-11-01T16:57:10.9668302Z Requirement already satisfied: numpy>=1.7 in c:\jenkins\miniconda3\lib\site-packages (from opt-einsum>=3.3->torch==2.6.0a0+gitd1aa4ef->torch==2.6.0a0+gitd1aa4ef) (1.22.3) 2024-11-01T16:57:11.1713339Z Collecting MarkupSafe>=2.0 (from jinja2->torch==2.6.0a0+gitd1aa4ef->torch==2.6.0a0+gitd1aa4ef) 2024-11-01T16:57:11.1779408Z Downloading MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl.metadata (4.1 kB) 2024-11-01T16:57:11.2239776Z Downloading optree-0.13.0-cp39-cp39-win_amd64.whl (270 kB) 2024-11-01T16:57:11.2594196Z ---------------------------------------- 270.1/270.1 kB 8.4 MB/s eta 0:00:00 2024-11-01T16:57:11.2647874Z Downloading sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-11-01T16:57:12.1327579Z ---------------------------------------- 6.2/6.2 MB 7.2 MB/s eta 0:00:00 2024-11-01T16:57:12.1390026Z Downloading filelock-3.16.1-py3-none-any.whl (16 kB) 2024-11-01T16:57:12.1740589Z Downloading fsspec-2024.10.0-py3-none-any.whl (179 kB) 2024-11-01T16:57:12.4939778Z -------------------------------------- 179.6/179.6 kB 541.2 kB/s eta 0:00:00 2024-11-01T16:57:12.5001281Z Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-11-01T16:57:12.5172719Z ---------------------------------------- 133.3/133.3 kB ? eta 0:00:00 2024-11-01T16:57:12.5223286Z Downloading MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl (15 kB) 2024-11-01T16:57:13.5278454Z Installing collected packages: sympy, optree, MarkupSafe, fsspec, filelock, jinja2, torch 2024-11-01T16:57:13.5279639Z Attempting uninstall: sympy 2024-11-01T16:57:13.5293280Z Found existing installation: sympy 1.11.1 2024-11-01T16:57:13.9110895Z Uninstalling sympy-1.11.1: 2024-11-01T16:57:14.2786111Z Successfully uninstalled sympy-1.11.1 2024-11-01T16:57:30.7624483Z WARNING: The script isympy.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2024-11-01T16:57:30.7625779Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2024-11-01T16:58:10.4294583Z WARNING: The scripts convert-caffe2-to-onnx.exe, convert-onnx-to-caffe2.exe, torchfrtrace.exe and torchrun.exe are installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2024-11-01T16:58:10.4296563Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2024-11-01T16:58:10.8190466Z Successfully installed MarkupSafe-3.0.2 filelock-3.16.1 fsspec-2024.10.0 jinja2-3.1.4 optree-0.13.0 sympy-1.13.1 torch-2.6.0a0+gitd1aa4ef 2024-11-01T16:58:10.9136194Z /c/actions-runner/_work/pytorch/pytorch 2024-11-01T16:58:10.9449413Z +++ dirname .ci/pytorch/win-test.sh 2024-11-01T16:58:10.9511603Z ++ cd .ci/pytorch 2024-11-01T16:58:10.9516474Z ++ pwd 2024-11-01T16:58:10.9520806Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch 2024-11-01T16:58:10.9522435Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2024-11-01T16:58:10.9574985Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2024-11-01T16:58:10.9636418Z ++ source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common_utils.sh 2024-11-01T16:58:10.9639028Z +++ declare -f -t trap_add 2024-11-01T16:58:10.9645067Z ++ set -ex 2024-11-01T16:58:10.9645443Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2024-11-01T16:58:10.9645860Z ++ BUILD_TEST_LIBTORCH=0 2024-11-01T16:58:10.9646363Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:58:10.9647181Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:58:10.9702753Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:58:10.9798023Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2024-11-01T16:58:10.9798649Z + export TMP_DIR_WIN 2024-11-01T16:58:10.9799289Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2024-11-01T16:58:10.9799956Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2024-11-01T16:58:10.9852916Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2024-11-01T16:58:10.9943051Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2024-11-01T16:58:10.9943611Z + export PROJECT_DIR_WIN 2024-11-01T16:58:10.9944072Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2024-11-01T16:58:10.9944689Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2024-11-01T16:58:10.9996652Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2024-11-01T16:58:11.0085858Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2024-11-01T16:58:11.0086424Z + export TEST_DIR_WIN 2024-11-01T16:58:11.0086892Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/11632515612/build-results/ 2024-11-01T16:58:11.0087566Z + PYTORCH_FINAL_PACKAGE_DIR=/c/11632515612/build-results/ 2024-11-01T16:58:11.0139291Z ++ cygpath -w /c/11632515612/build-results/ 2024-11-01T16:58:11.0229098Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\11632515612\build-results\' 2024-11-01T16:58:11.0229691Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2024-11-01T16:58:11.0243855Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2024-11-01T16:58:11.0381468Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:58:11.0382475Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:58:11.0383194Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2024-11-01T16:58:11.0383617Z + [[ win-vs2019-cpu-py3 == *cuda* ]] 2024-11-01T16:58:11.0384272Z + python -m pip install pytest-rerunfailures==10.3 pytest-cpp==2.3.0 tensorboard==2.13.0 2024-11-01T16:58:11.7822156Z Collecting pytest-rerunfailures==10.3 2024-11-01T16:58:11.9766573Z Downloading pytest_rerunfailures-10.3-py3-none-any.whl.metadata (15 kB) 2024-11-01T16:58:12.0054134Z Requirement already satisfied: pytest-cpp==2.3.0 in c:\jenkins\miniconda3\lib\site-packages (2.3.0) 2024-11-01T16:58:12.3497243Z Collecting tensorboard==2.13.0 2024-11-01T16:58:12.3557989Z Downloading tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) 2024-11-01T16:58:12.3727344Z Requirement already satisfied: packaging>=17.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures==10.3) (23.2) 2024-11-01T16:58:12.3733582Z Requirement already satisfied: pytest>=5.3 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures==10.3) (7.1.3) 2024-11-01T16:58:12.3759298Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest-cpp==2.3.0) (0.4.6) 2024-11-01T16:58:12.4089947Z Collecting absl-py>=0.4 (from tensorboard==2.13.0) 2024-11-01T16:58:12.4141879Z Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-11-01T16:58:13.1830708Z Collecting grpcio>=1.48.2 (from tensorboard==2.13.0) 2024-11-01T16:58:13.1884801Z Downloading grpcio-1.67.1-cp39-cp39-win_amd64.whl.metadata (4.0 kB) 2024-11-01T16:58:13.4895017Z Collecting google-auth<3,>=1.6.3 (from tensorboard==2.13.0) 2024-11-01T16:58:13.4948135Z Downloading google_auth-2.35.0-py2.py3-none-any.whl.metadata (4.7 kB) 2024-11-01T16:58:13.5270168Z Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard==2.13.0) 2024-11-01T16:58:13.5319896Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) 2024-11-01T16:58:13.5723046Z Collecting markdown>=2.6.8 (from tensorboard==2.13.0) 2024-11-01T16:58:13.5773580Z Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB) 2024-11-01T16:58:13.5863470Z Requirement already satisfied: numpy>=1.12.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (1.22.3) 2024-11-01T16:58:13.5870141Z Requirement already satisfied: protobuf>=3.19.6 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (4.25.3) 2024-11-01T16:58:13.5878352Z Requirement already satisfied: requests<3,>=2.21.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (2.27.1) 2024-11-01T16:58:13.5885184Z Requirement already satisfied: setuptools>=41.0.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (72.1.0) 2024-11-01T16:58:13.6134743Z Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard==2.13.0) 2024-11-01T16:58:13.6199670Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB) 2024-11-01T16:58:13.7349655Z Collecting werkzeug>=1.0.1 (from tensorboard==2.13.0) 2024-11-01T16:58:13.7402411Z Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 2024-11-01T16:58:13.7506621Z Requirement already satisfied: wheel>=0.26 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (0.43.0) 2024-11-01T16:58:13.7946101Z Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2024-11-01T16:58:13.7996936Z Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB) 2024-11-01T16:58:13.8400498Z Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2024-11-01T16:58:13.8451197Z Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB) 2024-11-01T16:58:13.8784235Z Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2024-11-01T16:58:13.8890820Z Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2024-11-01T16:58:13.9378263Z Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0) 2024-11-01T16:58:13.9429536Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) 2024-11-01T16:58:13.9696071Z Requirement already satisfied: importlib-metadata>=4.4 in c:\jenkins\miniconda3\lib\site-packages (from markdown>=2.6.8->tensorboard==2.13.0) (7.0.1) 2024-11-01T16:58:13.9868414Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (24.2.0) 2024-11-01T16:58:13.9874369Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (2.0.0) 2024-11-01T16:58:13.9882264Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (1.0.0) 2024-11-01T16:58:13.9888793Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (1.11.0) 2024-11-01T16:58:13.9895406Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (2.0.1) 2024-11-01T16:58:14.0025339Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (1.26.19) 2024-11-01T16:58:14.0031717Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (2024.7.4) 2024-11-01T16:58:14.0045409Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (2.0.4) 2024-11-01T16:58:14.0056767Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (3.7) 2024-11-01T16:58:14.0310828Z Requirement already satisfied: MarkupSafe>=2.1.1 in c:\jenkins\miniconda3\lib\site-packages (from werkzeug>=1.0.1->tensorboard==2.13.0) (3.0.2) 2024-11-01T16:58:14.1435915Z Requirement already satisfied: zipp>=0.5 in c:\jenkins\miniconda3\lib\site-packages (from importlib-metadata>=4.4->markdown>=2.6.8->tensorboard==2.13.0) (3.17.0) 2024-11-01T16:58:14.1967468Z Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard==2.13.0) 2024-11-01T16:58:14.2018842Z Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) 2024-11-01T16:58:14.2414621Z Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0) 2024-11-01T16:58:14.2466048Z Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2024-11-01T16:58:14.3286069Z Downloading pytest_rerunfailures-10.3-py3-none-any.whl (11 kB) 2024-11-01T16:58:14.4448046Z Downloading tensorboard-2.13.0-py3-none-any.whl (5.6 MB) 2024-11-01T16:58:14.7991465Z ---------------------------------------- 5.6/5.6 MB 15.5 MB/s eta 0:00:00 2024-11-01T16:58:14.8046453Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-11-01T16:58:14.8969966Z ---------------------------------------- 133.7/133.7 kB 1.3 MB/s eta 0:00:00 2024-11-01T16:58:14.9068380Z Downloading google_auth-2.35.0-py2.py3-none-any.whl (208 kB) 2024-11-01T16:58:14.9685629Z ---------------------------------------- 209.0/209.0 kB 4.2 MB/s eta 0:00:00 2024-11-01T16:58:14.9735488Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) 2024-11-01T16:58:14.9888580Z Downloading grpcio-1.67.1-cp39-cp39-win_amd64.whl (4.4 MB) 2024-11-01T16:58:15.2454966Z ---------------------------------------- 4.4/4.4 MB 17.4 MB/s eta 0:00:00 2024-11-01T16:58:15.2507785Z Downloading Markdown-3.7-py3-none-any.whl (106 kB) 2024-11-01T16:58:15.2623333Z ---------------------------------------- 106.3/106.3 kB ? eta 0:00:00 2024-11-01T16:58:15.2678781Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB) 2024-11-01T16:58:15.2830062Z Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 2024-11-01T16:58:15.3572298Z ---------------------------------------- 224.4/224.4 kB 3.4 MB/s eta 0:00:00 2024-11-01T16:58:15.3622357Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-11-01T16:58:15.3786429Z Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB) 2024-11-01T16:58:15.4205946Z ---------------------------------------- 181.5/181.5 kB 3.7 MB/s eta 0:00:00 2024-11-01T16:58:15.4253422Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) 2024-11-01T16:58:15.4370899Z Downloading rsa-4.9-py3-none-any.whl (34 kB) 2024-11-01T16:58:16.0163848Z Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) 2024-11-01T16:58:16.4291695Z -------------------------------------- 151.7/151.7 kB 335.2 kB/s eta 0:00:00 2024-11-01T16:58:16.4351454Z Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) 2024-11-01T16:58:16.5314417Z ---------------------------------------- 83.1/83.1 kB 775.5 kB/s eta 0:00:00 2024-11-01T16:58:17.3769538Z Installing collected packages: werkzeug, tensorboard-data-server, pyasn1, oauthlib, grpcio, cachetools, absl-py, rsa, requests-oauthlib, pytest-rerunfailures, pyasn1-modules, markdown, google-auth, google-auth-oauthlib, tensorboard 2024-11-01T16:58:19.2244759Z WARNING: The scripts pyrsa-decrypt.exe, pyrsa-encrypt.exe, pyrsa-keygen.exe, pyrsa-priv2pub.exe, pyrsa-sign.exe and pyrsa-verify.exe are installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2024-11-01T16:58:19.2246748Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2024-11-01T16:58:19.2899367Z Attempting uninstall: pytest-rerunfailures 2024-11-01T16:58:19.2914317Z Found existing installation: pytest-rerunfailures 10.2 2024-11-01T16:58:19.2952683Z Uninstalling pytest-rerunfailures-10.2: 2024-11-01T16:58:19.7462002Z Successfully uninstalled pytest-rerunfailures-10.2 2024-11-01T16:58:20.1789581Z WARNING: The script markdown_py.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2024-11-01T16:58:20.1790820Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2024-11-01T16:58:20.3932629Z WARNING: The script google-oauthlib-tool.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2024-11-01T16:58:20.3933950Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2024-11-01T16:58:22.2572049Z WARNING: The script tensorboard.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2024-11-01T16:58:22.2573543Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2024-11-01T16:58:22.7566181Z Successfully installed absl-py-2.1.0 cachetools-5.5.0 google-auth-2.35.0 google-auth-oauthlib-1.0.0 grpcio-1.67.1 markdown-3.7 oauthlib-3.2.2 pyasn1-0.6.1 pyasn1-modules-0.4.1 pytest-rerunfailures-10.3 requests-oauthlib-2.0.0 rsa-4.9 tensorboard-2.13.0 tensorboard-data-server-0.7.2 werkzeug-3.1.1 2024-11-01T16:58:22.9171958Z + python -m pip install z3-solver==4.12.2.0 2024-11-01T16:58:23.6803556Z Collecting z3-solver==4.12.2.0 2024-11-01T16:58:23.8727980Z Downloading z3_solver-4.12.2.0-py2.py3-none-win_amd64.whl.metadata (697 bytes) 2024-11-01T16:58:23.8865126Z Downloading z3_solver-4.12.2.0-py2.py3-none-win_amd64.whl (57.9 MB) 2024-11-01T16:58:38.5772844Z ---------------------------------------- 57.9/57.9 MB 714.1 kB/s eta 0:00:00 2024-11-01T16:58:39.6855689Z Installing collected packages: z3-solver 2024-11-01T16:58:40.7819575Z Successfully installed z3-solver-4.12.2.0 2024-11-01T16:58:40.8642572Z + python -m pip install tlparse==0.3.25 2024-11-01T16:58:41.7423367Z Collecting tlparse==0.3.25 2024-11-01T16:58:41.9627868Z Downloading tlparse-0.3.25-py3-none-win_amd64.whl.metadata (1.8 kB) 2024-11-01T16:58:42.0193321Z Downloading tlparse-0.3.25-py3-none-win_amd64.whl (1.8 MB) 2024-11-01T16:58:43.2597410Z ---------------------------------------- 1.8/1.8 MB 1.5 MB/s eta 0:00:00 2024-11-01T16:58:44.2597683Z Installing collected packages: tlparse 2024-11-01T16:58:44.6255156Z Successfully installed tlparse-0.3.25 2024-11-01T16:58:44.7166743Z + python -m pip install parameterized==0.8.1 2024-11-01T16:58:45.6162238Z Collecting parameterized==0.8.1 2024-11-01T16:58:45.8113462Z Downloading parameterized-0.8.1-py2.py3-none-any.whl.metadata (18 kB) 2024-11-01T16:58:45.8922199Z Downloading parameterized-0.8.1-py2.py3-none-any.whl (26 kB) 2024-11-01T16:58:46.8778175Z Installing collected packages: parameterized 2024-11-01T16:58:47.2082398Z Successfully installed parameterized-0.8.1 2024-11-01T16:58:47.2858947Z + python -m pip install pulp==2.9.0 2024-11-01T16:58:48.5745454Z Collecting pulp==2.9.0 2024-11-01T16:58:48.7666245Z Downloading PuLP-2.9.0-py3-none-any.whl.metadata (5.4 kB) 2024-11-01T16:58:48.9019853Z Downloading PuLP-2.9.0-py3-none-any.whl (17.7 MB) 2024-11-01T16:58:49.3284273Z ---------------------------------------- 17.7/17.7 MB 38.4 MB/s eta 0:00:00 2024-11-01T16:58:50.3953555Z Installing collected packages: pulp 2024-11-01T16:58:51.9185774Z WARNING: The script pulptest.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2024-11-01T16:58:52.0163703Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2024-11-01T16:58:52.0164587Z Successfully installed pulp-2.9.0 2024-11-01T16:58:52.0940849Z + run_tests 2024-11-01T16:58:52.0941653Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2024-11-01T16:58:52.0942633Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2024-11-01T16:58:52.0943516Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2024-11-01T16:58:52.3069166Z NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. This can also be happening if non-NVIDIA GPU is running as primary display, and NVIDIA GPU is in WDDM mode. 2024-11-01T16:58:52.3070700Z 2024-11-01T16:58:52.3091327Z + echo true 2024-11-01T16:58:52.3091614Z true 2024-11-01T16:58:52.3091843Z + break 2024-11-01T16:58:52.3092067Z + [[ 3 -eq 1 ]] 2024-11-01T16:58:52.3092684Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2024-11-01T16:58:52.3227773Z 2024-11-01T16:58:52.3228875Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\setup_pytorch_env.bat 2024-11-01T16:58:52.3237965Z 2024-11-01T16:58:52.3242127Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-11-01T16:58:52.3246036Z 2024-11-01T16:58:52.3246815Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-11-01T16:58:52.3247722Z 2024-11-01T16:58:52.3248581Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2024-11-01T16:58:52.3254513Z 2024-11-01T16:58:52.3255472Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2024-11-01T16:58:52.3259279Z 2024-11-01T16:58:52.3260116Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2024-11-01T16:58:52.3262480Z 2024-11-01T16:58:52.3262858Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2024-11-01T16:58:52.3264410Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2024-11-01T16:58:52.3265875Z if errorlevel 1 exit /b 2024-11-01T16:58:52.3266228Z if not errorlevel 0 exit /b 2024-11-01T16:58:52.3267454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2024-11-01T16:58:52.3268646Z if errorlevel 1 exit /b 2024-11-01T16:58:52.3268993Z if not errorlevel 0 exit /b 2024-11-01T16:58:52.3269317Z ) 2024-11-01T16:58:52.3269442Z 2024-11-01T16:58:52.3269993Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-11-01T16:58:52.9920900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\functional.py 2024-11-01T16:58:52.9925668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\hub.py 2024-11-01T16:58:52.9929982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\library.py 2024-11-01T16:58:52.9934031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\overrides.py 2024-11-01T16:58:52.9938541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\py.typed 2024-11-01T16:58:53.0007398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quasirandom.py 2024-11-01T16:58:53.0010352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\random.py 2024-11-01T16:58:53.0027858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\return_types.py 2024-11-01T16:58:53.0028544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\return_types.pyi 2024-11-01T16:58:53.0029228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\serialization.py 2024-11-01T16:58:53.0029873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\storage.py 2024-11-01T16:58:53.0030498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\torch_version.py 2024-11-01T16:58:53.0033843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\types.py 2024-11-01T16:58:53.0037114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\version.py 2024-11-01T16:58:53.0056324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_appdirs.py 2024-11-01T16:58:53.0056999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C.cp39-win_amd64.pyd 2024-11-01T16:58:53.0057680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_classes.py 2024-11-01T16:58:53.0058473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_compile.py 2024-11-01T16:58:53.0059098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_ops.py 2024-11-01T16:58:53.0060491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_deploy.py 2024-11-01T16:58:53.0064126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_environment.py 2024-11-01T16:58:53.0068213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_guards.py 2024-11-01T16:58:53.0071632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_jit_internal.py 2024-11-01T16:58:53.0075816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_linalg_utils.py 2024-11-01T16:58:53.0079777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lobpcg.py 2024-11-01T16:58:53.0816583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lowrank.py 2024-11-01T16:58:53.0820256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_meta_registrations.py 2024-11-01T16:58:53.0824787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_namedtensor_internals.py 2024-11-01T16:58:53.0828923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_ops.py 2024-11-01T16:58:53.0831873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_python_dispatcher.py 2024-11-01T16:58:53.0835811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_size_docs.py 2024-11-01T16:58:53.0840084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_sources.py 2024-11-01T16:58:53.0842815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_storage_docs.py 2024-11-01T16:58:53.0846443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_streambase.py 2024-11-01T16:58:53.0849871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor.py 2024-11-01T16:58:53.0853833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor_docs.py 2024-11-01T16:58:53.1668324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor_str.py 2024-11-01T16:58:53.1671622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_thread_safe_fork.py 2024-11-01T16:58:53.1674250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_torch_docs.py 2024-11-01T16:58:53.1679686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_utils.py 2024-11-01T16:58:53.1683464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_utils_internal.py 2024-11-01T16:58:53.1687079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_VF.py 2024-11-01T16:58:53.1690320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_VF.pyi 2024-11-01T16:58:53.1700082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vmap_internals.py 2024-11-01T16:58:53.1704104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_weights_only_unpickler.py 2024-11-01T16:58:53.1707540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__config__.py 2024-11-01T16:58:53.1710951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__future__.py 2024-11-01T16:58:53.1721821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__init__.py 2024-11-01T16:58:53.1729561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\_utils.py 2024-11-01T16:58:53.1733068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__init__.py 2024-11-01T16:58:53.1739896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:58:53.1743731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.1750763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\autocast_mode.py 2024-11-01T16:58:53.1754430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\grad_scaler.py 2024-11-01T16:58:53.1758476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__init__.py 2024-11-01T16:58:53.1800276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\autocast_mode.cpython-39.pyc 2024-11-01T16:58:53.1803951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\grad_scaler.cpython-39.pyc 2024-11-01T16:58:53.1807500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.1825496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\__init__.py 2024-11-01T16:58:53.1833181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\__init__.py 2024-11-01T16:58:53.1840354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\__init__.py 2024-11-01T16:58:53.1847258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\fused.py 2024-11-01T16:58:53.1850590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__init__.py 2024-11-01T16:58:53.1857343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\fused.cpython-39.pyc 2024-11-01T16:58:53.1860950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.1868739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\__init__.py 2024-11-01T16:58:53.1875488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\conv_fused.py 2024-11-01T16:58:53.1879205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_fused.py 2024-11-01T16:58:53.1882661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_relu.py 2024-11-01T16:58:53.1886020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__init__.py 2024-11-01T16:58:53.1902368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-39.pyc 2024-11-01T16:58:53.1906058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-39.pyc 2024-11-01T16:58:53.1909543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-39.pyc 2024-11-01T16:58:53.1922642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.1930781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.1939590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__init__.py 2024-11-01T16:58:53.1946583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__init__.py 2024-11-01T16:58:53.1953396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2024-11-01T16:58:53.1957306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py 2024-11-01T16:58:53.1964644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-39.pyc 2024-11-01T16:58:53.1968380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.1975953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.1983897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\bn_relu.py 2024-11-01T16:58:53.1987365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_add.py 2024-11-01T16:58:53.1990784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_relu.py 2024-11-01T16:58:53.1994905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py 2024-11-01T16:58:53.1997739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__init__.py 2024-11-01T16:58:53.2015639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-39.pyc 2024-11-01T16:58:53.2019876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_add.cpython-39.pyc 2024-11-01T16:58:53.2023940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-39.pyc 2024-11-01T16:58:53.2036924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-39.pyc 2024-11-01T16:58:53.2040651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2048839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2065749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2073953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\__init__.py 2024-11-01T16:58:53.2081530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\__init__.py 2024-11-01T16:58:53.2088300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\linear.py 2024-11-01T16:58:53.2091626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__init__.py 2024-11-01T16:58:53.2099283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\linear.cpython-39.pyc 2024-11-01T16:58:53.2103038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2111626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2118320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\conv.py 2024-11-01T16:58:53.2121696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\embedding_ops.py 2024-11-01T16:58:53.2124665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\linear.py 2024-11-01T16:58:53.2127906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__init__.py 2024-11-01T16:58:53.2176967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\conv.cpython-39.pyc 2024-11-01T16:58:53.2180402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\embedding_ops.cpython-39.pyc 2024-11-01T16:58:53.2183776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\linear.cpython-39.pyc 2024-11-01T16:58:53.2196572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2204262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2212569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\__init__.py 2024-11-01T16:58:53.2219158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\activation.py 2024-11-01T16:58:53.2222600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\rnn.py 2024-11-01T16:58:53.2226307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__init__.py 2024-11-01T16:58:53.2232999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\activation.cpython-39.pyc 2024-11-01T16:58:53.2236259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\rnn.cpython-39.pyc 2024-11-01T16:58:53.2239684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2257308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2288414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\functional.py 2024-11-01T16:58:53.2292229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__init__.py 2024-11-01T16:58:53.2299360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\__init__.py 2024-11-01T16:58:53.2305734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\conv.py 2024-11-01T16:58:53.2309280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\linear.py 2024-11-01T16:58:53.2312509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\rnn.py 2024-11-01T16:58:53.2316053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__init__.py 2024-11-01T16:58:53.2323329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\conv.cpython-39.pyc 2024-11-01T16:58:53.2327288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\linear.cpython-39.pyc 2024-11-01T16:58:53.2330821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-39.pyc 2024-11-01T16:58:53.2345654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2354507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2361534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\activation.py 2024-11-01T16:58:53.2365835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\batchnorm.py 2024-11-01T16:58:53.2368384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\conv.py 2024-11-01T16:58:53.2372272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\dropout.py 2024-11-01T16:58:53.2375606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\embedding_ops.py 2024-11-01T16:58:53.2395652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\functional_modules.py 2024-11-01T16:58:53.2399756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\linear.py 2024-11-01T16:58:53.2402504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\normalization.py 2024-11-01T16:58:53.2406006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\rnn.py 2024-11-01T16:58:53.2409310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\utils.py 2024-11-01T16:58:53.2412664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__init__.py 2024-11-01T16:58:53.2420238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\activation.cpython-39.pyc 2024-11-01T16:58:53.2424061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\batchnorm.cpython-39.pyc 2024-11-01T16:58:53.2426989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\conv.cpython-39.pyc 2024-11-01T16:58:53.2439994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\dropout.cpython-39.pyc 2024-11-01T16:58:53.2443590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\embedding_ops.cpython-39.pyc 2024-11-01T16:58:53.2447416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\functional_modules.cpython-39.pyc 2024-11-01T16:58:53.2450795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\linear.cpython-39.pyc 2024-11-01T16:58:53.2454497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\normalization.cpython-39.pyc 2024-11-01T16:58:53.2458085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\rnn.cpython-39.pyc 2024-11-01T16:58:53.2461780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.2465322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2520774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\__init__.py 2024-11-01T16:58:53.2528698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\conv.py 2024-11-01T16:58:53.2532383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\linear.py 2024-11-01T16:58:53.2535880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\rnn.py 2024-11-01T16:58:53.2539468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\sparse.py 2024-11-01T16:58:53.2542795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\utils.py 2024-11-01T16:58:53.2546173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__init__.py 2024-11-01T16:58:53.2566993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\conv.cpython-39.pyc 2024-11-01T16:58:53.2570601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\linear.cpython-39.pyc 2024-11-01T16:58:53.2574061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\rnn.cpython-39.pyc 2024-11-01T16:58:53.2588181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\sparse.cpython-39.pyc 2024-11-01T16:58:53.2591809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.2595197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2602807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2610713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__pycache__\functional.cpython-39.pyc 2024-11-01T16:58:53.2614323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2623261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\__init__.py 2024-11-01T16:58:53.2630306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\linear.py 2024-11-01T16:58:53.2633773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\utils.py 2024-11-01T16:58:53.2637011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__init__.py 2024-11-01T16:58:53.2643610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\linear.py 2024-11-01T16:58:53.2646847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__init__.py 2024-11-01T16:58:53.2653755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\linear.cpython-39.pyc 2024-11-01T16:58:53.2657427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2674362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\linear.cpython-39.pyc 2024-11-01T16:58:53.2677772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.2681171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2699653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2707883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2716356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\_numeric_suite.py 2024-11-01T16:58:53.2719777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\_numeric_suite_fx.py 2024-11-01T16:58:53.2723594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__init__.py 2024-11-01T16:58:53.2729184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\graph_matcher.py 2024-11-01T16:58:53.2732613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\graph_passes.py 2024-11-01T16:58:53.2736225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\mappings.py 2024-11-01T16:58:53.2739615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\ns_types.py 2024-11-01T16:58:53.2742850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\n_shadows_utils.py 2024-11-01T16:58:53.2755362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\pattern_utils.py 2024-11-01T16:58:53.2758845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\qconfig_multi_mapping.py 2024-11-01T16:58:53.2762160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\utils.py 2024-11-01T16:58:53.2765588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\weight_utils.py 2024-11-01T16:58:53.2769343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__init__.py 2024-11-01T16:58:53.2775953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_matcher.cpython-39.pyc 2024-11-01T16:58:53.2779648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_passes.cpython-39.pyc 2024-11-01T16:58:53.2783349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\mappings.cpython-39.pyc 2024-11-01T16:58:53.2793947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\ns_types.cpython-39.pyc 2024-11-01T16:58:53.2797461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\n_shadows_utils.cpython-39.pyc 2024-11-01T16:58:53.2801021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\pattern_utils.cpython-39.pyc 2024-11-01T16:58:53.2804711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\qconfig_multi_mapping.cpython-39.pyc 2024-11-01T16:58:53.2808021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.2811660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\weight_utils.cpython-39.pyc 2024-11-01T16:58:53.2815042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2829911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite.cpython-39.pyc 2024-11-01T16:58:53.2833711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite_fx.cpython-39.pyc 2024-11-01T16:58:53.2837368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2855374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_mappings.py 2024-11-01T16:58:53.2858885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__init__.py 2024-11-01T16:58:53.2866340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\base_scheduler.py 2024-11-01T16:58:53.2869880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\cubic_scheduler.py 2024-11-01T16:58:53.2874007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\lambda_scheduler.py 2024-11-01T16:58:53.2887220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__init__.py 2024-11-01T16:58:53.2895137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\base_scheduler.cpython-39.pyc 2024-11-01T16:58:53.2899454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\cubic_scheduler.cpython-39.pyc 2024-11-01T16:58:53.2903697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\lambda_scheduler.cpython-39.pyc 2024-11-01T16:58:53.2917501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2934331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\base_sparsifier.py 2024-11-01T16:58:53.2938148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py 2024-11-01T16:58:53.2941592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\utils.py 2024-11-01T16:58:53.2954883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py 2024-11-01T16:58:53.2958447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__init__.py 2024-11-01T16:58:53.2964989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\base_sparsifier.cpython-39.pyc 2024-11-01T16:58:53.2968704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\nearly_diagonal_sparsifier.cpython-39.pyc 2024-11-01T16:58:53.2972192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.2983522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\weight_norm_sparsifier.cpython-39.pyc 2024-11-01T16:58:53.2987305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.2995446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\__init__.py 2024-11-01T16:58:53.3001542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py 2024-11-01T16:58:53.3005108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__init__.py 2024-11-01T16:58:53.3020225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\activation_sparsifier.cpython-39.pyc 2024-11-01T16:58:53.3023687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.3031189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py 2024-11-01T16:58:53.3034553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__init__.py 2024-11-01T16:58:53.3041849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\base_data_scheduler.cpython-39.pyc 2024-11-01T16:58:53.3046117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.3062225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py 2024-11-01T16:58:53.3065832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py 2024-11-01T16:58:53.3070164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py 2024-11-01T16:58:53.3082699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__init__.py 2024-11-01T16:58:53.3091372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py 2024-11-01T16:58:53.3097630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py 2024-11-01T16:58:53.3101299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py 2024-11-01T16:58:53.3105385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py 2024-11-01T16:58:53.3121481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\data_sparsity.cpython-39.pyc 2024-11-01T16:58:53.3123994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\_data_sparstity_utils.cpython-39.pyc 2024-11-01T16:58:53.3127683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.3336650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.3344372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\base_data_sparsifier.cpython-39.pyc 2024-11-01T16:58:53.3348200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\data_norm_sparsifier.cpython-39.pyc 2024-11-01T16:58:53.3352471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\quantization_utils.cpython-39.pyc 2024-11-01T16:58:53.3572696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.3580322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py 2024-11-01T16:58:53.3584055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\FPGM_pruner.py 2024-11-01T16:58:53.3587526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py 2024-11-01T16:58:53.3778345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\match_utils.py 2024-11-01T16:58:53.3781991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\parametrization.py 2024-11-01T16:58:53.3785458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\prune_functions.py 2024-11-01T16:58:53.3789048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\saliency_pruner.py 2024-11-01T16:58:53.3792470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__init__.py 2024-11-01T16:58:53.3799982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\base_structured_sparsifier.cpython-39.pyc 2024-11-01T16:58:53.3803556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\FPGM_pruner.cpython-39.pyc 2024-11-01T16:58:53.3807280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\lstm_saliency_pruner.cpython-39.pyc 2024-11-01T16:58:53.3825427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\match_utils.cpython-39.pyc 2024-11-01T16:58:53.3829320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\parametrization.cpython-39.pyc 2024-11-01T16:58:53.3833483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\prune_functions.cpython-39.pyc 2024-11-01T16:58:53.3838274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\saliency_pruner.cpython-39.pyc 2024-11-01T16:58:53.3848178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.3850708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.3877748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__pycache__\_mappings.cpython-39.pyc 2024-11-01T16:58:53.3878822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.3879774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fake_quantize.py 2024-11-01T16:58:53.3880675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fuser_method_mappings.py 2024-11-01T16:58:53.3883791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fuse_modules.py 2024-11-01T16:58:53.3895887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\observer.py 2024-11-01T16:58:53.3900294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\qconfig.py 2024-11-01T16:58:53.3903744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\qconfig_mapping.py 2024-11-01T16:58:53.3907426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantization_mappings.py 2024-11-01T16:58:53.3911010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize.py 2024-11-01T16:58:53.3914420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_fx.py 2024-11-01T16:58:53.3918145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_jit.py 2024-11-01T16:58:53.3921767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_pt2e.py 2024-11-01T16:58:53.3925210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quant_type.py 2024-11-01T16:58:53.3928914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\stubs.py 2024-11-01T16:58:53.3932342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\utils.py 2024-11-01T16:58:53.3935839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_correct_bias.py 2024-11-01T16:58:53.3939266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_equalize.py 2024-11-01T16:58:53.3942835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_learnable_fake_quantize.py 2024-11-01T16:58:53.3946079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__init__.py 2024-11-01T16:58:53.3953373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\backend_config.py 2024-11-01T16:58:53.3957527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\executorch.py 2024-11-01T16:58:53.3961051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\fbgemm.py 2024-11-01T16:58:53.3964476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\native.py 2024-11-01T16:58:53.3978883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\observation_type.py 2024-11-01T16:58:53.3981454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\onednn.py 2024-11-01T16:58:53.3984908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\qnnpack.py 2024-11-01T16:58:53.3988405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\tensorrt.py 2024-11-01T16:58:53.3991755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\utils.py 2024-11-01T16:58:53.3995117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\x86.py 2024-11-01T16:58:53.3998594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\_common_operator_config_utils.py 2024-11-01T16:58:53.4002155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\_qnnpack_pt2e.py 2024-11-01T16:58:53.4005766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__init__.py 2024-11-01T16:58:53.4013549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\backend_config.cpython-39.pyc 2024-11-01T16:58:53.4017102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\executorch.cpython-39.pyc 2024-11-01T16:58:53.4020475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\fbgemm.cpython-39.pyc 2024-11-01T16:58:53.4032726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\native.cpython-39.pyc 2024-11-01T16:58:53.4036110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\observation_type.cpython-39.pyc 2024-11-01T16:58:53.4039478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\onednn.cpython-39.pyc 2024-11-01T16:58:53.4043246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\qnnpack.cpython-39.pyc 2024-11-01T16:58:53.4046771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\tensorrt.cpython-39.pyc 2024-11-01T16:58:53.4050350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.4053696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\x86.cpython-39.pyc 2024-11-01T16:58:53.4057350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_common_operator_config_utils.cpython-39.pyc 2024-11-01T16:58:53.4060769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_qnnpack_pt2e.cpython-39.pyc 2024-11-01T16:58:53.4064274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.4072419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\convert.py 2024-11-01T16:58:53.4076232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\custom_config.py 2024-11-01T16:58:53.4079698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\fuse.py 2024-11-01T16:58:53.4083230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\fuse_handler.py 2024-11-01T16:58:53.4086504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\graph_module.py 2024-11-01T16:58:53.4101526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lower_to_fbgemm.py 2024-11-01T16:58:53.4105096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lower_to_qnnpack.py 2024-11-01T16:58:53.4108433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lstm_utils.py 2024-11-01T16:58:53.4111925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\match_utils.py 2024-11-01T16:58:53.4115495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\pattern_utils.py 2024-11-01T16:58:53.4118809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\prepare.py 2024-11-01T16:58:53.4122903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\qconfig_mapping_utils.py 2024-11-01T16:58:53.4126503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\quantize_handler.py 2024-11-01T16:58:53.4129918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\tracer.py 2024-11-01T16:58:53.4133192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\utils.py 2024-11-01T16:58:53.4136839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_decomposed.py 2024-11-01T16:58:53.4140640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_equalize.py 2024-11-01T16:58:53.4144629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_lower_to_native_backend.py 2024-11-01T16:58:53.4148455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__init__.py 2024-11-01T16:58:53.4155871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\detector.py 2024-11-01T16:58:53.4159692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report.py 2024-11-01T16:58:53.4163368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_observer.py 2024-11-01T16:58:53.4200592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_visualizer.py 2024-11-01T16:58:53.4204114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__init__.py 2024-11-01T16:58:53.4210743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\detector.cpython-39.pyc 2024-11-01T16:58:53.4214590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report.cpython-39.pyc 2024-11-01T16:58:53.4218345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_observer.cpython-39.pyc 2024-11-01T16:58:53.4248992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_visualizer.cpython-39.pyc 2024-11-01T16:58:53.4252474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.4260995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\convert.cpython-39.pyc 2024-11-01T16:58:53.4264190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\custom_config.cpython-39.pyc 2024-11-01T16:58:53.4267788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse.cpython-39.pyc 2024-11-01T16:58:53.4280798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse_handler.cpython-39.pyc 2024-11-01T16:58:53.4284245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\graph_module.cpython-39.pyc 2024-11-01T16:58:53.4287670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_fbgemm.cpython-39.pyc 2024-11-01T16:58:53.4291171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_qnnpack.cpython-39.pyc 2024-11-01T16:58:53.4294589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lstm_utils.cpython-39.pyc 2024-11-01T16:58:53.4298160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\match_utils.cpython-39.pyc 2024-11-01T16:58:53.4301570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\pattern_utils.cpython-39.pyc 2024-11-01T16:58:53.4304999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\prepare.cpython-39.pyc 2024-11-01T16:58:53.4308685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\qconfig_mapping_utils.cpython-39.pyc 2024-11-01T16:58:53.4312168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\quantize_handler.cpython-39.pyc 2024-11-01T16:58:53.4315606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\tracer.cpython-39.pyc 2024-11-01T16:58:53.4320437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.4324297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_decomposed.cpython-39.pyc 2024-11-01T16:58:53.4327776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_equalize.cpython-39.pyc 2024-11-01T16:58:53.4340195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_lower_to_native_backend.cpython-39.pyc 2024-11-01T16:58:53.4343519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.4351603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\duplicate_dq_pass.py 2024-11-01T16:58:53.4383570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\export_utils.py 2024-11-01T16:58:53.4387772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\graph_utils.py 2024-11-01T16:58:53.4391747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\port_metadata_pass.py 2024-11-01T16:58:53.4408677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\prepare.py 2024-11-01T16:58:53.4413051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\qat_utils.py 2024-11-01T16:58:53.4417925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\utils.py 2024-11-01T16:58:53.4422340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\_numeric_debugger.py 2024-11-01T16:58:53.4426578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__init__.py 2024-11-01T16:58:53.4433555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\rewrite.py 2024-11-01T16:58:53.4438188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__init__.py 2024-11-01T16:58:53.4446686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\rewrite.cpython-39.pyc 2024-11-01T16:58:53.4451324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.4459915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\duplicate_dq_pass.cpython-39.pyc 2024-11-01T16:58:53.4462592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\export_utils.cpython-39.pyc 2024-11-01T16:58:53.4466270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\graph_utils.cpython-39.pyc 2024-11-01T16:58:53.4479149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\port_metadata_pass.cpython-39.pyc 2024-11-01T16:58:53.4482927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\prepare.cpython-39.pyc 2024-11-01T16:58:53.4486116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\qat_utils.cpython-39.pyc 2024-11-01T16:58:53.4489722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.4494143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\_numeric_debugger.cpython-39.pyc 2024-11-01T16:58:53.4496728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.4506025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\composable_quantizer.py 2024-11-01T16:58:53.4509807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\embedding_quantizer.py 2024-11-01T16:58:53.4514739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\quantizer.py 2024-11-01T16:58:53.4527262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\utils.py 2024-11-01T16:58:53.4531334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\x86_inductor_quantizer.py 2024-11-01T16:58:53.4536175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer.py 2024-11-01T16:58:53.4540759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py 2024-11-01T16:58:53.4545162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__init__.py 2024-11-01T16:58:53.4554294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\composable_quantizer.cpython-39.pyc 2024-11-01T16:58:53.4558717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\embedding_quantizer.cpython-39.pyc 2024-11-01T16:58:53.4562798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\quantizer.cpython-39.pyc 2024-11-01T16:58:53.4575506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.4579304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\x86_inductor_quantizer.cpython-39.pyc 2024-11-01T16:58:53.4583176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer.cpython-39.pyc 2024-11-01T16:58:53.4587206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer_utils.cpython-39.pyc 2024-11-01T16:58:53.4590716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.4608156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fake_quantize.cpython-39.pyc 2024-11-01T16:58:53.4611859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fuser_method_mappings.cpython-39.pyc 2024-11-01T16:58:53.4615916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fuse_modules.cpython-39.pyc 2024-11-01T16:58:53.4822276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\observer.cpython-39.pyc 2024-11-01T16:58:53.4826248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig.cpython-39.pyc 2024-11-01T16:58:53.4830161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig_mapping.cpython-39.pyc 2024-11-01T16:58:53.4833939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantization_mappings.cpython-39.pyc 2024-11-01T16:58:53.4837303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize.cpython-39.pyc 2024-11-01T16:58:53.4841702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_fx.cpython-39.pyc 2024-11-01T16:58:53.4847791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_jit.cpython-39.pyc 2024-11-01T16:58:53.4851015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_pt2e.cpython-39.pyc 2024-11-01T16:58:53.4855628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quant_type.cpython-39.pyc 2024-11-01T16:58:53.4859102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\stubs.cpython-39.pyc 2024-11-01T16:58:53.4863252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.4867053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_correct_bias.cpython-39.pyc 2024-11-01T16:58:53.4871219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_equalize.cpython-39.pyc 2024-11-01T16:58:53.4875097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_learnable_fake_quantize.cpython-39.pyc 2024-11-01T16:58:53.4889294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.4905371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.4914515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\anomaly_mode.py 2024-11-01T16:58:53.4918215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\forward_ad.py 2024-11-01T16:58:53.4921539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\function.py 2024-11-01T16:58:53.4925543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\functional.py 2024-11-01T16:58:53.4958008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\gradcheck.py 2024-11-01T16:58:53.4962875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\grad_mode.py 2024-11-01T16:58:53.4965783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\graph.py 2024-11-01T16:58:53.4969735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler.py 2024-11-01T16:58:53.4974466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler_legacy.py 2024-11-01T16:58:53.4977072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler_util.py 2024-11-01T16:58:53.4981075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\variable.py 2024-11-01T16:58:53.4985497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__init__.py 2024-11-01T16:58:53.4991875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\tensor.py 2024-11-01T16:58:53.4995271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\utils.py 2024-11-01T16:58:53.4998728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__init__.py 2024-11-01T16:58:53.5006151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\tensor.cpython-39.pyc 2024-11-01T16:58:53.5009576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.5013059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5030244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\anomaly_mode.cpython-39.pyc 2024-11-01T16:58:53.5034266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\forward_ad.cpython-39.pyc 2024-11-01T16:58:53.5038280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\function.cpython-39.pyc 2024-11-01T16:58:53.5062194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\functional.cpython-39.pyc 2024-11-01T16:58:53.5066476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\gradcheck.cpython-39.pyc 2024-11-01T16:58:53.5071189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\grad_mode.cpython-39.pyc 2024-11-01T16:58:53.5075648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\graph.cpython-39.pyc 2024-11-01T16:58:53.5079407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler.cpython-39.pyc 2024-11-01T16:58:53.5083413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler_legacy.cpython-39.pyc 2024-11-01T16:58:53.5087024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler_util.cpython-39.pyc 2024-11-01T16:58:53.5090743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\variable.cpython-39.pyc 2024-11-01T16:58:53.5094403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5103388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\__init__.py 2024-11-01T16:58:53.5111762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cpu\__init__.py 2024-11-01T16:58:53.5117178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cpu\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5124555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cuda\__init__.py 2024-11-01T16:58:53.5131639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cuda\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5139357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\rnn.py 2024-11-01T16:58:53.5142643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__init__.py 2024-11-01T16:58:53.5149581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__pycache__\rnn.cpython-39.pyc 2024-11-01T16:58:53.5153600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5160890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cusparselt\__init__.py 2024-11-01T16:58:53.5168193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cusparselt\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5185520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mha\__init__.py 2024-11-01T16:58:53.5192792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mha\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5201822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkl\__init__.py 2024-11-01T16:58:53.5209128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkl\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5216134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkldnn\__init__.py 2024-11-01T16:58:53.5222742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkldnn\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5230033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mps\__init__.py 2024-11-01T16:58:53.5236976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mps\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5244178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\nnpack\__init__.py 2024-11-01T16:58:53.5251390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\nnpack\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5258444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\openmp\__init__.py 2024-11-01T16:58:53.5265144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\openmp\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5272514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\opt_einsum\__init__.py 2024-11-01T16:58:53.5279226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\opt_einsum\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5286884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\quantized\__init__.py 2024-11-01T16:58:53.5294248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\quantized\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5301444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\run_cpu.py 2024-11-01T16:58:53.5304997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__init__.py 2024-11-01T16:58:53.5311045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__pycache__\run_cpu.cpython-39.pyc 2024-11-01T16:58:53.5314751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5321752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xnnpack\__init__.py 2024-11-01T16:58:53.5328570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xnnpack\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5343274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\preprocess.py 2024-11-01T16:58:53.5346993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__init__.py 2024-11-01T16:58:53.5353529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__pycache__\preprocess.cpython-39.pyc 2024-11-01T16:58:53.5357404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5364906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\prepare.py 2024-11-01T16:58:53.5368505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\serializer.py 2024-11-01T16:58:53.5372388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__init__.py 2024-11-01T16:58:53.5379007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\prepare.cpython-39.pyc 2024-11-01T16:58:53.5382811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\serializer.cpython-39.pyc 2024-11-01T16:58:53.5386597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5423464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5430928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\asmjit.dll 2024-11-01T16:58:53.5436126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\fbgemm.dll 2024-11-01T16:58:53.5468408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\FileStoreTest.exe 2024-11-01T16:58:53.5474322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\protoc.exe 2024-11-01T16:58:53.5493247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\TCPStoreTest.exe 2024-11-01T16:58:53.5509759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_api.exe 2024-11-01T16:58:53.5567163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_edge_op_registration.exe 2024-11-01T16:58:53.5572703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_jit.exe 2024-11-01T16:58:53.5604237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_lazy.exe 2024-11-01T16:58:53.5620125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_tensorexpr.exe 2024-11-01T16:58:53.5652043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\tutorial_tensorexpr.exe 2024-11-01T16:58:53.5660686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__init__.py 2024-11-01T16:58:53.5667514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5675527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\_tensorboard_vis.py 2024-11-01T16:58:53.5678991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__init__.py 2024-11-01T16:58:53.5685105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__pycache__\_tensorboard_vis.cpython-39.pyc 2024-11-01T16:58:53.5688632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5696352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\__init__.py 2024-11-01T16:58:53.5703047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\autocast_mode.py 2024-11-01T16:58:53.5706416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\grad_scaler.py 2024-11-01T16:58:53.5709920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__init__.py 2024-11-01T16:58:53.5727539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\autocast_mode.cpython-39.pyc 2024-11-01T16:58:53.5731252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\grad_scaler.cpython-39.pyc 2024-11-01T16:58:53.5734660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5751049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5758968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\comm.py 2024-11-01T16:58:53.5762366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\error.py 2024-11-01T16:58:53.5765083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\gds.py 2024-11-01T16:58:53.5768325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\graphs.py 2024-11-01T16:58:53.5771834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\jiterator.py 2024-11-01T16:58:53.5775352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\memory.py 2024-11-01T16:58:53.5789000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\nccl.py 2024-11-01T16:58:53.5792341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\nvtx.py 2024-11-01T16:58:53.5795695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\profiler.py 2024-11-01T16:58:53.5799488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\random.py 2024-11-01T16:58:53.5802447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\sparse.py 2024-11-01T16:58:53.5805832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\streams.py 2024-11-01T16:58:53.5809116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\tunable.py 2024-11-01T16:58:53.5812576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_gpu_trace.py 2024-11-01T16:58:53.5816571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_memory_viz.py 2024-11-01T16:58:53.5819812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_sanitizer.py 2024-11-01T16:58:53.5823623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_utils.py 2024-11-01T16:58:53.5827831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__init__.py 2024-11-01T16:58:53.5834504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\autocast_mode.py 2024-11-01T16:58:53.5838505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\common.py 2024-11-01T16:58:53.5841459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\grad_scaler.py 2024-11-01T16:58:53.5845022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__init__.py 2024-11-01T16:58:53.5862370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\autocast_mode.cpython-39.pyc 2024-11-01T16:58:53.5865549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\common.cpython-39.pyc 2024-11-01T16:58:53.5869113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\grad_scaler.cpython-39.pyc 2024-11-01T16:58:53.5887576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.5896318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\comm.cpython-39.pyc 2024-11-01T16:58:53.5899491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\error.cpython-39.pyc 2024-11-01T16:58:53.5903078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\gds.cpython-39.pyc 2024-11-01T16:58:53.5914922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\graphs.cpython-39.pyc 2024-11-01T16:58:53.5918948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\jiterator.cpython-39.pyc 2024-11-01T16:58:53.5922225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\memory.cpython-39.pyc 2024-11-01T16:58:53.5926131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\nccl.cpython-39.pyc 2024-11-01T16:58:53.5930234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\nvtx.cpython-39.pyc 2024-11-01T16:58:53.5933328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\profiler.cpython-39.pyc 2024-11-01T16:58:53.5937149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\random.cpython-39.pyc 2024-11-01T16:58:53.5941513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\sparse.cpython-39.pyc 2024-11-01T16:58:53.5944288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\streams.cpython-39.pyc 2024-11-01T16:58:53.5947885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\tunable.cpython-39.pyc 2024-11-01T16:58:53.5951384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_gpu_trace.cpython-39.pyc 2024-11-01T16:58:53.5994670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_memory_viz.cpython-39.pyc 2024-11-01T16:58:53.5998374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_sanitizer.cpython-39.pyc 2024-11-01T16:58:53.6001938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:58:53.6015255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.6024636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\argparse_util.py 2024-11-01T16:58:53.6028309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\c10d_logger.py 2024-11-01T16:58:53.6032432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\collective_utils.py 2024-11-01T16:58:53.6069561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\constants.py 2024-11-01T16:58:53.6073019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\device_mesh.py 2024-11-01T16:58:53.6076848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\distributed_c10d.py 2024-11-01T16:58:53.6081672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launch.py 2024-11-01T16:58:53.6085909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\logging_handlers.py 2024-11-01T16:58:53.6090059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\remote_device.py 2024-11-01T16:58:53.6093849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rendezvous.py 2024-11-01T16:58:53.6097763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\run.py 2024-11-01T16:58:53.6101801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\utils.py 2024-11-01T16:58:53.6105202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_checkpointable.py 2024-11-01T16:58:53.6109184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable_state.py 2024-11-01T16:58:53.6112660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_functional_collectives.py 2024-11-01T16:58:53.6116518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_functional_collectives_impl.py 2024-11-01T16:58:53.6120307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_state_dict_utils.py 2024-11-01T16:58:53.6124044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__init__.py 2024-11-01T16:58:53.6132379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\join.py 2024-11-01T16:58:53.6135152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__init__.py 2024-11-01T16:58:53.6142186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py 2024-11-01T16:58:53.6145830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py 2024-11-01T16:58:53.6149265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py 2024-11-01T16:58:53.6161706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py 2024-11-01T16:58:53.6165584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py 2024-11-01T16:58:53.6169055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py 2024-11-01T16:58:53.6172625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py 2024-11-01T16:58:53.6176797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py 2024-11-01T16:58:53.6180095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__init__.py 2024-11-01T16:58:53.6188733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\ddp_zero_hook.cpython-39.pyc 2024-11-01T16:58:53.6193436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\debugging_hooks.cpython-39.pyc 2024-11-01T16:58:53.6196619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\default_hooks.cpython-39.pyc 2024-11-01T16:58:53.6381002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\mixed_precision_hooks.cpython-39.pyc 2024-11-01T16:58:53.6384676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\optimizer_overlap_hooks.cpython-39.pyc 2024-11-01T16:58:53.6389116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\post_localSGD_hook.cpython-39.pyc 2024-11-01T16:58:53.6392734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\powerSGD_hook.cpython-39.pyc 2024-11-01T16:58:53.6396930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\quantization_hooks.cpython-39.pyc 2024-11-01T16:58:53.6401025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.6419727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\averagers.py 2024-11-01T16:58:53.6441746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py 2024-11-01T16:58:53.6442997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\utils.py 2024-11-01T16:58:53.6444074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__init__.py 2024-11-01T16:58:53.6450225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\averagers.cpython-39.pyc 2024-11-01T16:58:53.6454109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\hierarchical_model_averager.cpython-39.pyc 2024-11-01T16:58:53.6458733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.6469246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.6477246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py 2024-11-01T16:58:53.6480717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__init__.py 2024-11-01T16:58:53.6487278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\checkpoint_wrapper.cpython-39.pyc 2024-11-01T16:58:53.6491680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.6498279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\default_hooks.py 2024-11-01T16:58:53.6502032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__init__.py 2024-11-01T16:58:53.6509476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\default_hooks.cpython-39.pyc 2024-11-01T16:58:53.6512978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.6520665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py 2024-11-01T16:58:53.6524545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__init__.py 2024-11-01T16:58:53.6538962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\optimizer_overlap.cpython-39.pyc 2024-11-01T16:58:53.6540453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.6543042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\quantization.py 2024-11-01T16:58:53.6546429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__init__.py 2024-11-01T16:58:53.6552677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\quantization.cpython-39.pyc 2024-11-01T16:58:53.6556189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.6564335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__pycache__\join.cpython-39.pyc 2024-11-01T16:58:53.6567874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.6575971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\autograd\__init__.py 2024-11-01T16:58:53.6583119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\autograd\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.6596927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\api.py 2024-11-01T16:58:53.6600369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\default_planner.py 2024-11-01T16:58:53.6604079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\filesystem.py 2024-11-01T16:58:53.6607592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\format_utils.py 2024-11-01T16:58:53.6711065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\logger.py 2024-11-01T16:58:53.6714678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\logging_handlers.py 2024-11-01T16:58:53.6718067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\metadata.py 2024-11-01T16:58:53.6722236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\optimizer.py 2024-11-01T16:58:53.6725130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\planner.py 2024-11-01T16:58:53.6728807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\planner_helpers.py 2024-11-01T16:58:53.6733363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\resharding.py 2024-11-01T16:58:53.6736210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\staging.py 2024-11-01T16:58:53.6739570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\stateful.py 2024-11-01T16:58:53.6742885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict.py 2024-11-01T16:58:53.6747563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict_loader.py 2024-11-01T16:58:53.6751460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict_saver.py 2024-11-01T16:58:53.6755320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\storage.py 2024-11-01T16:58:53.6759432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\utils.py 2024-11-01T16:58:53.6763316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_checkpointer.py 2024-11-01T16:58:53.6768039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_dedup_save_plans.py 2024-11-01T16:58:53.6771917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_dedup_tensors.py 2024-11-01T16:58:53.6775946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_fsspec_filesystem.py 2024-11-01T16:58:53.6780200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_nested_dict.py 2024-11-01T16:58:53.6792270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_sharded_tensor_utils.py 2024-11-01T16:58:53.6795517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_storage_utils.py 2024-11-01T16:58:53.6799248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_traverse.py 2024-11-01T16:58:53.6803349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_version.py 2024-11-01T16:58:53.6806696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__init__.py 2024-11-01T16:58:53.6814718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:53.6818756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\default_planner.cpython-39.pyc 2024-11-01T16:58:53.6822205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\filesystem.cpython-39.pyc 2024-11-01T16:58:53.6834352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\format_utils.cpython-39.pyc 2024-11-01T16:58:53.6837838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logger.cpython-39.pyc 2024-11-01T16:58:53.6841460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logging_handlers.cpython-39.pyc 2024-11-01T16:58:53.6845297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\metadata.cpython-39.pyc 2024-11-01T16:58:53.6848807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\optimizer.cpython-39.pyc 2024-11-01T16:58:53.6852528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner.cpython-39.pyc 2024-11-01T16:58:53.6856390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner_helpers.cpython-39.pyc 2024-11-01T16:58:53.6860366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\resharding.cpython-39.pyc 2024-11-01T16:58:53.6863797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\staging.cpython-39.pyc 2024-11-01T16:58:53.6867317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\stateful.cpython-39.pyc 2024-11-01T16:58:53.6871476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict.cpython-39.pyc 2024-11-01T16:58:53.6875559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_loader.cpython-39.pyc 2024-11-01T16:58:53.6879739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_saver.cpython-39.pyc 2024-11-01T16:58:53.6883651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\storage.cpython-39.pyc 2024-11-01T16:58:53.6896221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.6899865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_checkpointer.cpython-39.pyc 2024-11-01T16:58:53.6903561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_save_plans.cpython-39.pyc 2024-11-01T16:58:53.6907355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_tensors.cpython-39.pyc 2024-11-01T16:58:53.6911016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_fsspec_filesystem.cpython-39.pyc 2024-11-01T16:58:53.6914613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_nested_dict.cpython-39.pyc 2024-11-01T16:58:53.6918433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_sharded_tensor_utils.cpython-39.pyc 2024-11-01T16:58:53.6922486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_storage_utils.cpython-39.pyc 2024-11-01T16:58:53.6937100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_traverse.cpython-39.pyc 2024-11-01T16:58:53.6941054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_version.cpython-39.pyc 2024-11-01T16:58:53.6944504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.6954883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\control_plane.py 2024-11-01T16:58:53.6959281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__init__.py 2024-11-01T16:58:53.6966232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\__init__.py 2024-11-01T16:58:53.6972351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\api.py 2024-11-01T16:58:53.6976784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\health_check_server.py 2024-11-01T16:58:53.6979837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\local_elastic_agent.py 2024-11-01T16:58:53.6983536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__init__.py 2024-11-01T16:58:53.6998401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:53.7002182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\health_check_server.cpython-39.pyc 2024-11-01T16:58:53.7005735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\local_elastic_agent.cpython-39.pyc 2024-11-01T16:58:53.7017931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.7025869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.7033213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\api.py 2024-11-01T16:58:53.7036604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\handlers.py 2024-11-01T16:58:53.7040057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__init__.py 2024-11-01T16:58:53.7048145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:53.7051681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\handlers.cpython-39.pyc 2024-11-01T16:58:53.7055174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.7076731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\api.py 2024-11-01T16:58:53.7080021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__init__.py 2024-11-01T16:58:53.7087501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:53.7090708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.7311088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\api.py 2024-11-01T16:58:53.7314738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py 2024-11-01T16:58:53.7318304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\tail_log.py 2024-11-01T16:58:53.7322433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__init__.py 2024-11-01T16:58:53.8423761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\error_handler.py 2024-11-01T16:58:53.8427142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\handlers.py 2024-11-01T16:58:53.8430641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__init__.py 2024-11-01T16:58:53.8438155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\error_handler.cpython-39.pyc 2024-11-01T16:58:53.8441757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\handlers.cpython-39.pyc 2024-11-01T16:58:53.8445402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.8720387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py 2024-11-01T16:58:53.8723653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py 2024-11-01T16:58:53.8727074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py 2024-11-01T16:58:53.8743355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\handlers.cpython-39.pyc 2024-11-01T16:58:53.8746873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\subprocess_handler.cpython-39.pyc 2024-11-01T16:58:53.8750361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.8768496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:53.8772066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\redirects.cpython-39.pyc 2024-11-01T16:58:53.8775996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\tail_log.cpython-39.pyc 2024-11-01T16:58:53.8786928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.8794352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\api.py 2024-11-01T16:58:53.8797967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py 2024-11-01T16:58:53.8801514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py 2024-11-01T16:58:53.8814469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous.py 2024-11-01T16:58:53.8818348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py 2024-11-01T16:58:53.8821783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_server.py 2024-11-01T16:58:53.8825087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_store.py 2024-11-01T16:58:53.8828436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\registry.py 2024-11-01T16:58:53.8831921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py 2024-11-01T16:58:53.8835232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\utils.py 2024-11-01T16:58:53.8838541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__init__.py 2024-11-01T16:58:53.8846179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:53.8849722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\c10d_rendezvous_backend.cpython-39.pyc 2024-11-01T16:58:53.8853128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\dynamic_rendezvous.cpython-39.pyc 2024-11-01T16:58:53.8868507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous.cpython-39.pyc 2024-11-01T16:58:53.8873432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous_backend.cpython-39.pyc 2024-11-01T16:58:53.8877850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_server.cpython-39.pyc 2024-11-01T16:58:53.8885093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_store.cpython-39.pyc 2024-11-01T16:58:53.8889166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\registry.cpython-39.pyc 2024-11-01T16:58:53.8893377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\static_tcp_rendezvous.cpython-39.pyc 2024-11-01T16:58:53.8897525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.8901297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.8910180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\api.py 2024-11-01T16:58:53.8914152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\debug_info_logging.py 2024-11-01T16:58:53.8918511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\file_based_local_timer.py 2024-11-01T16:58:53.8922076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\local_timer.py 2024-11-01T16:58:53.8935782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__init__.py 2024-11-01T16:58:53.8943156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:53.8946958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\debug_info_logging.cpython-39.pyc 2024-11-01T16:58:53.8950416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\file_based_local_timer.cpython-39.pyc 2024-11-01T16:58:53.8980041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\local_timer.cpython-39.pyc 2024-11-01T16:58:53.8983560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.8991237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\api.py 2024-11-01T16:58:53.8994614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\distributed.py 2024-11-01T16:58:53.8997910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\logging.py 2024-11-01T16:58:53.9001384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\log_level.py 2024-11-01T16:58:53.9004821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\store.py 2024-11-01T16:58:53.9018309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__init__.py 2024-11-01T16:58:53.9025172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\cycling_iterator.py 2024-11-01T16:58:53.9028660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\elastic_distributed_sampler.py 2024-11-01T16:58:53.9031826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__init__.py 2024-11-01T16:58:53.9082578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\cycling_iterator.cpython-39.pyc 2024-11-01T16:58:53.9086121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\elastic_distributed_sampler.cpython-39.pyc 2024-11-01T16:58:53.9089436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9112414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:53.9115779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\distributed.cpython-39.pyc 2024-11-01T16:58:53.9119621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\logging.cpython-39.pyc 2024-11-01T16:58:53.9130451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\log_level.cpython-39.pyc 2024-11-01T16:58:53.9133821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\store.cpython-39.pyc 2024-11-01T16:58:53.9137281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9145065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__pycache__\control_plane.cpython-39.pyc 2024-11-01T16:58:53.9148658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9157055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\api.py 2024-11-01T16:58:53.9160579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\fully_sharded_data_parallel.py 2024-11-01T16:58:53.9165357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\sharded_grad_scaler.py 2024-11-01T16:58:53.9169823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\wrap.py 2024-11-01T16:58:53.9173661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_common_utils.py 2024-11-01T16:58:53.9186737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_debug_utils.py 2024-11-01T16:58:53.9190605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_dynamo_utils.py 2024-11-01T16:58:53.9194561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_exec_order_utils.py 2024-11-01T16:58:53.9198441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_flat_param.py 2024-11-01T16:58:53.9203096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fsdp_extensions.py 2024-11-01T16:58:53.9206502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_init_utils.py 2024-11-01T16:58:53.9210107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_limiter_utils.py 2024-11-01T16:58:53.9213843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_optim_utils.py 2024-11-01T16:58:53.9217429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_runtime_utils.py 2024-11-01T16:58:53.9221711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_shard_utils.py 2024-11-01T16:58:53.9225129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_state_dict_utils.py 2024-11-01T16:58:53.9228724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_trace_utils.py 2024-11-01T16:58:53.9232598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_traversal_utils.py 2024-11-01T16:58:53.9235734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_unshard_param_utils.py 2024-11-01T16:58:53.9239127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_wrap_utils.py 2024-11-01T16:58:53.9251471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__init__.py 2024-11-01T16:58:53.9259194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:53.9263087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\fully_sharded_data_parallel.cpython-39.pyc 2024-11-01T16:58:53.9266860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\sharded_grad_scaler.cpython-39.pyc 2024-11-01T16:58:53.9279792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\wrap.cpython-39.pyc 2024-11-01T16:58:53.9283450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_common_utils.cpython-39.pyc 2024-11-01T16:58:53.9287038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_debug_utils.cpython-39.pyc 2024-11-01T16:58:53.9290451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_dynamo_utils.cpython-39.pyc 2024-11-01T16:58:53.9294166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_exec_order_utils.cpython-39.pyc 2024-11-01T16:58:53.9297868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_flat_param.cpython-39.pyc 2024-11-01T16:58:53.9301705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_fsdp_extensions.cpython-39.pyc 2024-11-01T16:58:53.9305228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_init_utils.cpython-39.pyc 2024-11-01T16:58:53.9308783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_limiter_utils.cpython-39.pyc 2024-11-01T16:58:53.9312486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_optim_utils.cpython-39.pyc 2024-11-01T16:58:53.9316392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_runtime_utils.cpython-39.pyc 2024-11-01T16:58:53.9320218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_shard_utils.cpython-39.pyc 2024-11-01T16:58:53.9324065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_state_dict_utils.cpython-39.pyc 2024-11-01T16:58:53.9334919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_trace_utils.cpython-39.pyc 2024-11-01T16:58:53.9338381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_traversal_utils.cpython-39.pyc 2024-11-01T16:58:53.9342073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_unshard_param_utils.cpython-39.pyc 2024-11-01T16:58:53.9345493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_wrap_utils.cpython-39.pyc 2024-11-01T16:58:53.9349004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9357296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\api.py 2024-11-01T16:58:53.9360687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__init__.py 2024-11-01T16:58:53.9368296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:53.9371967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9380241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\functional.py 2024-11-01T16:58:53.9384004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__init__.py 2024-11-01T16:58:53.9391659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\remote_module.py 2024-11-01T16:58:53.9395264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__init__.py 2024-11-01T16:58:53.9401707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__pycache__\remote_module.cpython-39.pyc 2024-11-01T16:58:53.9405523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9413302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\instantiator.py 2024-11-01T16:58:53.9416429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__init__.py 2024-11-01T16:58:53.9422642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\remote_module_template.py 2024-11-01T16:58:53.9426088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__init__.py 2024-11-01T16:58:53.9432599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\remote_module_template.cpython-39.pyc 2024-11-01T16:58:53.9436203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9450922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__pycache__\instantiator.cpython-39.pyc 2024-11-01T16:58:53.9454271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9470652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__pycache__\functional.cpython-39.pyc 2024-11-01T16:58:53.9474134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9481595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\apply_optimizer_in_backward.py 2024-11-01T16:58:53.9484979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adadelta.py 2024-11-01T16:58:53.9488261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adagrad.py 2024-11-01T16:58:53.9500991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adam.py 2024-11-01T16:58:53.9504278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adamax.py 2024-11-01T16:58:53.9507576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adamw.py 2024-11-01T16:58:53.9510954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_rmsprop.py 2024-11-01T16:58:53.9514412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_rprop.py 2024-11-01T16:58:53.9517907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_sgd.py 2024-11-01T16:58:53.9521281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\named_optimizer.py 2024-11-01T16:58:53.9524704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\optimizer.py 2024-11-01T16:58:53.9528147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\post_localSGD_optimizer.py 2024-11-01T16:58:53.9531951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\utils.py 2024-11-01T16:58:53.9535386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.py 2024-11-01T16:58:53.9539532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.pyi 2024-11-01T16:58:53.9542965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__init__.py 2024-11-01T16:58:53.9550584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\apply_optimizer_in_backward.cpython-39.pyc 2024-11-01T16:58:53.9553901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adadelta.cpython-39.pyc 2024-11-01T16:58:53.9558023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adagrad.cpython-39.pyc 2024-11-01T16:58:53.9570526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adam.cpython-39.pyc 2024-11-01T16:58:53.9574079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamax.cpython-39.pyc 2024-11-01T16:58:53.9577548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamw.cpython-39.pyc 2024-11-01T16:58:53.9581220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rmsprop.cpython-39.pyc 2024-11-01T16:58:53.9584756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rprop.cpython-39.pyc 2024-11-01T16:58:53.9588288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_sgd.cpython-39.pyc 2024-11-01T16:58:53.9592047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\named_optimizer.cpython-39.pyc 2024-11-01T16:58:53.9595515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\optimizer.cpython-39.pyc 2024-11-01T16:58:53.9599096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\post_localSGD_optimizer.cpython-39.pyc 2024-11-01T16:58:53.9602533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:53.9606235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\zero_redundancy_optimizer.cpython-39.pyc 2024-11-01T16:58:53.9609856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9619010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\microbatch.py 2024-11-01T16:58:53.9622314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\schedules.py 2024-11-01T16:58:53.9626579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\stage.py 2024-11-01T16:58:53.9630632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_backward.py 2024-11-01T16:58:53.9643164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_debug.py 2024-11-01T16:58:53.9646827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_IR.py 2024-11-01T16:58:53.9650311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_unflatten.py 2024-11-01T16:58:53.9654414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_utils.py 2024-11-01T16:58:53.9658131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__init__.py 2024-11-01T16:58:53.9666634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\microbatch.cpython-39.pyc 2024-11-01T16:58:53.9670661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\schedules.cpython-39.pyc 2024-11-01T16:58:53.9675086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\stage.cpython-39.pyc 2024-11-01T16:58:53.9691168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_backward.cpython-39.pyc 2024-11-01T16:58:53.9694899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_debug.cpython-39.pyc 2024-11-01T16:58:53.9698799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_IR.cpython-39.pyc 2024-11-01T16:58:53.9703815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_unflatten.cpython-39.pyc 2024-11-01T16:58:53.9707925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:58:53.9711435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9719256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\api.py 2024-11-01T16:58:53.9723119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\backend_registry.py 2024-11-01T16:58:53.9726606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\constants.py 2024-11-01T16:58:53.9729939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\functions.py 2024-11-01T16:58:53.9743387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\internal.py 2024-11-01T16:58:53.9746564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\options.py 2024-11-01T16:58:53.9749958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\rref_proxy.py 2024-11-01T16:58:53.9753398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\server_process_global_profiler.py 2024-11-01T16:58:53.9756638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_utils.py 2024-11-01T16:58:53.9760036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__init__.py 2024-11-01T16:58:53.9766983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\faulty_agent_backend_registry.py 2024-11-01T16:58:53.9770258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__init__.py 2024-11-01T16:58:53.9777455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\faulty_agent_backend_registry.cpython-39.pyc 2024-11-01T16:58:53.9780843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9788791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:53.9792682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\backend_registry.cpython-39.pyc 2024-11-01T16:58:53.9796216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\constants.cpython-39.pyc 2024-11-01T16:58:53.9807471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\functions.cpython-39.pyc 2024-11-01T16:58:53.9810776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\internal.cpython-39.pyc 2024-11-01T16:58:53.9814395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\options.cpython-39.pyc 2024-11-01T16:58:53.9817748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\rref_proxy.cpython-39.pyc 2024-11-01T16:58:53.9821329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\server_process_global_profiler.cpython-39.pyc 2024-11-01T16:58:53.9824579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:58:53.9827972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9836514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\device_mesh.py 2024-11-01T16:58:53.9840040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\placement_types.py 2024-11-01T16:58:53.9843463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_api.py 2024-11-01T16:58:53.9847151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_collective_utils.py 2024-11-01T16:58:53.9858543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_dispatch.py 2024-11-01T16:58:53.9861919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_dtensor_spec.py 2024-11-01T16:58:53.9865304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_op_schema.py 2024-11-01T16:58:53.9868855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_random.py 2024-11-01T16:58:53.9872064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_redistribute.py 2024-11-01T16:58:53.9875392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_sharding_prop.py 2024-11-01T16:58:53.9878869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_shards_wrapper.py 2024-11-01T16:58:53.9882140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_tp_conv.py 2024-11-01T16:58:53.9885336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_utils.py 2024-11-01T16:58:53.9888545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__init__.py 2024-11-01T16:58:53.9895267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_comm_mode.py 2024-11-01T16:58:53.9898939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_op_coverage.py 2024-11-01T16:58:53.9903003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_visualize_sharding.py 2024-11-01T16:58:53.9906397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__init__.py 2024-11-01T16:58:53.9922870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_comm_mode.cpython-39.pyc 2024-11-01T16:58:53.9926387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_op_coverage.cpython-39.pyc 2024-11-01T16:58:53.9929931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_visualize_sharding.cpython-39.pyc 2024-11-01T16:58:53.9948858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:53.9956607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_attention.py 2024-11-01T16:58:53.9960602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_func_map.py 2024-11-01T16:58:53.9964483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_register_sharding.py 2024-11-01T16:58:53.9974647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_tp_transform.py 2024-11-01T16:58:53.9978518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__init__.py 2024-11-01T16:58:53.9985801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_attention.cpython-39.pyc 2024-11-01T16:58:53.9989698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_func_map.cpython-39.pyc 2024-11-01T16:58:53.9993169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_register_sharding.cpython-39.pyc 2024-11-01T16:58:54.0005680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_tp_transform.cpython-39.pyc 2024-11-01T16:58:54.0009349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.0016893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\api.py 2024-11-01T16:58:54.0020326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\ddp.py 2024-11-01T16:58:54.0023649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\fsdp.py 2024-11-01T16:58:54.0027113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\input_reshard.py 2024-11-01T16:58:54.0030368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\loss.py 2024-11-01T16:58:54.0033964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\style.py 2024-11-01T16:58:54.0043784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\_data_parallel_utils.py 2024-11-01T16:58:54.0047284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\_utils.py 2024-11-01T16:58:54.0050941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__init__.py 2024-11-01T16:58:54.0058268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:54.0061823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\ddp.cpython-39.pyc 2024-11-01T16:58:54.0065751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\fsdp.cpython-39.pyc 2024-11-01T16:58:54.0078157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\input_reshard.cpython-39.pyc 2024-11-01T16:58:54.0082227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\loss.cpython-39.pyc 2024-11-01T16:58:54.0086434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\style.cpython-39.pyc 2024-11-01T16:58:54.0090717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\_data_parallel_utils.cpython-39.pyc 2024-11-01T16:58:54.0094179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:58:54.0098534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.0106569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\utils.py 2024-11-01T16:58:54.0109884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_common_rules.py 2024-11-01T16:58:54.0113335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_conv_ops.py 2024-11-01T16:58:54.0116930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_einsum_strategy.py 2024-11-01T16:58:54.0129024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_embedding_ops.py 2024-11-01T16:58:54.0132346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_experimental_ops.py 2024-11-01T16:58:54.0135697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_math_ops.py 2024-11-01T16:58:54.0139584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_matrix_ops.py 2024-11-01T16:58:54.0143231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_pointwise_ops.py 2024-11-01T16:58:54.0146665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_random_ops.py 2024-11-01T16:58:54.0150032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_tensor_ops.py 2024-11-01T16:58:54.0153779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_view_ops.py 2024-11-01T16:58:54.0157529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__init__.py 2024-11-01T16:58:54.0164875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:54.0168346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_common_rules.cpython-39.pyc 2024-11-01T16:58:54.0172019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_conv_ops.cpython-39.pyc 2024-11-01T16:58:54.0183619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_einsum_strategy.cpython-39.pyc 2024-11-01T16:58:54.0187229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_embedding_ops.cpython-39.pyc 2024-11-01T16:58:54.0190966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_experimental_ops.cpython-39.pyc 2024-11-01T16:58:54.0194599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_math_ops.cpython-39.pyc 2024-11-01T16:58:54.0198256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_matrix_ops.cpython-39.pyc 2024-11-01T16:58:54.0201743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_pointwise_ops.cpython-39.pyc 2024-11-01T16:58:54.0205160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_random_ops.cpython-39.pyc 2024-11-01T16:58:54.0208608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_tensor_ops.cpython-39.pyc 2024-11-01T16:58:54.0217223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_view_ops.cpython-39.pyc 2024-11-01T16:58:54.0405697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.0414115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\device_mesh.cpython-39.pyc 2024-11-01T16:58:54.0417365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\placement_types.cpython-39.pyc 2024-11-01T16:58:54.0421486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_api.cpython-39.pyc 2024-11-01T16:58:54.0435516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_collective_utils.cpython-39.pyc 2024-11-01T16:58:54.0447317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_dispatch.cpython-39.pyc 2024-11-01T16:58:54.0448675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_dtensor_spec.cpython-39.pyc 2024-11-01T16:58:54.0449871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_op_schema.cpython-39.pyc 2024-11-01T16:58:54.0451004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_random.cpython-39.pyc 2024-11-01T16:58:54.0487780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_redistribute.cpython-39.pyc 2024-11-01T16:58:54.0489005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_sharding_prop.cpython-39.pyc 2024-11-01T16:58:54.0490227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_shards_wrapper.cpython-39.pyc 2024-11-01T16:58:54.0491395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_tp_conv.cpython-39.pyc 2024-11-01T16:58:54.0493776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:58:54.0495083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.0496181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\checkpoint_activation.py 2024-11-01T16:58:54.0497252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\contract.py 2024-11-01T16:58:54.0499418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fully_shard.py 2024-11-01T16:58:54.0500355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\replicate.py 2024-11-01T16:58:54.0577672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__init__.py 2024-11-01T16:58:54.0584374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\fully_shard.py 2024-11-01T16:58:54.0588272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\_fsdp_api.py 2024-11-01T16:58:54.0591792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\_fsdp_collectives.py 2024-11-01T16:58:54.0595784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\_fsdp_common.py 2024-11-01T16:58:54.0625558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\_fsdp_init.py 2024-11-01T16:58:54.0629795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\_fsdp_param.py 2024-11-01T16:58:54.0635551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\_fsdp_param_group.py 2024-11-01T16:58:54.0675182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\_fsdp_state.py 2024-11-01T16:58:54.0679171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__init__.py 2024-11-01T16:58:54.0687038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\fully_shard.cpython-39.pyc 2024-11-01T16:58:54.0690828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\_fsdp_api.cpython-39.pyc 2024-11-01T16:58:54.0694905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\_fsdp_collectives.cpython-39.pyc 2024-11-01T16:58:54.0710019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\_fsdp_common.cpython-39.pyc 2024-11-01T16:58:54.0713552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\_fsdp_init.cpython-39.pyc 2024-11-01T16:58:54.0720482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\_fsdp_param.cpython-39.pyc 2024-11-01T16:58:54.0721911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\_fsdp_param_group.cpython-39.pyc 2024-11-01T16:58:54.0724982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\_fsdp_state.cpython-39.pyc 2024-11-01T16:58:54.0728752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.0737939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\checkpoint_activation.cpython-39.pyc 2024-11-01T16:58:54.0741546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\contract.cpython-39.pyc 2024-11-01T16:58:54.0748883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\fully_shard.cpython-39.pyc 2024-11-01T16:58:54.0763072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\replicate.cpython-39.pyc 2024-11-01T16:58:54.0764293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.0770929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\api.py 2024-11-01T16:58:54.0774770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\common_op_utils.py 2024-11-01T16:58:54.0777924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\metadata.py 2024-11-01T16:58:54.0781977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\op_registry_utils.py 2024-11-01T16:58:54.0785483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharder.py 2024-11-01T16:58:54.0797189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\_utils.py 2024-11-01T16:58:54.0800619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__init__.py 2024-11-01T16:58:54.0807935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\checkpoint\__init__.py 2024-11-01T16:58:54.0815086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\checkpoint\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.0822679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\api.py 2024-11-01T16:58:54.0826050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__init__.py 2024-11-01T16:58:54.0833487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:54.0837073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.0844940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\api.py 2024-11-01T16:58:54.0848902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logger.py 2024-11-01T16:58:54.0852474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logging_handlers.py 2024-11-01T16:58:54.0855972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\metadata.py 2024-11-01T16:58:54.0859366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\reshard.py 2024-11-01T16:58:54.1981362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\shard.py 2024-11-01T16:58:54.1984683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\utils.py 2024-11-01T16:58:54.1987649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__init__.py 2024-11-01T16:58:54.1995756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py 2024-11-01T16:58:54.1998184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\init.py 2024-11-01T16:58:54.2001766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py 2024-11-01T16:58:54.2004626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py 2024-11-01T16:58:54.2007906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\_common.py 2024-11-01T16:58:54.2044548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__init__.py 2024-11-01T16:58:54.2052854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\binary_cmp.cpython-39.pyc 2024-11-01T16:58:54.2056111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\init.cpython-39.pyc 2024-11-01T16:58:54.2059679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\misc_ops.cpython-39.pyc 2024-11-01T16:58:54.2109820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\tensor_ops.cpython-39.pyc 2024-11-01T16:58:54.2111197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\_common.cpython-39.pyc 2024-11-01T16:58:54.2112558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2115054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:54.2116346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logger.cpython-39.pyc 2024-11-01T16:58:54.2117926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logging_handlers.cpython-39.pyc 2024-11-01T16:58:54.2121644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\metadata.cpython-39.pyc 2024-11-01T16:58:54.2124980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\reshard.cpython-39.pyc 2024-11-01T16:58:54.2128684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\shard.cpython-39.pyc 2024-11-01T16:58:54.2133474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:54.2135997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2146377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\api.py 2024-11-01T16:58:54.2149794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__init__.py 2024-11-01T16:58:54.2156737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:54.2160792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2167933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\api.py 2024-11-01T16:58:54.2171333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py 2024-11-01T16:58:54.2174721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\_internals.py 2024-11-01T16:58:54.2178047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__init__.py 2024-11-01T16:58:54.2196993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py 2024-11-01T16:58:54.2200487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py 2024-11-01T16:58:54.2204138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py 2024-11-01T16:58:54.2234272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py 2024-11-01T16:58:54.2240607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding.cpython-39.pyc 2024-11-01T16:58:54.2244214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding_bag.cpython-39.pyc 2024-11-01T16:58:54.2247643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\_common.cpython-39.pyc 2024-11-01T16:58:54.2263891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2271338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:54.2274958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\chunk_sharding_spec.cpython-39.pyc 2024-11-01T16:58:54.2279784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\_internals.cpython-39.pyc 2024-11-01T16:58:54.2291968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2299826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:54.2303492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\common_op_utils.cpython-39.pyc 2024-11-01T16:58:54.2307154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\metadata.cpython-39.pyc 2024-11-01T16:58:54.2320005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\op_registry_utils.cpython-39.pyc 2024-11-01T16:58:54.2323463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\sharder.cpython-39.pyc 2024-11-01T16:58:54.2326889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:58:54.2330308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2338214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharded_tensor\__init__.py 2024-11-01T16:58:54.2345108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharded_tensor\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2352429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharding_spec\__init__.py 2024-11-01T16:58:54.2359312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharding_spec\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2367193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\__init__.py 2024-11-01T16:58:54.2374424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2383056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\api.py 2024-11-01T16:58:54.2385675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\placement_types.py 2024-11-01T16:58:54.2389447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__init__.py 2024-11-01T16:58:54.2396425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\api.cpython-39.pyc 2024-11-01T16:58:54.2400986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\placement_types.cpython-39.pyc 2024-11-01T16:58:54.2403936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2420509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\fsdp2_mem_tracker.py 2024-11-01T16:58:54.2424160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\ilp_utils.py 2024-11-01T16:58:54.2427484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\memory_tracker.py 2024-11-01T16:58:54.2430809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\mem_tracker.py 2024-11-01T16:58:54.2466762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\mod_tracker.py 2024-11-01T16:58:54.2470286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\runtime_estimator.py 2024-11-01T16:58:54.2474475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\sac_estimator.py 2024-11-01T16:58:54.2477572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\sac_ilp.py 2024-11-01T16:58:54.2481279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__init__.py 2024-11-01T16:58:54.2488649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\fsdp2_mem_tracker.cpython-39.pyc 2024-11-01T16:58:54.2492283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\ilp_utils.cpython-39.pyc 2024-11-01T16:58:54.2495565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\memory_tracker.cpython-39.pyc 2024-11-01T16:58:54.2511037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\mem_tracker.cpython-39.pyc 2024-11-01T16:58:54.2514963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\mod_tracker.cpython-39.pyc 2024-11-01T16:58:54.2519432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\runtime_estimator.cpython-39.pyc 2024-11-01T16:58:54.2522341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_estimator.cpython-39.pyc 2024-11-01T16:58:54.2526366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_ilp.cpython-39.pyc 2024-11-01T16:58:54.2530323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2538090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\argparse_util.cpython-39.pyc 2024-11-01T16:58:54.2542801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\c10d_logger.cpython-39.pyc 2024-11-01T16:58:54.2545893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\collective_utils.cpython-39.pyc 2024-11-01T16:58:54.2558118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\constants.cpython-39.pyc 2024-11-01T16:58:54.2561923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\device_mesh.cpython-39.pyc 2024-11-01T16:58:54.2565685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\distributed_c10d.cpython-39.pyc 2024-11-01T16:58:54.2571057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\launch.cpython-39.pyc 2024-11-01T16:58:54.2573672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\logging_handlers.cpython-39.pyc 2024-11-01T16:58:54.2588858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\remote_device.cpython-39.pyc 2024-11-01T16:58:54.2589968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\rendezvous.cpython-39.pyc 2024-11-01T16:58:54.2591000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\run.cpython-39.pyc 2024-11-01T16:58:54.2592001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:54.2594296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_checkpointable.cpython-39.pyc 2024-11-01T16:58:54.2596266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_composable_state.cpython-39.pyc 2024-11-01T16:58:54.2600752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives.cpython-39.pyc 2024-11-01T16:58:54.2603794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives_impl.cpython-39.pyc 2024-11-01T16:58:54.2619915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_state_dict_utils.cpython-39.pyc 2024-11-01T16:58:54.2623702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.2632936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\bernoulli.py 2024-11-01T16:58:54.2636123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\beta.py 2024-11-01T16:58:54.2639597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\binomial.py 2024-11-01T16:58:54.2643064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\categorical.py 2024-11-01T16:58:54.2657393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\cauchy.py 2024-11-01T16:58:54.2660655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\chi2.py 2024-11-01T16:58:54.2663919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\constraints.py 2024-11-01T16:58:54.2667688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\constraint_registry.py 2024-11-01T16:58:54.2671265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\continuous_bernoulli.py 2024-11-01T16:58:54.2674564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\dirichlet.py 2024-11-01T16:58:54.2677854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\distribution.py 2024-11-01T16:58:54.2680989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\exponential.py 2024-11-01T16:58:54.2684488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\exp_family.py 2024-11-01T16:58:54.2687793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\fishersnedecor.py 2024-11-01T16:58:54.2690957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\gamma.py 2024-11-01T16:58:54.2694221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\geometric.py 2024-11-01T16:58:54.2697217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\gumbel.py 2024-11-01T16:58:54.2700353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\half_cauchy.py 2024-11-01T16:58:54.2703520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\half_normal.py 2024-11-01T16:58:54.2706715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\independent.py 2024-11-01T16:58:54.2709860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\inverse_gamma.py 2024-11-01T16:58:54.2713226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\kl.py 2024-11-01T16:58:54.2716634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\kumaraswamy.py 2024-11-01T16:58:54.2733004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\laplace.py 2024-11-01T16:58:54.2736272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\lkj_cholesky.py 2024-11-01T16:58:54.2739612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\logistic_normal.py 2024-11-01T16:58:54.2742802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\log_normal.py 2024-11-01T16:58:54.2746157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\lowrank_multivariate_normal.py 2024-11-01T16:58:54.2749417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\mixture_same_family.py 2024-11-01T16:58:54.2752604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\multinomial.py 2024-11-01T16:58:54.2756188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\multivariate_normal.py 2024-11-01T16:58:54.2759685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\negative_binomial.py 2024-11-01T16:58:54.2785427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\normal.py 2024-11-01T16:58:54.2788802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\one_hot_categorical.py 2024-11-01T16:58:54.2791946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\pareto.py 2024-11-01T16:58:54.2795072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\poisson.py 2024-11-01T16:58:54.2798250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\relaxed_bernoulli.py 2024-11-01T16:58:54.2801415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\relaxed_categorical.py 2024-11-01T16:58:54.2804613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\studentT.py 2024-11-01T16:58:54.2808042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\transformed_distribution.py 2024-11-01T16:58:54.2811190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\transforms.py 2024-11-01T16:58:54.2814691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\uniform.py 2024-11-01T16:58:54.2817828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\utils.py 2024-11-01T16:58:54.2821052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\von_mises.py 2024-11-01T16:58:54.2824095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\weibull.py 2024-11-01T16:58:54.2837368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\wishart.py 2024-11-01T16:58:54.2840455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__init__.py 2024-11-01T16:58:54.2848841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\bernoulli.cpython-39.pyc 2024-11-01T16:58:54.2851954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\beta.cpython-39.pyc 2024-11-01T16:58:54.2855266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\binomial.cpython-39.pyc 2024-11-01T16:58:54.2884265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\categorical.cpython-39.pyc 2024-11-01T16:58:54.2887421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\cauchy.cpython-39.pyc 2024-11-01T16:58:54.2890699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\chi2.cpython-39.pyc 2024-11-01T16:58:54.2894136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\constraints.cpython-39.pyc 2024-11-01T16:58:54.2897561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\constraint_registry.cpython-39.pyc 2024-11-01T16:58:54.2900880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\continuous_bernoulli.cpython-39.pyc 2024-11-01T16:58:54.2904048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\dirichlet.cpython-39.pyc 2024-11-01T16:58:54.2907248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\distribution.cpython-39.pyc 2024-11-01T16:58:54.2910457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\exponential.cpython-39.pyc 2024-11-01T16:58:54.2913708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\exp_family.cpython-39.pyc 2024-11-01T16:58:54.2917026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\fishersnedecor.cpython-39.pyc 2024-11-01T16:58:54.2920431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\gamma.cpython-39.pyc 2024-11-01T16:58:54.3314099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\geometric.cpython-39.pyc 2024-11-01T16:58:54.3317813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\gumbel.cpython-39.pyc 2024-11-01T16:58:54.3332706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\half_cauchy.cpython-39.pyc 2024-11-01T16:58:54.3336115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\half_normal.cpython-39.pyc 2024-11-01T16:58:54.3340268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\independent.cpython-39.pyc 2024-11-01T16:58:54.3342818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\inverse_gamma.cpython-39.pyc 2024-11-01T16:58:54.3346689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\kl.cpython-39.pyc 2024-11-01T16:58:54.3350133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\kumaraswamy.cpython-39.pyc 2024-11-01T16:58:54.3353795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\laplace.cpython-39.pyc 2024-11-01T16:58:54.3357543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\lkj_cholesky.cpython-39.pyc 2024-11-01T16:58:54.3925679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\logistic_normal.cpython-39.pyc 2024-11-01T16:58:54.3930430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\log_normal.cpython-39.pyc 2024-11-01T16:58:54.3934389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\lowrank_multivariate_normal.cpython-39.pyc 2024-11-01T16:58:54.3938095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\mixture_same_family.cpython-39.pyc 2024-11-01T16:58:54.3941605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\multinomial.cpython-39.pyc 2024-11-01T16:58:54.3945593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\multivariate_normal.cpython-39.pyc 2024-11-01T16:58:54.3949160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\negative_binomial.cpython-39.pyc 2024-11-01T16:58:54.3952738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\normal.cpython-39.pyc 2024-11-01T16:58:54.3977799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\one_hot_categorical.cpython-39.pyc 2024-11-01T16:58:54.3981308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\pareto.cpython-39.pyc 2024-11-01T16:58:54.3986106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\poisson.cpython-39.pyc 2024-11-01T16:58:54.3989444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\relaxed_bernoulli.cpython-39.pyc 2024-11-01T16:58:54.3993573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\relaxed_categorical.cpython-39.pyc 2024-11-01T16:58:54.3997502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\studentT.cpython-39.pyc 2024-11-01T16:58:54.4000684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\transformed_distribution.cpython-39.pyc 2024-11-01T16:58:54.4004388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\transforms.cpython-39.pyc 2024-11-01T16:58:54.4008857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\uniform.cpython-39.pyc 2024-11-01T16:58:54.4023620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:54.4027224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\von_mises.cpython-39.pyc 2024-11-01T16:58:54.4031515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\weibull.cpython-39.pyc 2024-11-01T16:58:54.4034340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\wishart.cpython-39.pyc 2024-11-01T16:58:54.4037946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4047151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\custom_obj.py 2024-11-01T16:58:54.4050660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\decomp_utils.py 2024-11-01T16:58:54.4054704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\dynamic_shapes.py 2024-11-01T16:58:54.4058289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\exported_program.py 2024-11-01T16:58:54.4076975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\graph_signature.py 2024-11-01T16:58:54.4079713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\unflatten.py 2024-11-01T16:58:54.4089624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_draft_export.py 2024-11-01T16:58:54.4090515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_remove_auto_functionalized_pass.py 2024-11-01T16:58:54.4092109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_remove_effect_tokens_pass.py 2024-11-01T16:58:54.4107128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_safeguard.py 2024-11-01T16:58:54.4107827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_swap.py 2024-11-01T16:58:54.4108490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_trace.py 2024-11-01T16:58:54.4109187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_tree_utils.py 2024-11-01T16:58:54.4112638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_unlift.py 2024-11-01T16:58:54.4114984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__init__.py 2024-11-01T16:58:54.4122316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\__init__.py 2024-11-01T16:58:54.4129232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4136614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\passes\__init__.py 2024-11-01T16:58:54.4143283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\passes\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4151381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\custom_obj.cpython-39.pyc 2024-11-01T16:58:54.4154791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\decomp_utils.cpython-39.pyc 2024-11-01T16:58:54.4158383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\dynamic_shapes.cpython-39.pyc 2024-11-01T16:58:54.4173237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\exported_program.cpython-39.pyc 2024-11-01T16:58:54.4176703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\graph_signature.cpython-39.pyc 2024-11-01T16:58:54.4180099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\unflatten.cpython-39.pyc 2024-11-01T16:58:54.4183658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_draft_export.cpython-39.pyc 2024-11-01T16:58:54.4188290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_remove_auto_functionalized_pass.cpython-39.pyc 2024-11-01T16:58:54.4190915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_remove_effect_tokens_pass.cpython-39.pyc 2024-11-01T16:58:54.4194966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_safeguard.cpython-39.pyc 2024-11-01T16:58:54.4198410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_swap.cpython-39.pyc 2024-11-01T16:58:54.4201938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_trace.cpython-39.pyc 2024-11-01T16:58:54.4205672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_tree_utils.cpython-39.pyc 2024-11-01T16:58:54.4209151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_unlift.cpython-39.pyc 2024-11-01T16:58:54.4212559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4220522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fft\__init__.py 2024-11-01T16:58:54.4227887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fft\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4235204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\func\__init__.py 2024-11-01T16:58:54.4241788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\func\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4248728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\futures\__init__.py 2024-11-01T16:58:54.4255209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\futures\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4262270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\annotate.py 2024-11-01T16:58:54.4265564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\config.py 2024-11-01T16:58:54.4268724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\graph.py 2024-11-01T16:58:54.4272387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\graph_module.py 2024-11-01T16:58:54.4276065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\immutable_collections.py 2024-11-01T16:58:54.4289144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\interpreter.py 2024-11-01T16:58:54.4292620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\node.py 2024-11-01T16:58:54.4296253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\operator_schemas.py 2024-11-01T16:58:54.4299783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\proxy.py 2024-11-01T16:58:54.4303084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\subgraph_rewriter.py 2024-11-01T16:58:54.4307201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\tensor_type.py 2024-11-01T16:58:54.4310577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\traceback.py 2024-11-01T16:58:54.4314314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_compatibility.py 2024-11-01T16:58:54.4317695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_lazy_graph_module.py 2024-11-01T16:58:54.4321195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_pytree.py 2024-11-01T16:58:54.4324635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_symbolic_trace.py 2024-11-01T16:58:54.4328372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_utils.py 2024-11-01T16:58:54.4331622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__init__.py 2024-11-01T16:58:54.4338726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\accelerator_partitioner.py 2024-11-01T16:58:54.4342536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\const_fold.py 2024-11-01T16:58:54.4345858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\debug.py 2024-11-01T16:58:54.4362288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\graph_gradual_typechecker.py 2024-11-01T16:58:54.4365709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\merge_matmul.py 2024-11-01T16:58:54.4368897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\meta_tracer.py 2024-11-01T16:58:54.4372455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\normalize.py 2024-11-01T16:58:54.4375864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\optimization.py 2024-11-01T16:58:54.4379129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\partitioner_utils.py 2024-11-01T16:58:54.4382329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\proxy_tensor.py 2024-11-01T16:58:54.4386108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\recording.py 2024-11-01T16:58:54.4389545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\refinement_types.py 2024-11-01T16:58:54.4392832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\rewriter.py 2024-11-01T16:58:54.4396664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\schema_type_annotation.py 2024-11-01T16:58:54.4399835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\symbolic_shapes.py 2024-11-01T16:58:54.4404791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\sym_node.py 2024-11-01T16:58:54.4408525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unify_refinements.py 2024-11-01T16:58:54.4411945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\validator.py 2024-11-01T16:58:54.4415480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_backward_state.py 2024-11-01T16:58:54.4418816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_config.py 2024-11-01T16:58:54.4422069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__init__.py 2024-11-01T16:58:54.4463501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint.py 2024-11-01T16:58:54.4466994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_generator.py 2024-11-01T16:58:54.4470453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_transformation.py 2024-11-01T16:58:54.4494768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\operation.py 2024-11-01T16:58:54.4498355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\transform_to_z3.py 2024-11-01T16:58:54.4501822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\util.py 2024-11-01T16:58:54.4505034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\z3_types.py 2024-11-01T16:58:54.4508151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__init__.py 2024-11-01T16:58:54.4514276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint.cpython-39.pyc 2024-11-01T16:58:54.4518247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_generator.cpython-39.pyc 2024-11-01T16:58:54.4522056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_transformation.cpython-39.pyc 2024-11-01T16:58:54.4559476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\operation.cpython-39.pyc 2024-11-01T16:58:54.4562993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\transform_to_z3.cpython-39.pyc 2024-11-01T16:58:54.4566458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\util.cpython-39.pyc 2024-11-01T16:58:54.4569859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\z3_types.cpython-39.pyc 2024-11-01T16:58:54.4573329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4581305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\core.py 2024-11-01T16:58:54.4584600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\dispatch.py 2024-11-01T16:58:54.4587794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\match.py 2024-11-01T16:58:54.4591152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\more.py 2024-11-01T16:58:54.4594461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\unification_tools.py 2024-11-01T16:58:54.4609413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\utils.py 2024-11-01T16:58:54.4640428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\variable.py 2024-11-01T16:58:54.4641415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__init__.py 2024-11-01T16:58:54.4642546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\conflict.py 2024-11-01T16:58:54.4643691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\core.py 2024-11-01T16:58:54.4646071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\dispatcher.py 2024-11-01T16:58:54.4647415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\utils.py 2024-11-01T16:58:54.4648561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\variadic.py 2024-11-01T16:58:54.4667647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__init__.py 2024-11-01T16:58:54.4675251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\conflict.cpython-39.pyc 2024-11-01T16:58:54.4678431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\core.cpython-39.pyc 2024-11-01T16:58:54.4681968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\dispatcher.cpython-39.pyc 2024-11-01T16:58:54.4696752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:54.4700300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\variadic.cpython-39.pyc 2024-11-01T16:58:54.4703791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4711398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\core.cpython-39.pyc 2024-11-01T16:58:54.4714898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\dispatch.cpython-39.pyc 2024-11-01T16:58:54.4718455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\match.cpython-39.pyc 2024-11-01T16:58:54.4734759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\more.cpython-39.pyc 2024-11-01T16:58:54.4738628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\unification_tools.cpython-39.pyc 2024-11-01T16:58:54.4742168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\utils.cpython-39.pyc 2024-11-01T16:58:54.4745645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\variable.cpython-39.pyc 2024-11-01T16:58:54.4749080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4757366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\accelerator_partitioner.cpython-39.pyc 2024-11-01T16:58:54.4761402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\const_fold.cpython-39.pyc 2024-11-01T16:58:54.4764906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\debug.cpython-39.pyc 2024-11-01T16:58:54.4780952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\graph_gradual_typechecker.cpython-39.pyc 2024-11-01T16:58:54.4784569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\merge_matmul.cpython-39.pyc 2024-11-01T16:58:54.4788096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\meta_tracer.cpython-39.pyc 2024-11-01T16:58:54.4791348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\normalize.cpython-39.pyc 2024-11-01T16:58:54.4794926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\optimization.cpython-39.pyc 2024-11-01T16:58:54.4798440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\partitioner_utils.cpython-39.pyc 2024-11-01T16:58:54.4802415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\proxy_tensor.cpython-39.pyc 2024-11-01T16:58:54.4806350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\recording.cpython-39.pyc 2024-11-01T16:58:54.4809923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\refinement_types.cpython-39.pyc 2024-11-01T16:58:54.4813737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\rewriter.cpython-39.pyc 2024-11-01T16:58:54.4817225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\schema_type_annotation.cpython-39.pyc 2024-11-01T16:58:54.4820771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\symbolic_shapes.cpython-39.pyc 2024-11-01T16:58:54.4825361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\sym_node.cpython-39.pyc 2024-11-01T16:58:54.4844279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\unify_refinements.cpython-39.pyc 2024-11-01T16:58:54.4847624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\validator.cpython-39.pyc 2024-11-01T16:58:54.4851145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_backward_state.cpython-39.pyc 2024-11-01T16:58:54.4854592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_config.cpython-39.pyc 2024-11-01T16:58:54.4858056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4866453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\annotate_getitem_nodes.py 2024-11-01T16:58:54.4869920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\fake_tensor_prop.py 2024-11-01T16:58:54.4873192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_drawer.py 2024-11-01T16:58:54.4876507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_manipulation.py 2024-11-01T16:58:54.4889882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_transform_observer.py 2024-11-01T16:58:54.4893221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\net_min_base.py 2024-11-01T16:58:54.4896755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\operator_support.py 2024-11-01T16:58:54.4900382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\param_fetch.py 2024-11-01T16:58:54.4904488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\pass_manager.py 2024-11-01T16:58:54.4907205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\reinplace.py 2024-11-01T16:58:54.4910727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\runtime_assert.py 2024-11-01T16:58:54.4913998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\shape_prop.py 2024-11-01T16:58:54.4917487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\splitter_base.py 2024-11-01T16:58:54.4921906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\split_module.py 2024-11-01T16:58:54.4943196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\split_utils.py 2024-11-01T16:58:54.4945174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tools_common.py 2024-11-01T16:58:54.4946038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\_tensorify_python_scalars.py 2024-11-01T16:58:54.4946880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__init__.py 2024-11-01T16:58:54.4947679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\cudagraphs.py 2024-11-01T16:58:54.4949217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__init__.py 2024-11-01T16:58:54.4952323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__pycache__\cudagraphs.cpython-39.pyc 2024-11-01T16:58:54.4956652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.4980122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\__init__.py 2024-11-01T16:58:54.4986324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\cse_pass.py 2024-11-01T16:58:54.4990539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__init__.py 2024-11-01T16:58:54.4996221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\cse_pass.cpython-39.pyc 2024-11-01T16:58:54.4998875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.5007416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.5014164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\partitioner.py 2024-11-01T16:58:54.5017461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\pass_base.py 2024-11-01T16:58:54.5020955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\pass_manager.py 2024-11-01T16:58:54.5024814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__init__.py 2024-11-01T16:58:54.5039999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\partitioner.cpython-39.pyc 2024-11-01T16:58:54.5043615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_base.cpython-39.pyc 2024-11-01T16:58:54.5047673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_manager.cpython-39.pyc 2024-11-01T16:58:54.5064098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.5070663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\test_pass_manager.py 2024-11-01T16:58:54.5073955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__init__.py 2024-11-01T16:58:54.5080035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__pycache__\test_pass_manager.cpython-39.pyc 2024-11-01T16:58:54.5083648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.5090983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\common.py 2024-11-01T16:58:54.5104638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\fuser_utils.py 2024-11-01T16:58:54.5105495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\matcher_utils.py 2024-11-01T16:58:54.5106468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\matcher_with_name_node_map_utils.py 2024-11-01T16:58:54.5120205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\source_matcher_utils.py 2024-11-01T16:58:54.5124109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__init__.py 2024-11-01T16:58:54.5181778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\common.cpython-39.pyc 2024-11-01T16:58:54.5185316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\fuser_utils.cpython-39.pyc 2024-11-01T16:58:54.5188903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_utils.cpython-39.pyc 2024-11-01T16:58:54.5205149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_with_name_node_map_utils.cpython-39.pyc 2024-11-01T16:58:54.5208518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\source_matcher_utils.cpython-39.pyc 2024-11-01T16:58:54.5211853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.5219693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\annotate_getitem_nodes.cpython-39.pyc 2024-11-01T16:58:54.5223127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\fake_tensor_prop.cpython-39.pyc 2024-11-01T16:58:54.5226496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_drawer.cpython-39.pyc 2024-11-01T16:58:54.5242828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_manipulation.cpython-39.pyc 2024-11-01T16:58:54.5246335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_transform_observer.cpython-39.pyc 2024-11-01T16:58:54.5249656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\net_min_base.cpython-39.pyc 2024-11-01T16:58:54.5253218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\operator_support.cpython-39.pyc 2024-11-01T16:58:54.5256751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\param_fetch.cpython-39.pyc 2024-11-01T16:58:54.5260182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\pass_manager.cpython-39.pyc 2024-11-01T16:58:54.5263469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\reinplace.cpython-39.pyc 2024-11-01T16:58:54.5266946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\runtime_assert.cpython-39.pyc 2024-11-01T16:58:54.5270387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\shape_prop.cpython-39.pyc 2024-11-01T16:58:54.5273670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\splitter_base.cpython-39.pyc 2024-11-01T16:58:54.5277095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\split_module.cpython-39.pyc 2024-11-01T16:58:54.5280676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\split_utils.cpython-39.pyc 2024-11-01T16:58:54.5284156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\tools_common.cpython-39.pyc 2024-11-01T16:58:54.5300261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\_tensorify_python_scalars.cpython-39.pyc 2024-11-01T16:58:54.5303450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.5311908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\annotate.cpython-39.pyc 2024-11-01T16:58:54.5315329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\config.cpython-39.pyc 2024-11-01T16:58:54.5318806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\graph.cpython-39.pyc 2024-11-01T16:58:54.5334039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\graph_module.cpython-39.pyc 2024-11-01T16:58:54.5337603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\immutable_collections.cpython-39.pyc 2024-11-01T16:58:54.5341246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\interpreter.cpython-39.pyc 2024-11-01T16:58:54.5344594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\node.cpython-39.pyc 2024-11-01T16:58:54.5348382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\operator_schemas.cpython-39.pyc 2024-11-01T16:58:54.5351826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\proxy.cpython-39.pyc 2024-11-01T16:58:54.5355622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\subgraph_rewriter.cpython-39.pyc 2024-11-01T16:58:54.5359142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\tensor_type.cpython-39.pyc 2024-11-01T16:58:54.5363176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\traceback.cpython-39.pyc 2024-11-01T16:58:54.5366803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_compatibility.cpython-39.pyc 2024-11-01T16:58:54.5370390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_lazy_graph_module.cpython-39.pyc 2024-11-01T16:58:54.5373793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_pytree.cpython-39.pyc 2024-11-01T16:58:54.5377596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_symbolic_trace.cpython-39.pyc 2024-11-01T16:58:54.5381052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:58:54.5395167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:58:54.5404406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\cpuinfo.h 2024-11-01T16:58:54.5408046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl.h 2024-11-01T16:58:54.5411465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_config.h 2024-11-01T16:58:54.5414725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_debug.h 2024-11-01T16:58:54.5418153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_ocl.h 2024-11-01T16:58:54.5432087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl.h 2024-11-01T16:58:54.5435660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl_types.h 2024-11-01T16:58:54.5439032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_threadpool.h 2024-11-01T16:58:54.5442470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_types.h 2024-11-01T16:58:54.5445930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_version.h 2024-11-01T16:58:54.5449351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\experiments-config.h 2024-11-01T16:58:54.5452645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fp16.h 2024-11-01T16:58:54.5455964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fxdiv.h 2024-11-01T16:58:54.5459677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\libshm.h 2024-11-01T16:58:54.5463238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\psimd.h 2024-11-01T16:58:54.5467223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pthreadpool.h 2024-11-01T16:58:54.5471283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\sleef.h 2024-11-01T16:58:54.5475978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\xnnpack.h 2024-11-01T16:58:54.5485601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\AccumulateType.h 2024-11-01T16:58:54.5489012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ArrayRef.h 2024-11-01T16:58:54.5492249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ATen.h 2024-11-01T16:58:54.5495658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\autocast_mode.h 2024-11-01T16:58:54.5499082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Backend.h 2024-11-01T16:58:54.5514789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Backtrace.h 2024-11-01T16:58:54.5518189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\BlasBackend.h 2024-11-01T16:58:54.5521663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CachedTensorUtils.h 2024-11-01T16:58:54.5525217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ceil_div.h 2024-11-01T16:58:54.5528481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\code_template.h 2024-11-01T16:58:54.5531940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CollapseDims.h 2024-11-01T16:58:54.5535467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions.h 2024-11-01T16:58:54.5539405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h 2024-11-01T16:58:54.5543750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h 2024-11-01T16:58:54.5547367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h 2024-11-01T16:58:54.5550967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions.h 2024-11-01T16:58:54.5554686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h 2024-11-01T16:58:54.5558437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h 2024-11-01T16:58:54.5562401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h 2024-11-01T16:58:54.5576969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Config.h 2024-11-01T16:58:54.5580412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Context.h 2024-11-01T16:58:54.5584015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpp_custom_type_hack.h 2024-11-01T16:58:54.5587493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUApplyUtils.h 2024-11-01T16:58:54.5591067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFixedAllocator.h 2024-11-01T16:58:54.5594600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFunctions.h 2024-11-01T16:58:54.5598217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFunctions_inl.h 2024-11-01T16:58:54.5602582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUGeneratorImpl.h 2024-11-01T16:58:54.5606817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CUDAFunctions.h 2024-11-01T16:58:54.5610900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CUDAFunctions_inl.h 2024-11-01T16:58:54.5629131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Device.h 2024-11-01T16:58:54.5632475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DeviceAccelerator.h 2024-11-01T16:58:54.5636027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DeviceGuard.h 2024-11-01T16:58:54.5639278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dimname.h 2024-11-01T16:58:54.5642624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DimVector.h 2024-11-01T16:58:54.5646143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dispatch.h 2024-11-01T16:58:54.5649663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dispatch_v2.h 2024-11-01T16:58:54.5653440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\div_rtn.h 2024-11-01T16:58:54.5656720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DLConvertor.h 2024-11-01T16:58:54.5660096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\dlpack.h 2024-11-01T16:58:54.5663600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DynamicLibrary.h 2024-11-01T16:58:54.5667027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\EmptyTensor.h 2024-11-01T16:58:54.5684478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ExpandBase.h 2024-11-01T16:58:54.5687807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ExpandUtils.h 2024-11-01T16:58:54.5691749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Formatting.h 2024-11-01T16:58:54.5695274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FunctionalStorageImpl.h 2024-11-01T16:58:54.5698857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FunctionalTensorWrapper.h 2024-11-01T16:58:54.5702262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Functions.h 2024-11-01T16:58:54.5706211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FuncTorchTLS.h 2024-11-01T16:58:54.5709690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Generator.h 2024-11-01T16:58:54.5713122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\InferSize.h 2024-11-01T16:58:54.5716624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\InitialTensorOptions.h 2024-11-01T16:58:54.5745870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\jiterator_macros.h 2024-11-01T16:58:54.5749391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\jit_macros.h 2024-11-01T16:58:54.5752939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Layout.h 2024-11-01T16:58:54.5756784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyBatchedFallback.h 2024-11-01T16:58:54.5760305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyBatchedTensorImpl.h 2024-11-01T16:58:54.5763736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyVmapMode.h 2024-11-01T16:58:54.5767371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyVmapTransforms.h 2024-11-01T16:58:54.5770637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LinalgBackend.h 2024-11-01T16:58:54.5774440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MapAllocator.h 2024-11-01T16:58:54.5777814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MatrixRef.h 2024-11-01T16:58:54.5801638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MemoryOverlap.h 2024-11-01T16:58:54.5805336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MetaFunctions.h 2024-11-01T16:58:54.5808718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MetaFunctions_inl.h 2024-11-01T16:58:54.5811988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MethodOperators.h 2024-11-01T16:58:54.5815353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NamedTensor.h 2024-11-01T16:58:54.5818836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NamedTensorUtils.h 2024-11-01T16:58:54.5822271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NativeFunctions.h 2024-11-01T16:58:54.5825948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NativeMetaFunctions.h 2024-11-01T16:58:54.5829568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NestedTensorImpl.h 2024-11-01T16:58:54.5840433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NumericUtils.h 2024-11-01T16:58:54.5844013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\OpaqueTensorImpl.h 2024-11-01T16:58:54.5847323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Operators.h 2024-11-01T16:58:54.5851078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\OpMathType.h 2024-11-01T16:58:54.5854780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PadNd.h 2024-11-01T16:58:54.5858546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Parallel-inl.h 2024-11-01T16:58:54.5862062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Parallel.h 2024-11-01T16:58:54.5865695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelFuture.h 2024-11-01T16:58:54.5869542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelNative.h 2024-11-01T16:58:54.5873158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelOpenMP.h 2024-11-01T16:58:54.5887846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PTThreadPool.h 2024-11-01T16:58:54.5891376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PythonTorchFunctionTLS.h 2024-11-01T16:58:54.5895373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\record_function.h 2024-11-01T16:58:54.5899036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\RedispatchFunctions.h 2024-11-01T16:58:54.5915586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\RegistrationDeclarations.h 2024-11-01T16:58:54.5923636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SavedTensorHooks.h 2024-11-01T16:58:54.5927577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Scalar.h 2024-11-01T16:58:54.5931288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ScalarOps.h 2024-11-01T16:58:54.5934871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ScalarType.h 2024-11-01T16:58:54.5938727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SequenceNumber.h 2024-11-01T16:58:54.5942190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SmallVector.h 2024-11-01T16:58:54.5945657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseCsrTensorImpl.h 2024-11-01T16:58:54.5948939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseCsrTensorUtils.h 2024-11-01T16:58:54.5952587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseTensorImpl.h 2024-11-01T16:58:54.5955932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Storage.h 2024-11-01T16:58:54.5959826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\StorageUtils.h 2024-11-01T16:58:54.5964185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Tensor.h 2024-11-01T16:58:54.5967438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorAccessor.h 2024-11-01T16:58:54.5970937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorGeometry.h 2024-11-01T16:58:54.5974179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIndexing.h 2024-11-01T16:58:54.5993756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIterator.h 2024-11-01T16:58:54.5997493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIteratorInternal.h 2024-11-01T16:58:54.6001096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorMeta.h 2024-11-01T16:58:54.6004825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorNames.h 2024-11-01T16:58:54.6008401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorOperators.h 2024-11-01T16:58:54.6012200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorOptions.h 2024-11-01T16:58:54.6015848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorSubclassLikeUtils.h 2024-11-01T16:58:54.6019378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorUtils.h 2024-11-01T16:58:54.6023063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ThreadLocalPythonObjects.h 2024-11-01T16:58:54.6026608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ThreadLocalState.h 2024-11-01T16:58:54.6030079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TracerMode.h 2024-11-01T16:58:54.6033463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TypeDefault.h 2024-11-01T16:58:54.6037182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Utils.h 2024-11-01T16:58:54.6040811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Version.h 2024-11-01T16:58:54.6044300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\VmapGeneratedPlumbing.h 2024-11-01T16:58:54.6055868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\WrapDimUtils.h 2024-11-01T16:58:54.6059773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\WrapDimUtilsMulti.h 2024-11-01T16:58:54.6068213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\alias_info.h 2024-11-01T16:58:54.6071696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Array.h 2024-11-01T16:58:54.6075033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATenGeneral.h 2024-11-01T16:58:54.6078560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATenOpList.h 2024-11-01T16:58:54.6092275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATen_fwd.h 2024-11-01T16:58:54.6095915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\aten_interned_strings.h 2024-11-01T16:58:54.6099949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATen_pch.h 2024-11-01T16:58:54.6103670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Backtrace.h 2024-11-01T16:58:54.6107104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\blob.h 2024-11-01T16:58:54.6110810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\builtin_function.h 2024-11-01T16:58:54.6114742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\CachingHostAllocator.h 2024-11-01T16:58:54.6118554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\CheckMemoryFormat.h 2024-11-01T16:58:54.6121935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\class_type.h 2024-11-01T16:58:54.6125750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\custom_class.h 2024-11-01T16:58:54.6129412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DeprecatedTypeProperties.h 2024-11-01T16:58:54.6133044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h 2024-11-01T16:58:54.6136253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dict.h 2024-11-01T16:58:54.6139627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dict_inl.h 2024-11-01T16:58:54.6142953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dimname.h 2024-11-01T16:58:54.6146226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DimVector.h 2024-11-01T16:58:54.6149703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DistributionsHelper.h 2024-11-01T16:58:54.6153070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dynamic_type.h 2024-11-01T16:58:54.6165332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\enum_tag.h 2024-11-01T16:58:54.6168569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\enum_type.h 2024-11-01T16:58:54.6171975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Formatting.h 2024-11-01T16:58:54.6175298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function.h 2024-11-01T16:58:54.6178597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\functional.h 2024-11-01T16:58:54.6182331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function_schema.h 2024-11-01T16:58:54.6185795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function_schema_inl.h 2024-11-01T16:58:54.6189844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Generator.h 2024-11-01T16:58:54.6193479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\GeneratorForPrivateuseone.h 2024-11-01T16:58:54.6197047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\grad_mode.h 2024-11-01T16:58:54.6200505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\IListRef.h 2024-11-01T16:58:54.6214615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\IListRef_inl.h 2024-11-01T16:58:54.6218050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\interned_strings.h 2024-11-01T16:58:54.6221495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\interned_strings_class.h 2024-11-01T16:58:54.6225042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue.h 2024-11-01T16:58:54.6228484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue_inl.h 2024-11-01T16:58:54.6232289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue_to.h 2024-11-01T16:58:54.6235733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\jit_type.h 2024-11-01T16:58:54.6239514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\jit_type_base.h 2024-11-01T16:58:54.6243155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\LegacyTypeDispatch.h 2024-11-01T16:58:54.6246908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\List.h 2024-11-01T16:58:54.6250566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\List_inl.h 2024-11-01T16:58:54.6253944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\MT19937RNGEngine.h 2024-11-01T16:58:54.6269842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\NamedTensor.h 2024-11-01T16:58:54.6273268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\NestedIntSymNodeImpl.h 2024-11-01T16:58:54.6276705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\operator_name.h 2024-11-01T16:58:54.6280175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PhiloxRNGEngine.h 2024-11-01T16:58:54.6283860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PythonFallbackKernel.h 2024-11-01T16:58:54.6287830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PythonOpRegistrationTrampoline.h 2024-11-01T16:58:54.6291232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\qualified_name.h 2024-11-01T16:58:54.6294584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\QuantizerBase.h 2024-11-01T16:58:54.6297904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Range.h 2024-11-01T16:58:54.6301263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Reduction.h 2024-11-01T16:58:54.7407136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\rref_interface.h 2024-11-01T16:58:54.7410552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Scalar.h 2024-11-01T16:58:54.7414271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ScalarType.h 2024-11-01T16:58:54.7417716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\stack.h 2024-11-01T16:58:54.7420971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\symbol.h 2024-11-01T16:58:54.7424255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Tensor.h 2024-11-01T16:58:54.7427568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorAccessor.h 2024-11-01T16:58:54.7431380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorBase.h 2024-11-01T16:58:54.7434840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorBody.h 2024-11-01T16:58:54.7439718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TorchDispatchUtils.h 2024-11-01T16:58:54.7443384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TransformationHelper.h 2024-11-01T16:58:54.8257873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\typeid.h 2024-11-01T16:58:54.8260920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\type_factory.h 2024-11-01T16:58:54.8264340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\type_ptr.h 2024-11-01T16:58:54.8267824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\UndefinedTensorImpl.h 2024-11-01T16:58:54.8271380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\UnsafeFromTH.h 2024-11-01T16:58:54.8274903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\VariableHooksInterface.h 2024-11-01T16:58:54.8278217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Variadic.h 2024-11-01T16:58:54.8281442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Vitals.h 2024-11-01T16:58:54.8778394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel.h 2024-11-01T16:58:54.8782023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel_impl.h 2024-11-01T16:58:54.8785452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction.h 2024-11-01T16:58:54.8789061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction_impl.h 2024-11-01T16:58:54.9510727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\OperatorKernel.h 2024-11-01T16:58:54.9517033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\boxing.h 2024-11-01T16:58:54.9521422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h 2024-11-01T16:58:54.9524869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\test_helpers.h 2024-11-01T16:58:54.9528855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h 2024-11-01T16:58:54.9540876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h 2024-11-01T16:58:54.9549281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\CppSignature.h 2024-11-01T16:58:54.9552231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\Dispatcher.h 2024-11-01T16:58:54.9556340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h 2024-11-01T16:58:54.9559832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\ObservedOperators.h 2024-11-01T16:58:54.9576320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorEntry.h 2024-11-01T16:58:54.9580122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorOptions.h 2024-11-01T16:58:54.9584703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h 2024-11-01T16:58:54.9591997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\adaption.h 2024-11-01T16:58:54.9595826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\infer_schema.h 2024-11-01T16:58:54.9598782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\op_allowlist.h 2024-11-01T16:58:54.9602265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\op_registration.h 2024-11-01T16:58:54.9618661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\FlushDenormal.h 2024-11-01T16:58:54.9622085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\Utils.h 2024-11-01T16:58:54.9636645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vml.h 2024-11-01T16:58:54.9637643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional.h 2024-11-01T16:58:54.9638634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional_base.h 2024-11-01T16:58:54.9642210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional_bfloat16.h 2024-11-01T16:58:54.9644713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\intrinsics.h 2024-11-01T16:58:54.9657595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec.h 2024-11-01T16:58:54.9661149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_base.h 2024-11-01T16:58:54.9664923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_convert.h 2024-11-01T16:58:54.9668398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_half.h 2024-11-01T16:58:54.9671876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_mask.h 2024-11-01T16:58:54.9675101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_n.h 2024-11-01T16:58:54.9681810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\sve_helper.h 2024-11-01T16:58:54.9685346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_common_sve.h 2024-11-01T16:58:54.9688855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_double.h 2024-11-01T16:58:54.9692089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_float.h 2024-11-01T16:58:54.9707699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_int.h 2024-11-01T16:58:54.9711103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_qint.h 2024-11-01T16:58:54.9718497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128.h 2024-11-01T16:58:54.9721533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_convert.h 2024-11-01T16:58:54.9725082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h 2024-11-01T16:58:54.9728457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h 2024-11-01T16:58:54.9745628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h 2024-11-01T16:58:54.9748973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h 2024-11-01T16:58:54.9752513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256.h 2024-11-01T16:58:54.9756343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h 2024-11-01T16:58:54.9788234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h 2024-11-01T16:58:54.9791697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h 2024-11-01T16:58:54.9795110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_convert.h 2024-11-01T16:58:54.9798720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_double.h 2024-11-01T16:58:54.9802071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_float.h 2024-11-01T16:58:54.9805601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_int.h 2024-11-01T16:58:54.9809335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_mask.h 2024-11-01T16:58:54.9812998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_qint.h 2024-11-01T16:58:54.9820546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h 2024-11-01T16:58:54.9823909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h 2024-11-01T16:58:54.9827348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h 2024-11-01T16:58:54.9842458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h 2024-11-01T16:58:54.9845872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h 2024-11-01T16:58:54.9849380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h 2024-11-01T16:58:54.9853385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h 2024-11-01T16:58:54.9857045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h 2024-11-01T16:58:54.9860464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h 2024-11-01T16:58:54.9863853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h 2024-11-01T16:58:54.9867255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h 2024-11-01T16:58:54.9870689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h 2024-11-01T16:58:54.9875220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h 2024-11-01T16:58:54.9881789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h 2024-11-01T16:58:54.9890037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512.h 2024-11-01T16:58:54.9893283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h 2024-11-01T16:58:54.9896946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h 2024-11-01T16:58:54.9900336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h 2024-11-01T16:58:54.9921403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_convert.h 2024-11-01T16:58:54.9924819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_double.h 2024-11-01T16:58:54.9928287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_float.h 2024-11-01T16:58:54.9931676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_int.h 2024-11-01T16:58:54.9935696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_mask.h 2024-11-01T16:58:54.9939233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_qint.h 2024-11-01T16:58:54.9948166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ApplyGridUtils.cuh 2024-11-01T16:58:54.9951471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\AsmUtils.cuh 2024-11-01T16:58:54.9954758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ATenCUDAGeneral.h 2024-11-01T16:58:54.9958040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Atomic.cuh 2024-11-01T16:58:54.9961537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CachingHostAllocator.h 2024-11-01T16:58:55.0052290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub.cuh 2024-11-01T16:58:55.0055575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub.h 2024-11-01T16:58:55.0059638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub_definitions.cuh 2024-11-01T16:58:55.0062575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAApplyUtils.cuh 2024-11-01T16:58:55.0066120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDABlas.h 2024-11-01T16:58:55.0070277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAContext.h 2024-11-01T16:58:55.0073106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAContextLight.h 2024-11-01T16:58:55.0076462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDADataType.h 2024-11-01T16:58:55.0079812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDADevice.h 2024-11-01T16:58:55.0083714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAEvent.h 2024-11-01T16:58:55.0087557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGeneratorImpl.h 2024-11-01T16:58:55.0090842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGraph.h 2024-11-01T16:58:55.0094261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGraphsUtils.cuh 2024-11-01T16:58:55.0097607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparse.h 2024-11-01T16:58:55.0101160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparseBlas.h 2024-11-01T16:58:55.0104643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparseDescriptors.h 2024-11-01T16:58:55.0118915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDATensorMethods.cuh 2024-11-01T16:58:55.0122308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAUtils.h 2024-11-01T16:58:55.0126003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\DeviceUtils.cuh 2024-11-01T16:58:55.0129450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\EmptyTensor.h 2024-11-01T16:58:55.0132859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Exceptions.h 2024-11-01T16:58:55.0136192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\jiterator.h 2024-11-01T16:58:55.0139769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\jiterator_impl.h 2024-11-01T16:58:55.0143145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\llvm_jit_strings.h 2024-11-01T16:58:55.0146527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\NumericLimits.cuh 2024-11-01T16:58:55.0158745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PeerToPeerAccess.h 2024-11-01T16:58:55.0162227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PhiloxCudaState.h 2024-11-01T16:58:55.0165676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PhiloxUtils.cuh 2024-11-01T16:58:55.0169026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PinnedMemoryAllocator.h 2024-11-01T16:58:55.0172828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ScanUtils.cuh 2024-11-01T16:58:55.0176183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Sleep.h 2024-11-01T16:58:55.0179470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ThrustAllocator.h 2024-11-01T16:58:55.0186823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\CUDAHooks.h 2024-11-01T16:58:55.0190373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\DeviceThreadHandles.h 2024-11-01T16:58:55.0193620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\IndexUtils.cuh 2024-11-01T16:58:55.0197149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\IntegerDivider.cuh 2024-11-01T16:58:55.0231376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\KernelUtils.h 2024-11-01T16:58:55.0234970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\LazyNVRTC.h 2024-11-01T16:58:55.0238648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\OffsetCalculator.cuh 2024-11-01T16:58:55.0242068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh 2024-11-01T16:58:55.0246026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\TensorInfo.cuh 2024-11-01T16:58:55.0249425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\UnpackRaw.cuh 2024-11-01T16:58:55.0257043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmCommon.h 2024-11-01T16:58:55.0260853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmHipblaslt.h 2024-11-01T16:58:55.0264199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmRocblas.h 2024-11-01T16:58:55.0267428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\StreamTimer.h 2024-11-01T16:58:55.0923861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\Tunable.h 2024-11-01T16:58:55.0927197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableGemm.h 2024-11-01T16:58:55.0930565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableOp.h 2024-11-01T16:58:55.0938370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\cudnn-wrapper.h 2024-11-01T16:58:55.0941628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Descriptors.h 2024-11-01T16:58:55.0945025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Handle.h 2024-11-01T16:58:55.0948218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Handles.h 2024-11-01T16:58:55.0951356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Types.h 2024-11-01T16:58:55.0962735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Utils.h 2024-11-01T16:58:55.0970025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\AcceleratorHooksInterface.h 2024-11-01T16:58:55.0974150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\CUDAHooksInterface.h 2024-11-01T16:58:55.0977478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\FunctionTraits.h 2024-11-01T16:58:55.0996026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\HIPHooksInterface.h 2024-11-01T16:58:55.0999187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\HPUHooksInterface.h 2024-11-01T16:58:55.1002625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\IPUHooksInterface.h 2024-11-01T16:58:55.1005942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MAIAHooksInterface.h 2024-11-01T16:58:55.1009300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MPSHooksInterface.h 2024-11-01T16:58:55.1012688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MTIAHooksInterface.h 2024-11-01T16:58:55.1016093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\PrivateUse1HooksInterface.h 2024-11-01T16:58:55.1019329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\XPUHooksInterface.h 2024-11-01T16:58:55.1027095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\ADInterpreters.h 2024-11-01T16:58:55.1030369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchedFallback.h 2024-11-01T16:58:55.1033737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchedTensorImpl.h 2024-11-01T16:58:55.1058335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchingMetaprogramming.h 2024-11-01T16:58:55.1061571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchRulesHelper.h 2024-11-01T16:58:55.1064886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\DynamicLayer.h 2024-11-01T16:58:55.1068477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\FunctionalizeInterpreter.h 2024-11-01T16:58:55.1071637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\Interpreter.h 2024-11-01T16:58:55.1075508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\LegacyVmapTransforms.h 2024-11-01T16:58:55.1078780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\Macros.h 2024-11-01T16:58:55.1082104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\PlumbingHelper.h 2024-11-01T16:58:55.1085560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\TensorWrapper.h 2024-11-01T16:58:55.1095368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\VmapInterpreter.h 2024-11-01T16:58:55.1107333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h 2024-11-01T16:58:55.1111076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h 2024-11-01T16:58:55.1114741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h 2024-11-01T16:58:55.1128682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h 2024-11-01T16:58:55.1137046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Descriptors.h 2024-11-01T16:58:55.1140215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Exceptions.h 2024-11-01T16:58:55.1143729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Handle.h 2024-11-01T16:58:55.1146934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\miopen-wrapper.h 2024-11-01T16:58:55.1155928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Types.h 2024-11-01T16:58:55.1159060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Utils.h 2024-11-01T16:58:55.1165993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\EmptyTensor.h 2024-11-01T16:58:55.1169398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\IndexKernels.h 2024-11-01T16:58:55.1172740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSAllocator.h 2024-11-01T16:58:55.1176105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSAllocatorInterface.h 2024-11-01T16:58:55.1187000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSDevice.h 2024-11-01T16:58:55.1190429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSEvent.h 2024-11-01T16:58:55.1193736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSGeneratorImpl.h 2024-11-01T16:58:55.1197147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSGuardImpl.h 2024-11-01T16:58:55.1200597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSHooks.h 2024-11-01T16:58:55.1207004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSProfiler.h 2024-11-01T16:58:55.1207860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSStream.h 2024-11-01T16:58:55.1246433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Activation.h 2024-11-01T16:58:55.1247348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\AdaptivePooling.h 2024-11-01T16:58:55.1248249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\AmpKernels.h 2024-11-01T16:58:55.1249155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BatchLinearAlgebra.h 2024-11-01T16:58:55.1250072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\batch_norm.h 2024-11-01T16:58:55.1252146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BinaryOps.h 2024-11-01T16:58:55.1253074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BucketizationUtils.h 2024-11-01T16:58:55.1254042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CanUse32BitIndexMath.h 2024-11-01T16:58:55.1255716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ComplexHelper.h 2024-11-01T16:58:55.1259630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessor.h 2024-11-01T16:58:55.1264368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessorCommon.h 2024-11-01T16:58:55.1266608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ConvolutionMM3d.h 2024-11-01T16:58:55.1270295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ConvUtils.h 2024-11-01T16:58:55.1273764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Copy.h 2024-11-01T16:58:55.1277020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CPUBlas.h 2024-11-01T16:58:55.1280198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CPUFallback.h 2024-11-01T16:58:55.1283607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Cross.h 2024-11-01T16:58:55.1289549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DilatedConvolutionUtils.h 2024-11-01T16:58:55.1293186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DispatchStub.h 2024-11-01T16:58:55.2512361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Distance.h 2024-11-01T16:58:55.2515570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Distributions.h 2024-11-01T16:58:55.3117579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DistributionTemplates.h 2024-11-01T16:58:55.3120720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\EmbeddingBag.h 2024-11-01T16:58:55.3124061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Fill.h 2024-11-01T16:58:55.3127349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ForeachUtils.h 2024-11-01T16:58:55.3130937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FractionalMaxPooling.h 2024-11-01T16:58:55.3134363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FunctionOfAMatrixUtils.h 2024-11-01T16:58:55.3137653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedAdagrad.h 2024-11-01T16:58:55.3141008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedAdam.h 2024-11-01T16:58:55.3144867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedSGD.h 2024-11-01T16:58:55.3148119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\GridSampler.h 2024-11-01T16:58:55.3159832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\GridSamplerUtils.h 2024-11-01T16:58:55.3163284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\group_norm.h 2024-11-01T16:58:55.3166705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Histogram.h 2024-11-01T16:58:55.3170029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\im2col.h 2024-11-01T16:58:55.3173297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\im2col_shape_check.h 2024-11-01T16:58:55.3176950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\IndexingUtils.h 2024-11-01T16:58:55.3180236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\IndexKernel.h 2024-11-01T16:58:55.3183813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\layer_norm.h 2024-11-01T16:58:55.3187626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Lerp.h 2024-11-01T16:58:55.3190983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LinearAlgebra.h 2024-11-01T16:58:55.3194509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LinearAlgebraUtils.h 2024-11-01T16:58:55.3207984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LossMulti.h 2024-11-01T16:58:55.3211320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Math.h 2024-11-01T16:58:55.3215545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MathBitFallThroughLists.h 2024-11-01T16:58:55.3219050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MathBitsFallback.h 2024-11-01T16:58:55.3222177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MaxPooling.h 2024-11-01T16:58:55.3225810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\NonEmptyUtils.h 2024-11-01T16:58:55.3229223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\NonSymbolicBC.h 2024-11-01T16:58:55.3256256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Normalization.h 2024-11-01T16:58:55.3265510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Padding.h 2024-11-01T16:58:55.3266382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\PixelShuffle.h 2024-11-01T16:58:55.3267948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\PointwiseOps.h 2024-11-01T16:58:55.3291030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Pool.h 2024-11-01T16:58:55.3294272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Pow.h 2024-11-01T16:58:55.3298232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RangeFactories.h 2024-11-01T16:58:55.3301164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceAllOps.h 2024-11-01T16:58:55.3305308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceOps.h 2024-11-01T16:58:55.3309592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceOpsUtils.h 2024-11-01T16:58:55.3312391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReductionType.h 2024-11-01T16:58:55.3315917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Repeat.h 2024-11-01T16:58:55.3319183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Resize.h 2024-11-01T16:58:55.3322666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ResizeCommon.h 2024-11-01T16:58:55.3326585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RNN.h 2024-11-01T16:58:55.3329513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ScatterGatherChecks.h 2024-11-01T16:58:55.3352625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SegmentReduce.h 2024-11-01T16:58:55.3356400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SharedReduceOps.h 2024-11-01T16:58:55.3360730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SobolEngineOpsUtils.h 2024-11-01T16:58:55.3363720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Sorting.h 2024-11-01T16:58:55.3367129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SortingUtils.h 2024-11-01T16:58:55.3370618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SparseTensorUtils.h 2024-11-01T16:58:55.3374172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SpectralOpsUtils.h 2024-11-01T16:58:55.3377998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\StridedRandomAccessor.h 2024-11-01T16:58:55.3381535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexing.h 2024-11-01T16:58:55.3395528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexingUtils.h 2024-11-01T16:58:55.3398637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorCompare.h 2024-11-01T16:58:55.3402323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorConversions.h 2024-11-01T16:58:55.3405890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorDimApply.h 2024-11-01T16:58:55.3409426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorFactories.h 2024-11-01T16:58:55.3412941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorIterator.h 2024-11-01T16:58:55.3416478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorIteratorDynamicCasting.h 2024-11-01T16:58:55.3428058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorProperties.h 2024-11-01T16:58:55.3434116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorShape.h 2024-11-01T16:58:55.4209900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorTransformations.h 2024-11-01T16:58:55.4213674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TopKImpl.h 2024-11-01T16:58:55.4217084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TransposeType.h 2024-11-01T16:58:55.4224029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TriangularOpsUtils.h 2024-11-01T16:58:55.4227485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TypeProperties.h 2024-11-01T16:58:55.4230783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UnaryOps.h 2024-11-01T16:58:55.4233938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Unfold2d.h 2024-11-01T16:58:55.4237302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Unfold3d.h 2024-11-01T16:58:55.4240689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UnfoldBackward.h 2024-11-01T16:58:55.4244171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UpSample.h 2024-11-01T16:58:55.4247536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\verbose_wrapper.h 2024-11-01T16:58:55.4250878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\vol2col.h 2024-11-01T16:58:55.4258525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\AtomicAddFloat.h 2024-11-01T16:58:55.4261889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\avx_mathfun.h 2024-11-01T16:58:55.4265517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\CatKernel.h 2024-11-01T16:58:55.4269024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ChannelShuffleKernel.h 2024-11-01T16:58:55.4283338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\CopyKernel.h 2024-11-01T16:58:55.4286759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\DepthwiseConvKernel.h 2024-11-01T16:58:55.4290090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\DistributionTemplates.h 2024-11-01T16:58:55.4293424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\GridSamplerKernel.h 2024-11-01T16:58:55.4296812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\IndexKernelUtils.h 2024-11-01T16:58:55.4300256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Intrinsics.h 2024-11-01T16:58:55.4303931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\int_mm_kernel.h 2024-11-01T16:58:55.4307019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\IsContiguous.h 2024-11-01T16:58:55.4310560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\LogAddExp.h 2024-11-01T16:58:55.4313909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Loops.h 2024-11-01T16:58:55.4317189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\MaxUnpoolKernel.h 2024-11-01T16:58:55.4320492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\mixed_data_type.h 2024-11-01T16:58:55.4323999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\moments_utils.h 2024-11-01T16:58:55.4327471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\PixelShuffleKernel.h 2024-11-01T16:58:55.4331114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Reduce.h 2024-11-01T16:58:55.4334658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h 2024-11-01T16:58:55.4981799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ReduceUtils.h 2024-11-01T16:58:55.4985611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SampledAddmmKernel.h 2024-11-01T16:58:55.4989447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SerialStackImpl.h 2024-11-01T16:58:55.4992097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SoftmaxKernel.h 2024-11-01T16:58:55.4995513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SpmmReduceKernel.h 2024-11-01T16:58:55.4999001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\StackKernel.h 2024-11-01T16:58:55.5002528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h 2024-11-01T16:58:55.5006062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\utils.h 2024-11-01T16:58:55.5009605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\WeightNormKernel.h 2024-11-01T16:58:55.5037338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\zmath.h 2024-11-01T16:58:55.5044892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Activation.h 2024-11-01T16:58:55.5049178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\BinaryInternal.h 2024-11-01T16:58:55.5051849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\block_reduce.cuh 2024-11-01T16:58:55.5055341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CompositeRandomAccessor.h 2024-11-01T16:58:55.5071809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Copy.h 2024-11-01T16:58:55.5074621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CUDAJitLoops.cuh 2024-11-01T16:58:55.5078086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CUDALoops.cuh 2024-11-01T16:58:55.5081631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTPlanCache.h 2024-11-01T16:58:55.5085134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTUtils.h 2024-11-01T16:58:55.5088874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\DeviceSqrt.cuh 2024-11-01T16:58:55.5092099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Distributions.h 2024-11-01T16:58:55.5095660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\DistributionTemplates.h 2024-11-01T16:58:55.5100048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh 2024-11-01T16:58:55.5102709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ForeachFunctors.cuh 2024-11-01T16:58:55.5106373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh 2024-11-01T16:58:55.5109949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh 2024-11-01T16:58:55.5113516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_impl.cuh 2024-11-01T16:58:55.5117470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh 2024-11-01T16:58:55.6475508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_impl.cuh 2024-11-01T16:58:55.6479194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_utils.cuh 2024-11-01T16:58:55.6483214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.cuh 2024-11-01T16:58:55.6486636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.h 2024-11-01T16:58:55.6490328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\im2col.cuh 2024-11-01T16:58:55.6493800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\IndexKernel.h 2024-11-01T16:58:55.6497286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\JitLoops.cuh 2024-11-01T16:58:55.6501055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\jit_utils.h 2024-11-01T16:58:55.6504588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\KernelUtils.cuh 2024-11-01T16:58:55.6508242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\LaunchUtils.h 2024-11-01T16:58:55.7386223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Loops.cuh 2024-11-01T16:58:55.7389244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Math.cuh 2024-11-01T16:58:55.7393408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MemoryAccess.cuh 2024-11-01T16:58:55.7396889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MiscUtils.h 2024-11-01T16:58:55.7400611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MultiTensorApply.cuh 2024-11-01T16:58:55.7404204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Normalization.cuh 2024-11-01T16:58:55.7407990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\PersistentSoftmax.cuh 2024-11-01T16:58:55.7411357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Pow.cuh 2024-11-01T16:58:55.7414724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Randperm.cuh 2024-11-01T16:58:55.7418044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Reduce.cuh 2024-11-01T16:58:55.7421818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ReduceOps.h 2024-11-01T16:58:55.7425686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\reduction_template.cuh 2024-11-01T16:58:55.7854685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Resize.h 2024-11-01T16:58:55.7858379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\RowwiseScaledMM.h 2024-11-01T16:58:55.7861612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScanKernels.h 2024-11-01T16:58:55.7865046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScanUtils.cuh 2024-11-01T16:58:55.7868528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Sort.h 2024-11-01T16:58:55.7871828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Sorting.h 2024-11-01T16:58:55.7875142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortingCommon.cuh 2024-11-01T16:58:55.7878627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortingRadixSelect.cuh 2024-11-01T16:58:55.7882077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortStable.h 2024-11-01T16:58:55.7885591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortUtils.cuh 2024-11-01T16:58:55.7890365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.cuh 2024-11-01T16:58:55.7905296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.h 2024-11-01T16:58:55.7909040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorTopK.h 2024-11-01T16:58:55.7912512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\thread_constants.h 2024-11-01T16:58:55.7915943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\UniqueCub.cuh 2024-11-01T16:58:55.7919667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\UpSample.cuh 2024-11-01T16:58:55.7923037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\vol2col.cuh 2024-11-01T16:58:55.7932172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm.h 2024-11-01T16:58:55.7935692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm_template.h 2024-11-01T16:58:55.7950224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h 2024-11-01T16:58:55.7953500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h 2024-11-01T16:58:55.7956853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h 2024-11-01T16:58:55.7960317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h 2024-11-01T16:58:55.7968835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\Copy.h 2024-11-01T16:58:55.7972224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h 2024-11-01T16:58:55.7975501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphSonomaOps.h 2024-11-01T16:58:55.7978734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphVenturaOps.h 2024-11-01T16:58:55.7992788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\OperationUtils.h 2024-11-01T16:58:55.7995819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\TensorFactory.h 2024-11-01T16:58:55.7999338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\UnaryConstants.h 2024-11-01T16:58:55.8006868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorBinaryOps.h 2024-11-01T16:58:55.8010613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorMath.h 2024-11-01T16:58:55.8015156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h 2024-11-01T16:58:55.8934139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h 2024-11-01T16:58:55.8937120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorUtils.h 2024-11-01T16:58:55.8944743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizer.h 2024-11-01T16:58:55.8948133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizerBase.h 2024-11-01T16:58:55.8951761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\ConvUtils.h 2024-11-01T16:58:55.8964749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\Copy.h 2024-11-01T16:58:55.8968358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\FakeQuantAffine.h 2024-11-01T16:58:55.8971788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\IndexKernel.h 2024-11-01T16:58:55.8975168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\PackedParams.h 2024-11-01T16:58:55.8982100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\BinaryOps.h 2024-11-01T16:58:55.8985544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\conv_serialization.h 2024-11-01T16:58:55.8989954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h 2024-11-01T16:58:55.8992475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\fbgemm_utils.h 2024-11-01T16:58:55.9024818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\init_qnnpack.h 2024-11-01T16:58:55.9028495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\OnednnUtils.h 2024-11-01T16:58:55.9031796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qconv.h 2024-11-01T16:58:55.9035165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag.h 2024-11-01T16:58:55.9038616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h 2024-11-01T16:58:55.9041932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qlinear.h 2024-11-01T16:58:55.9045324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QnnpackUtils.h 2024-11-01T16:58:55.9048752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantizedOps.h 2024-11-01T16:58:55.9052552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantUtils.h 2024-11-01T16:58:55.9056056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\RuyUtils.h 2024-11-01T16:58:55.9059365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\XnnpackUtils.h 2024-11-01T16:58:55.9068634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\attention.h 2024-11-01T16:58:55.9072064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\sdp_utils_cpp.h 2024-11-01T16:58:55.9079281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\Factory.h 2024-11-01T16:58:55.9082671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\ParamsHash.h 2024-11-01T16:58:55.9086043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\ParamUtils.h 2024-11-01T16:58:55.9095513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs.h 2024-11-01T16:58:55.9098820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute.h 2024-11-01T16:58:55.9102365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:55.9105576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_native.h 2024-11-01T16:58:55.9118620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_ops.h 2024-11-01T16:58:55.9122657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:55.9125832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_cpu_dispatch.h 2024-11-01T16:58:55.9129095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_cuda_dispatch.h 2024-11-01T16:58:55.9132531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_native.h 2024-11-01T16:58:55.9135881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_ops.h 2024-11-01T16:58:55.9139389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos.h 2024-11-01T16:58:55.9142641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh.h 2024-11-01T16:58:55.9146246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:55.9149504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_cpu_dispatch.h 2024-11-01T16:58:55.9152965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_cuda_dispatch.h 2024-11-01T16:58:55.9156754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_meta.h 2024-11-01T16:58:55.9160386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_meta_dispatch.h 2024-11-01T16:58:55.9163968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_native.h 2024-11-01T16:58:55.9167428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_ops.h 2024-11-01T16:58:55.9171222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:55.9186832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_cpu_dispatch.h 2024-11-01T16:58:55.9190211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_cuda_dispatch.h 2024-11-01T16:58:55.9193640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_meta.h 2024-11-01T16:58:55.9197106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_meta_dispatch.h 2024-11-01T16:58:55.9200593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_native.h 2024-11-01T16:58:55.9204047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_ops.h 2024-11-01T16:58:55.9207596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d.h 2024-11-01T16:58:55.9243686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:55.9244926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_native.h 2024-11-01T16:58:55.9246110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_ops.h 2024-11-01T16:58:55.9284734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d.h 2024-11-01T16:58:55.9288635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:55.9293360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h 2024-11-01T16:58:55.9295974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h 2024-11-01T16:58:55.9299543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_native.h 2024-11-01T16:58:55.9303147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_ops.h 2024-11-01T16:58:55.9306659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d.h 2024-11-01T16:58:55.9310297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward.h 2024-11-01T16:58:55.9340677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h 2024-11-01T16:58:55.9344263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h 2024-11-01T16:58:55.9347874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h 2024-11-01T16:58:55.9351740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h 2024-11-01T16:58:55.9355960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:55.9359588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h 2024-11-01T16:58:55.9363315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h 2024-11-01T16:58:55.9366905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_native.h 2024-11-01T16:58:55.9370459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_ops.h 2024-11-01T16:58:55.9374037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d.h 2024-11-01T16:58:55.9394842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:55.9398779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_native.h 2024-11-01T16:58:55.9402593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_ops.h 2024-11-01T16:58:55.9406165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d.h 2024-11-01T16:58:55.9409833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward.h 2024-11-01T16:58:55.9414594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:55.9418146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h 2024-11-01T16:58:55.9421881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h 2024-11-01T16:58:55.9425662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h 2024-11-01T16:58:55.9429351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h 2024-11-01T16:58:55.9433003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h 2024-11-01T16:58:56.0040460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h 2024-11-01T16:58:56.0044563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.0048138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h 2024-11-01T16:58:56.0051816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h 2024-11-01T16:58:56.0055522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta.h 2024-11-01T16:58:56.0059245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h 2024-11-01T16:58:56.0660762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_native.h 2024-11-01T16:58:56.0665374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_ops.h 2024-11-01T16:58:56.0669499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d.h 2024-11-01T16:58:56.0674026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward.h 2024-11-01T16:58:56.0678139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.0681747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h 2024-11-01T16:58:56.0694751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h 2024-11-01T16:58:56.0698684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h 2024-11-01T16:58:56.0702451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h 2024-11-01T16:58:56.0706017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h 2024-11-01T16:58:56.0710489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h 2024-11-01T16:58:56.0714910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.0718065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h 2024-11-01T16:58:56.0722005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h 2024-11-01T16:58:56.0725655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta.h 2024-11-01T16:58:56.0729902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h 2024-11-01T16:58:56.0733489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_native.h 2024-11-01T16:58:56.0737604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_ops.h 2024-11-01T16:58:56.0740871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add.h 2024-11-01T16:58:56.0744146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm.h 2024-11-01T16:58:56.0748179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_cpu_dispatch.h 2024-11-01T16:58:56.0751804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_cuda_dispatch.h 2024-11-01T16:58:56.0755319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_meta_dispatch.h 2024-11-01T16:58:56.0758826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_native.h 2024-11-01T16:58:56.0762422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_ops.h 2024-11-01T16:58:56.0766144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv.h 2024-11-01T16:58:56.0769863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.0773157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_cpu_dispatch.h 2024-11-01T16:58:56.0785893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_cuda_dispatch.h 2024-11-01T16:58:56.0789241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta.h 2024-11-01T16:58:56.0797541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta_dispatch.h 2024-11-01T16:58:56.0798492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_native.h 2024-11-01T16:58:56.0800224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_ops.h 2024-11-01T16:58:56.0803776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul.h 2024-11-01T16:58:56.0807520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.0811094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_cpu_dispatch.h 2024-11-01T16:58:56.0814729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_cuda_dispatch.h 2024-11-01T16:58:56.0818549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_meta.h 2024-11-01T16:58:56.0822281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_meta_dispatch.h 2024-11-01T16:58:56.0825862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_native.h 2024-11-01T16:58:56.0830120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_ops.h 2024-11-01T16:58:56.0834636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm.h 2024-11-01T16:58:56.0838661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.0842247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_cpu_dispatch.h 2024-11-01T16:58:56.0846049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_cuda_dispatch.h 2024-11-01T16:58:56.0849816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_meta.h 2024-11-01T16:58:56.0853456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_meta_dispatch.h 2024-11-01T16:58:56.0857616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_native.h 2024-11-01T16:58:56.0861845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_ops.h 2024-11-01T16:58:56.0878909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv.h 2024-11-01T16:58:56.0882763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.0886354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_cpu_dispatch.h 2024-11-01T16:58:56.0890133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_cuda_dispatch.h 2024-11-01T16:58:56.0893738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_meta.h 2024-11-01T16:58:56.0897397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_meta_dispatch.h 2024-11-01T16:58:56.0901219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_native.h 2024-11-01T16:58:56.0904976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_ops.h 2024-11-01T16:58:56.0909085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr.h 2024-11-01T16:58:56.0912856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.0916340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_cpu_dispatch.h 2024-11-01T16:58:56.0920053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_cuda_dispatch.h 2024-11-01T16:58:56.0924004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_native.h 2024-11-01T16:58:56.0927506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_ops.h 2024-11-01T16:58:56.0931404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.0934917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.0938830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_cpu_dispatch.h 2024-11-01T16:58:56.0942977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_cuda_dispatch.h 2024-11-01T16:58:56.0946581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_meta.h 2024-11-01T16:58:56.0950065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_meta_dispatch.h 2024-11-01T16:58:56.0953784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_native.h 2024-11-01T16:58:56.0957505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_ops.h 2024-11-01T16:58:56.0960768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint.h 2024-11-01T16:58:56.0964608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.0968019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_native.h 2024-11-01T16:58:56.0971699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_ops.h 2024-11-01T16:58:56.0975350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator.h 2024-11-01T16:58:56.0979017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward.h 2024-11-01T16:58:56.0982894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.0987183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_native.h 2024-11-01T16:58:56.0990986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_ops.h 2024-11-01T16:58:56.0995258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.0998726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_native.h 2024-11-01T16:58:56.1002959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_ops.h 2024-11-01T16:58:56.1006487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias.h 2024-11-01T16:58:56.1010207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.1013697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy.h 2024-11-01T16:58:56.1017862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1021506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.1033223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_native.h 2024-11-01T16:58:56.1036774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_ops.h 2024-11-01T16:58:56.1040493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_native.h 2024-11-01T16:58:56.1044230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_ops.h 2024-11-01T16:58:56.1047892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as.h 2024-11-01T16:58:56.1052303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1056205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_native.h 2024-11-01T16:58:56.1059776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_ops.h 2024-11-01T16:58:56.1063625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors.h 2024-11-01T16:58:56.1067686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1071066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_native.h 2024-11-01T16:58:56.1074723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_ops.h 2024-11-01T16:58:56.1078496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to.h 2024-11-01T16:58:56.1082342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1086024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_native.h 2024-11-01T16:58:56.1090111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_ops.h 2024-11-01T16:58:56.1093560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all.h 2024-11-01T16:58:56.1096791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose.h 2024-11-01T16:58:56.1100496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.1103980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_native.h 2024-11-01T16:58:56.1107732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_ops.h 2024-11-01T16:58:56.1112693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1116491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.1120288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1123926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_cpu_dispatch.h 2024-11-01T16:58:56.1127481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_cuda_dispatch.h 2024-11-01T16:58:56.1131245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_meta.h 2024-11-01T16:58:56.1134798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_meta_dispatch.h 2024-11-01T16:58:56.1138542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_native.h 2024-11-01T16:58:56.1142761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_ops.h 2024-11-01T16:58:56.1146158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout.h 2024-11-01T16:58:56.1150330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1154151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_native.h 2024-11-01T16:58:56.1158215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_ops.h 2024-11-01T16:58:56.1161807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax.h 2024-11-01T16:58:56.1165604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1169357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_cpu_dispatch.h 2024-11-01T16:58:56.1173315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_cuda_dispatch.h 2024-11-01T16:58:56.1176674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_meta.h 2024-11-01T16:58:56.1180197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_meta_dispatch.h 2024-11-01T16:58:56.1183787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_native.h 2024-11-01T16:58:56.1195794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_ops.h 2024-11-01T16:58:56.1199031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin.h 2024-11-01T16:58:56.1202555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax.h 2024-11-01T16:58:56.1206679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1210328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_cpu_dispatch.h 2024-11-01T16:58:56.1213590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_cuda_dispatch.h 2024-11-01T16:58:56.1217086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_meta.h 2024-11-01T16:58:56.1221132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_meta_dispatch.h 2024-11-01T16:58:56.1225654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_native.h 2024-11-01T16:58:56.1229003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_ops.h 2024-11-01T16:58:56.1233363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1236853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_cpu_dispatch.h 2024-11-01T16:58:56.1240610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_cuda_dispatch.h 2024-11-01T16:58:56.1244262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_meta.h 2024-11-01T16:58:56.1247809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_meta_dispatch.h 2024-11-01T16:58:56.1251379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_native.h 2024-11-01T16:58:56.1254925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_ops.h 2024-11-01T16:58:56.1258266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and.h 2024-11-01T16:58:56.1262198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1265551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_native.h 2024-11-01T16:58:56.1269119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_ops.h 2024-11-01T16:58:56.1272392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle.h 2024-11-01T16:58:56.1276166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_cpu_dispatch.h 2024-11-01T16:58:56.1279730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_cuda_dispatch.h 2024-11-01T16:58:56.1283352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_native.h 2024-11-01T16:58:56.1286900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_ops.h 2024-11-01T16:58:56.1290414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any.h 2024-11-01T16:58:56.1294668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1298458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.1301903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1305394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_cpu_dispatch.h 2024-11-01T16:58:56.1308984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_cuda_dispatch.h 2024-11-01T16:58:56.1312409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_meta.h 2024-11-01T16:58:56.1315673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_meta_dispatch.h 2024-11-01T16:58:56.1319286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_native.h 2024-11-01T16:58:56.1323137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_ops.h 2024-11-01T16:58:56.1326248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange.h 2024-11-01T16:58:56.1329790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.1333243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_cpu_dispatch.h 2024-11-01T16:58:56.1336916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_cuda_dispatch.h 2024-11-01T16:58:56.1341294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_meta_dispatch.h 2024-11-01T16:58:56.1363025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_native.h 2024-11-01T16:58:56.1367207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_ops.h 2024-11-01T16:58:56.1370479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos.h 2024-11-01T16:58:56.1373960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh.h 2024-11-01T16:58:56.1378149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1381187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_native.h 2024-11-01T16:58:56.1384936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_ops.h 2024-11-01T16:58:56.1389458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1392652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_native.h 2024-11-01T16:58:56.1396400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_ops.h 2024-11-01T16:58:56.1400879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin.h 2024-11-01T16:58:56.1404450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh.h 2024-11-01T16:58:56.1408267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1412029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_native.h 2024-11-01T16:58:56.1415311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_ops.h 2024-11-01T16:58:56.1419246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1423293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_native.h 2024-11-01T16:58:56.1426591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_ops.h 2024-11-01T16:58:56.1430300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan.h 2024-11-01T16:58:56.1434393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2.h 2024-11-01T16:58:56.1437486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1441081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_native.h 2024-11-01T16:58:56.1445638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_ops.h 2024-11-01T16:58:56.1448971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh.h 2024-11-01T16:58:56.1452885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1457276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_native.h 2024-11-01T16:58:56.1460506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_ops.h 2024-11-01T16:58:56.1464521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1468360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_native.h 2024-11-01T16:58:56.1471663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_ops.h 2024-11-01T16:58:56.1475604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax.h 2024-11-01T16:58:56.1479205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1482967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_cpu_dispatch.h 2024-11-01T16:58:56.1486655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_cuda_dispatch.h 2024-11-01T16:58:56.1490520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_meta.h 2024-11-01T16:58:56.1494114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_meta_dispatch.h 2024-11-01T16:58:56.1497814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_native.h 2024-11-01T16:58:56.1501406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_ops.h 2024-11-01T16:58:56.1505132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin.h 2024-11-01T16:58:56.1509357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1512993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_cpu_dispatch.h 2024-11-01T16:58:56.1516729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_cuda_dispatch.h 2024-11-01T16:58:56.1520569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_meta.h 2024-11-01T16:58:56.1524387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_meta_dispatch.h 2024-11-01T16:58:56.1528095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_native.h 2024-11-01T16:58:56.1531845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_ops.h 2024-11-01T16:58:56.1535549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort.h 2024-11-01T16:58:56.1539846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1544142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_native.h 2024-11-01T16:58:56.1548151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_ops.h 2024-11-01T16:58:56.1551430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere.h 2024-11-01T16:58:56.1555169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.1559035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_native.h 2024-11-01T16:58:56.1562446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_ops.h 2024-11-01T16:58:56.1566150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin.h 2024-11-01T16:58:56.1569762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh.h 2024-11-01T16:58:56.1573613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1577555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_cpu_dispatch.h 2024-11-01T16:58:56.1581244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_cuda_dispatch.h 2024-11-01T16:58:56.1584786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_meta.h 2024-11-01T16:58:56.1588501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_meta_dispatch.h 2024-11-01T16:58:56.1592087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_native.h 2024-11-01T16:58:56.1595733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_ops.h 2024-11-01T16:58:56.1600032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1603489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_cpu_dispatch.h 2024-11-01T16:58:56.1607157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_cuda_dispatch.h 2024-11-01T16:58:56.1610970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_meta.h 2024-11-01T16:58:56.1614492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_meta_dispatch.h 2024-11-01T16:58:56.1618715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_native.h 2024-11-01T16:58:56.1622334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_ops.h 2024-11-01T16:58:56.1625847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided.h 2024-11-01T16:58:56.1629910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1633324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy.h 2024-11-01T16:58:56.1637345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.1641219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2095304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_native.h 2024-11-01T16:58:56.2099109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_ops.h 2024-11-01T16:58:56.2102991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_cpu_dispatch.h 2024-11-01T16:58:56.2106745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_cuda_dispatch.h 2024-11-01T16:58:56.2110444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_meta_dispatch.h 2024-11-01T16:58:56.2114134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_native.h 2024-11-01T16:58:56.2117796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_ops.h 2024-11-01T16:58:56.2121502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter.h 2024-11-01T16:58:56.2126015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2130104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2133810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_native.h 2024-11-01T16:58:56.2170343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_ops.h 2024-11-01T16:58:56.2173903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan.h 2024-11-01T16:58:56.2177666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2.h 2024-11-01T16:58:56.2181573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2185282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_cpu_dispatch.h 2024-11-01T16:58:56.2188993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_cuda_dispatch.h 2024-11-01T16:58:56.2192537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_meta.h 2024-11-01T16:58:56.2196164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_meta_dispatch.h 2024-11-01T16:58:56.2200294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_native.h 2024-11-01T16:58:56.2204444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_ops.h 2024-11-01T16:58:56.2208041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh.h 2024-11-01T16:58:56.2212301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2215946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_cpu_dispatch.h 2024-11-01T16:58:56.2219596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_cuda_dispatch.h 2024-11-01T16:58:56.2223360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_meta.h 2024-11-01T16:58:56.2226743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_meta_dispatch.h 2024-11-01T16:58:56.2230438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_native.h 2024-11-01T16:58:56.2233881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_ops.h 2024-11-01T16:58:56.2237900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2241282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_cpu_dispatch.h 2024-11-01T16:58:56.2244892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_cuda_dispatch.h 2024-11-01T16:58:56.2248431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_meta.h 2024-11-01T16:58:56.2252312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_meta_dispatch.h 2024-11-01T16:58:56.2255833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_native.h 2024-11-01T16:58:56.2259429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_ops.h 2024-11-01T16:58:56.2262720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d.h 2024-11-01T16:58:56.2266384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.2269943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_native.h 2024-11-01T16:58:56.2273365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_ops.h 2024-11-01T16:58:56.2276898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d.h 2024-11-01T16:58:56.2280771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.2284407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_native.h 2024-11-01T16:58:56.2287941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_ops.h 2024-11-01T16:58:56.2291590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d.h 2024-11-01T16:58:56.2295488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.2299136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_native.h 2024-11-01T16:58:56.2302738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_ops.h 2024-11-01T16:58:56.2306269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d.h 2024-11-01T16:58:56.2310674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.2314341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_native.h 2024-11-01T16:58:56.2317905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_ops.h 2024-11-01T16:58:56.2321392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d.h 2024-11-01T16:58:56.2325315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward.h 2024-11-01T16:58:56.2329415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2333228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h 2024-11-01T16:58:56.2337093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h 2024-11-01T16:58:56.2340700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta.h 2024-11-01T16:58:56.2344379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h 2024-11-01T16:58:56.2348212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_native.h 2024-11-01T16:58:56.2351766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_ops.h 2024-11-01T16:58:56.2355847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2359308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h 2024-11-01T16:58:56.2363212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h 2024-11-01T16:58:56.2366703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta.h 2024-11-01T16:58:56.2370548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta_dispatch.h 2024-11-01T16:58:56.2374136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_native.h 2024-11-01T16:58:56.2377699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_ops.h 2024-11-01T16:58:56.2381565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d.h 2024-11-01T16:58:56.2384990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward.h 2024-11-01T16:58:56.2389016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2392551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h 2024-11-01T16:58:56.2396402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h 2024-11-01T16:58:56.2400124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta.h 2024-11-01T16:58:56.2404014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h 2024-11-01T16:58:56.2408114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_native.h 2024-11-01T16:58:56.2411918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_ops.h 2024-11-01T16:58:56.2416098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2419745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h 2024-11-01T16:58:56.2423461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h 2024-11-01T16:58:56.2439526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta.h 2024-11-01T16:58:56.2443437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta_dispatch.h 2024-11-01T16:58:56.2447132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_native.h 2024-11-01T16:58:56.2450767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_ops.h 2024-11-01T16:58:56.2454683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm.h 2024-11-01T16:58:56.2458368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2461854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_cpu_dispatch.h 2024-11-01T16:58:56.2465627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_cuda_dispatch.h 2024-11-01T16:58:56.2469598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta.h 2024-11-01T16:58:56.2473525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta_dispatch.h 2024-11-01T16:58:56.2477503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_native.h 2024-11-01T16:58:56.2481208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_ops.h 2024-11-01T16:58:56.2484978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window.h 2024-11-01T16:58:56.2488877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2492848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_native.h 2024-11-01T16:58:56.2496686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_ops.h 2024-11-01T16:58:56.2500283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm.h 2024-11-01T16:58:56.2504153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward.h 2024-11-01T16:58:56.2508261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h 2024-11-01T16:58:56.2512183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h 2024-11-01T16:58:56.2517883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt.h 2024-11-01T16:58:56.2520645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2525595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h 2024-11-01T16:58:56.2529264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_native.h 2024-11-01T16:58:56.2533782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_ops.h 2024-11-01T16:58:56.2537760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_native.h 2024-11-01T16:58:56.2542501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_ops.h 2024-11-01T16:58:56.2546757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce.h 2024-11-01T16:58:56.2551399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2555999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h 2024-11-01T16:58:56.2560412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_native.h 2024-11-01T16:58:56.2564944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_ops.h 2024-11-01T16:58:56.2569337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.2573192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt.h 2024-11-01T16:58:56.2577237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h 2024-11-01T16:58:56.2581097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_native.h 2024-11-01T16:58:56.2584910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_ops.h 2024-11-01T16:58:56.2589146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats.h 2024-11-01T16:58:56.2593056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2597001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h 2024-11-01T16:58:56.2601057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_native.h 2024-11-01T16:58:56.2605316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_ops.h 2024-11-01T16:58:56.2609356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h 2024-11-01T16:58:56.2613559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2618327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h 2024-11-01T16:58:56.2622774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h 2024-11-01T16:58:56.2626681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h 2024-11-01T16:58:56.2630428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_native.h 2024-11-01T16:58:56.2634209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_ops.h 2024-11-01T16:58:56.2638735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats.h 2024-11-01T16:58:56.2642500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2646172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h 2024-11-01T16:58:56.2649952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_native.h 2024-11-01T16:58:56.2653880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_ops.h 2024-11-01T16:58:56.2658577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats.h 2024-11-01T16:58:56.2662643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2666700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h 2024-11-01T16:58:56.2670760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h 2024-11-01T16:58:56.2675066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_native.h 2024-11-01T16:58:56.2678721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_ops.h 2024-11-01T16:58:56.2682476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli.h 2024-11-01T16:58:56.2686838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2690588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2694412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_cpu_dispatch.h 2024-11-01T16:58:56.2698309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_cuda_dispatch.h 2024-11-01T16:58:56.2716832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_meta_dispatch.h 2024-11-01T16:58:56.2720883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_native.h 2024-11-01T16:58:56.2724735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_ops.h 2024-11-01T16:58:56.2728695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear.h 2024-11-01T16:58:56.2732822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.2736119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_native.h 2024-11-01T16:58:56.2740176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_ops.h 2024-11-01T16:58:56.2744077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy.h 2024-11-01T16:58:56.2748010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward.h 2024-11-01T16:58:56.2751801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h 2024-11-01T16:58:56.2755433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h 2024-11-01T16:58:56.2759633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_native.h 2024-11-01T16:58:56.2763565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_ops.h 2024-11-01T16:58:56.2767856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h 2024-11-01T16:58:56.2771549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h 2024-11-01T16:58:56.2775199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_native.h 2024-11-01T16:58:56.2779528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_ops.h 2024-11-01T16:58:56.2783613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits.h 2024-11-01T16:58:56.2787463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2791019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h 2024-11-01T16:58:56.2794520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h 2024-11-01T16:58:56.2797865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount.h 2024-11-01T16:58:56.2801376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2805108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_cpu_dispatch.h 2024-11-01T16:58:56.2808984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_cuda_dispatch.h 2024-11-01T16:58:56.2812668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_native.h 2024-11-01T16:58:56.2816357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_ops.h 2024-11-01T16:58:56.2819914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial.h 2024-11-01T16:58:56.2823646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2827279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_cpu_dispatch.h 2024-11-01T16:58:56.2831232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_cuda_dispatch.h 2024-11-01T16:58:56.2835224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_native.h 2024-11-01T16:58:56.2838971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_ops.h 2024-11-01T16:58:56.2842879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and.h 2024-11-01T16:58:56.2846920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2850592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2854340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cpu_dispatch.h 2024-11-01T16:58:56.2858660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cuda_dispatch.h 2024-11-01T16:58:56.2862271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta.h 2024-11-01T16:58:56.2865932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta_dispatch.h 2024-11-01T16:58:56.2869612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_native.h 2024-11-01T16:58:56.2873434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_ops.h 2024-11-01T16:58:56.2877149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift.h 2024-11-01T16:58:56.2881147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2885516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2889428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h 2024-11-01T16:58:56.2893158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h 2024-11-01T16:58:56.2896971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta.h 2024-11-01T16:58:56.2900858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h 2024-11-01T16:58:56.2904899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_native.h 2024-11-01T16:58:56.2909226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_ops.h 2024-11-01T16:58:56.2913107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not.h 2024-11-01T16:58:56.2917146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2920619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cpu_dispatch.h 2024-11-01T16:58:56.2924561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cuda_dispatch.h 2024-11-01T16:58:56.2928408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta.h 2024-11-01T16:58:56.2932357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta_dispatch.h 2024-11-01T16:58:56.2936625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_native.h 2024-11-01T16:58:56.2940487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_ops.h 2024-11-01T16:58:56.2944267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or.h 2024-11-01T16:58:56.2948567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.2952349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.2956417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cpu_dispatch.h 2024-11-01T16:58:56.2993446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cuda_dispatch.h 2024-11-01T16:58:56.2994411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta.h 2024-11-01T16:58:56.2995339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta_dispatch.h 2024-11-01T16:58:56.2996289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_native.h 2024-11-01T16:58:56.2997190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_ops.h 2024-11-01T16:58:56.2998249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift.h 2024-11-01T16:58:56.2999648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.3001119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.3002406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h 2024-11-01T16:58:56.3003492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h 2024-11-01T16:58:56.3004749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta.h 2024-11-01T16:58:56.3008009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h 2024-11-01T16:58:56.3011877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_native.h 2024-11-01T16:58:56.3017480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_ops.h 2024-11-01T16:58:56.3020050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor.h 2024-11-01T16:58:56.3024109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.3028255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.3031863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h 2024-11-01T16:58:56.3035843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h 2024-11-01T16:58:56.3039903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta.h 2024-11-01T16:58:56.3044168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta_dispatch.h 2024-11-01T16:58:56.3048292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_native.h 2024-11-01T16:58:56.3052157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_ops.h 2024-11-01T16:58:56.3055775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window.h 2024-11-01T16:58:56.3059830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.3063367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_native.h 2024-11-01T16:58:56.3067272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_ops.h 2024-11-01T16:58:56.3070972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag.h 2024-11-01T16:58:56.3075286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.3078824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_native.h 2024-11-01T16:58:56.3082479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_ops.h 2024-11-01T16:58:56.3086346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm.h 2024-11-01T16:58:56.3090272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.3093671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_cpu_dispatch.h 2024-11-01T16:58:56.3097595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_cuda_dispatch.h 2024-11-01T16:58:56.3101396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_meta.h 2024-11-01T16:58:56.3105310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_meta_dispatch.h 2024-11-01T16:58:56.3108789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_native.h 2024-11-01T16:58:56.3112269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_ops.h 2024-11-01T16:58:56.3115874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors.h 2024-11-01T16:58:56.3119806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.3123654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_native.h 2024-11-01T16:58:56.3127295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_ops.h 2024-11-01T16:58:56.3131226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to.h 2024-11-01T16:58:56.3135366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.3138877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_native.h 2024-11-01T16:58:56.3142691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_ops.h 2024-11-01T16:58:56.3146836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize.h 2024-11-01T16:58:56.3150893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.3154543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_cpu_dispatch.h 2024-11-01T16:58:56.3158092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_cuda_dispatch.h 2024-11-01T16:58:56.3161939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_native.h 2024-11-01T16:58:56.3165689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_ops.h 2024-11-01T16:58:56.3169181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast.h 2024-11-01T16:58:56.3172888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.3176781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_native.h 2024-11-01T16:58:56.3180651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_ops.h 2024-11-01T16:58:56.3184463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod.h 2024-11-01T16:58:56.3188331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4030038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_native.h 2024-11-01T16:58:56.4033470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_ops.h 2024-11-01T16:58:56.4037334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat.h 2024-11-01T16:58:56.4041137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.4046145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4049822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_cpu_dispatch.h 2024-11-01T16:58:56.4053448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_cuda_dispatch.h 2024-11-01T16:58:56.4056969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_meta.h 2024-11-01T16:58:56.4060556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_meta_dispatch.h 2024-11-01T16:58:56.4064181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_native.h 2024-11-01T16:58:56.4067822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_ops.h 2024-11-01T16:58:56.4071342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy.h 2024-11-01T16:58:56.4075234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4078860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_cpu_dispatch.h 2024-11-01T16:58:56.4082811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_cuda_dispatch.h 2024-11-01T16:58:56.4086453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_meta_dispatch.h 2024-11-01T16:58:56.4128469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_native.h 2024-11-01T16:58:56.4131471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_ops.h 2024-11-01T16:58:56.4135304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices.h 2024-11-01T16:58:56.4139823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4143701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy.h 2024-11-01T16:58:56.4147971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.4151807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4155801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_native.h 2024-11-01T16:58:56.4159087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_ops.h 2024-11-01T16:58:56.4163333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_native.h 2024-11-01T16:58:56.4167794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_ops.h 2024-11-01T16:58:56.4170579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist.h 2024-11-01T16:58:56.4174279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4177597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_native.h 2024-11-01T16:58:56.4181727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_ops.h 2024-11-01T16:58:56.4185249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil.h 2024-11-01T16:58:56.4189198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.4193361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_cpu_dispatch.h 2024-11-01T16:58:56.4197110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_cuda_dispatch.h 2024-11-01T16:58:56.4200948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_meta.h 2024-11-01T16:58:56.4204797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_meta_dispatch.h 2024-11-01T16:58:56.4213807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_native.h 2024-11-01T16:58:56.4214639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_ops.h 2024-11-01T16:58:56.4216065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu.h 2024-11-01T16:58:56.4219939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4223521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_native.h 2024-11-01T16:58:56.4227328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_ops.h 2024-11-01T16:58:56.4231730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul.h 2024-11-01T16:58:56.4235528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4239406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_native.h 2024-11-01T16:58:56.4243145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_ops.h 2024-11-01T16:58:56.4246689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf.h 2024-11-01T16:58:56.4250521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4254138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_native.h 2024-11-01T16:58:56.4257600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_ops.h 2024-11-01T16:58:56.4261355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle.h 2024-11-01T16:58:56.4265409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4268928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h 2024-11-01T16:58:56.4272793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h 2024-11-01T16:58:56.4276393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_native.h 2024-11-01T16:58:56.4280309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_ops.h 2024-11-01T16:58:56.4284087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky.h 2024-11-01T16:58:56.4287535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_cpu_dispatch.h 2024-11-01T16:58:56.4291296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_cuda_dispatch.h 2024-11-01T16:58:56.4295468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse.h 2024-11-01T16:58:56.4298716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h 2024-11-01T16:58:56.4302790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h 2024-11-01T16:58:56.4306488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_native.h 2024-11-01T16:58:56.4310214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_ops.h 2024-11-01T16:58:56.4313931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_native.h 2024-11-01T16:58:56.4317595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_ops.h 2024-11-01T16:58:56.4321347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve.h 2024-11-01T16:58:56.4325606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4329279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_native.h 2024-11-01T16:58:56.4333107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_ops.h 2024-11-01T16:58:56.4337538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized.h 2024-11-01T16:58:56.4341478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4344969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_native.h 2024-11-01T16:58:56.4348621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_ops.h 2024-11-01T16:58:56.4352592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk.h 2024-11-01T16:58:56.4356417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4360141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_native.h 2024-11-01T16:58:56.4363783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_ops.h 2024-11-01T16:58:56.4367519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp.h 2024-11-01T16:58:56.4371512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.4374982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_cpu_dispatch.h 2024-11-01T16:58:56.4378549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_cuda_dispatch.h 2024-11-01T16:58:56.4382035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max.h 2024-11-01T16:58:56.4386005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.4389881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_cpu_dispatch.h 2024-11-01T16:58:56.4393740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_cuda_dispatch.h 2024-11-01T16:58:56.4397283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta.h 2024-11-01T16:58:56.4401232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta_dispatch.h 2024-11-01T16:58:56.4404909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_native.h 2024-11-01T16:58:56.4408503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_ops.h 2024-11-01T16:58:56.4412333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_meta.h 2024-11-01T16:58:56.4415920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_meta_dispatch.h 2024-11-01T16:58:56.4419472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min.h 2024-11-01T16:58:56.4423509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.4427047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_cpu_dispatch.h 2024-11-01T16:58:56.4430677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_cuda_dispatch.h 2024-11-01T16:58:56.4434255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta.h 2024-11-01T16:58:56.4438317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta_dispatch.h 2024-11-01T16:58:56.4442242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_native.h 2024-11-01T16:58:56.4446213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_ops.h 2024-11-01T16:58:56.4449711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_native.h 2024-11-01T16:58:56.4453423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_ops.h 2024-11-01T16:58:56.4457028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip.h 2024-11-01T16:58:56.4461130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4464388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_native.h 2024-11-01T16:58:56.4468370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_ops.h 2024-11-01T16:58:56.4471884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone.h 2024-11-01T16:58:56.4475803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4479590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_native.h 2024-11-01T16:58:56.4483023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_ops.h 2024-11-01T16:58:56.4486987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce.h 2024-11-01T16:58:56.4490619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4494231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_native.h 2024-11-01T16:58:56.4498339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_ops.h 2024-11-01T16:58:56.4501941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im.h 2024-11-01T16:58:56.4505683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_cpu_dispatch.h 2024-11-01T16:58:56.4509861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_cuda_dispatch.h 2024-11-01T16:58:56.4513266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_native.h 2024-11-01T16:58:56.4517011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_ops.h 2024-11-01T16:58:56.4521192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack.h 2024-11-01T16:58:56.4524749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4528479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_native.h 2024-11-01T16:58:56.4532576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_ops.h 2024-11-01T16:58:56.4536095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices.h 2024-11-01T16:58:56.4540360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4544131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy.h 2024-11-01T16:58:56.4549302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.4552265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4556191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_native.h 2024-11-01T16:58:56.4560759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_ops.h 2024-11-01T16:58:56.4563761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_native.h 2024-11-01T16:58:56.4567740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_ops.h 2024-11-01T16:58:56.4572299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations.h 2024-11-01T16:58:56.4575692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4579674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_native.h 2024-11-01T16:58:56.4583763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_ops.h 2024-11-01T16:58:56.4587355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex.h 2024-11-01T16:58:56.4591125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4595341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_cpu_dispatch.h 2024-11-01T16:58:56.4598678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_cuda_dispatch.h 2024-11-01T16:58:56.4602927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_native.h 2024-11-01T16:58:56.4607767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_ops.h 2024-11-01T16:58:56.4612384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat.h 2024-11-01T16:58:56.4615380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate.h 2024-11-01T16:58:56.4619894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4623912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_native.h 2024-11-01T16:58:56.4627482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_ops.h 2024-11-01T16:58:56.4631511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4635190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_native.h 2024-11-01T16:58:56.4639074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_ops.h 2024-11-01T16:58:56.4643161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj.h 2024-11-01T16:58:56.4647298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4650661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_native.h 2024-11-01T16:58:56.4654189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_ops.h 2024-11-01T16:58:56.4657956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical.h 2024-11-01T16:58:56.4661812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4665824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4669560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_cpu_dispatch.h 2024-11-01T16:58:56.4673326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_cuda_dispatch.h 2024-11-01T16:58:56.4677358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_native.h 2024-11-01T16:58:56.4681153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_ops.h 2024-11-01T16:58:56.4685782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd.h 2024-11-01T16:58:56.4688865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4692603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_native.h 2024-11-01T16:58:56.4696753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_ops.h 2024-11-01T16:58:56.4700247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous.h 2024-11-01T16:58:56.4724275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4727667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_native.h 2024-11-01T16:58:56.4731501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_ops.h 2024-11-01T16:58:56.4735731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d.h 2024-11-01T16:58:56.4739456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4743119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_native.h 2024-11-01T16:58:56.4746835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_ops.h 2024-11-01T16:58:56.4750787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d.h 2024-11-01T16:58:56.4754827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4758116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_native.h 2024-11-01T16:58:56.4762391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_ops.h 2024-11-01T16:58:56.4766005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d.h 2024-11-01T16:58:56.4769656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4773176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_native.h 2024-11-01T16:58:56.4777098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_ops.h 2024-11-01T16:58:56.4780970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution.h 2024-11-01T16:58:56.4784864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward.h 2024-11-01T16:58:56.4788804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4792413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_cuda_dispatch.h 2024-11-01T16:58:56.4796503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_native.h 2024-11-01T16:58:56.4800391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_ops.h 2024-11-01T16:58:56.4804514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable.h 2024-11-01T16:58:56.4808490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4812228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_native.h 2024-11-01T16:58:56.4816176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_ops.h 2024-11-01T16:58:56.4820142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4823953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_native.h 2024-11-01T16:58:56.4827814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_ops.h 2024-11-01T16:58:56.4831651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable.h 2024-11-01T16:58:56.4835653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4839345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_native.h 2024-11-01T16:58:56.4843159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_ops.h 2024-11-01T16:58:56.4847168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d.h 2024-11-01T16:58:56.4851260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4854938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h 2024-11-01T16:58:56.4858735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_native.h 2024-11-01T16:58:56.4862577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_ops.h 2024-11-01T16:58:56.4866118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc.h 2024-11-01T16:58:56.4869650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward.h 2024-11-01T16:58:56.4873542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4877950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_native.h 2024-11-01T16:58:56.4881850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_ops.h 2024-11-01T16:58:56.4885774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4889303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_native.h 2024-11-01T16:58:56.4893023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_ops.h 2024-11-01T16:58:56.4897076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d.h 2024-11-01T16:58:56.4900987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4904706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_native.h 2024-11-01T16:58:56.4908408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_ops.h 2024-11-01T16:58:56.4912068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d.h 2024-11-01T16:58:56.4916208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4920012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_native.h 2024-11-01T16:58:56.4923908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_ops.h 2024-11-01T16:58:56.4927871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d.h 2024-11-01T16:58:56.4932034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.4936208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_native.h 2024-11-01T16:58:56.4939620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_ops.h 2024-11-01T16:58:56.4943231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy.h 2024-11-01T16:58:56.4946806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign.h 2024-11-01T16:58:56.4950490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.4954215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4957809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_cpu_dispatch.h 2024-11-01T16:58:56.4961741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_cuda_dispatch.h 2024-11-01T16:58:56.4965650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_meta.h 2024-11-01T16:58:56.4969438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_meta_dispatch.h 2024-11-01T16:58:56.4973140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_native.h 2024-11-01T16:58:56.4976852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_ops.h 2024-11-01T16:58:56.4981469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.4985166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.4988759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_meta_dispatch.h 2024-11-01T16:58:56.4992473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_native.h 2024-11-01T16:58:56.4995870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_ops.h 2024-11-01T16:58:56.4999537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse.h 2024-11-01T16:58:56.5003575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5007364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h 2024-11-01T16:58:56.5011035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_native.h 2024-11-01T16:58:56.5014909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_ops.h 2024-11-01T16:58:56.5018769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef.h 2024-11-01T16:58:56.5022413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5026124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_native.h 2024-11-01T16:58:56.5030551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_ops.h 2024-11-01T16:58:56.5034200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos.h 2024-11-01T16:58:56.5037716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh.h 2024-11-01T16:58:56.5041934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.5045298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_cpu_dispatch.h 2024-11-01T16:58:56.5049141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_cuda_dispatch.h 2024-11-01T16:58:56.5052996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_meta.h 2024-11-01T16:58:56.5056559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_meta_dispatch.h 2024-11-01T16:58:56.5060331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_native.h 2024-11-01T16:58:56.5105780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_ops.h 2024-11-01T16:58:56.5109363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss.h 2024-11-01T16:58:56.5113347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5117154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_native.h 2024-11-01T16:58:56.5120984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_ops.h 2024-11-01T16:58:56.5125189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity.h 2024-11-01T16:58:56.5129327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5133559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_native.h 2024-11-01T16:58:56.5137252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_ops.h 2024-11-01T16:58:56.5141787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.5145676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_cpu_dispatch.h 2024-11-01T16:58:56.5149261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_cuda_dispatch.h 2024-11-01T16:58:56.5153341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_meta.h 2024-11-01T16:58:56.5157052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_meta_dispatch.h 2024-11-01T16:58:56.5160839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_native.h 2024-11-01T16:58:56.5164988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_ops.h 2024-11-01T16:58:56.5168444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero.h 2024-11-01T16:58:56.5172268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5176354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cpu_dispatch.h 2024-11-01T16:58:56.5180273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cuda_dispatch.h 2024-11-01T16:58:56.5183836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_native.h 2024-11-01T16:58:56.5188361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_ops.h 2024-11-01T16:58:56.5192664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov.h 2024-11-01T16:58:56.5196379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5199943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_native.h 2024-11-01T16:58:56.5203591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_ops.h 2024-11-01T16:58:56.5207117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross.h 2024-11-01T16:58:56.5210834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5214522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss.h 2024-11-01T16:58:56.5220214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5224455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_native.h 2024-11-01T16:58:56.5228381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_ops.h 2024-11-01T16:58:56.5232467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_native.h 2024-11-01T16:58:56.5236995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_ops.h 2024-11-01T16:58:56.5241418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices.h 2024-11-01T16:58:56.5245878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5249850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy.h 2024-11-01T16:58:56.5254156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.5257989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5261681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_native.h 2024-11-01T16:58:56.5265553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_ops.h 2024-11-01T16:58:56.5269504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_native.h 2024-11-01T16:58:56.5273437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_ops.h 2024-11-01T16:58:56.5277266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss.h 2024-11-01T16:58:56.5281004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5285091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_native.h 2024-11-01T16:58:56.5288924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_ops.h 2024-11-01T16:58:56.5292747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator.h 2024-11-01T16:58:56.5319055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h 2024-11-01T16:58:56.5323277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5327240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h 2024-11-01T16:58:56.5330976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h 2024-11-01T16:58:56.5334960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h 2024-11-01T16:58:56.5338991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5342754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h 2024-11-01T16:58:56.5346805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_native.h 2024-11-01T16:58:56.5350974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h 2024-11-01T16:58:56.5355118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm.h 2024-11-01T16:58:56.5358971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward.h 2024-11-01T16:58:56.5363393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5367114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h 2024-11-01T16:58:56.5371301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_native.h 2024-11-01T16:58:56.5374977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h 2024-11-01T16:58:56.5379408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5391831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h 2024-11-01T16:58:56.5393099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_native.h 2024-11-01T16:58:56.5394072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_ops.h 2024-11-01T16:58:56.5395272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution.h 2024-11-01T16:58:56.5398858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu.h 2024-11-01T16:58:56.5402912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5406891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h 2024-11-01T16:58:56.5410709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_native.h 2024-11-01T16:58:56.5414794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h 2024-11-01T16:58:56.5418667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h 2024-11-01T16:58:56.5422370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_native.h 2024-11-01T16:58:56.5426317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_ops.h 2024-11-01T16:58:56.5430402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu.h 2024-11-01T16:58:56.5434350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5438793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h 2024-11-01T16:58:56.5442580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_native.h 2024-11-01T16:58:56.5446842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_ops.h 2024-11-01T16:58:56.5450838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose.h 2024-11-01T16:58:56.5454826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5458819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h 2024-11-01T16:58:56.5462835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_native.h 2024-11-01T16:58:56.5466553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_ops.h 2024-11-01T16:58:56.5470360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler.h 2024-11-01T16:58:56.5474532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward.h 2024-11-01T16:58:56.5478630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5482942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h 2024-11-01T16:58:56.5486802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h 2024-11-01T16:58:56.5490774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h 2024-11-01T16:58:56.5494921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5498717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h 2024-11-01T16:58:56.5502931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_native.h 2024-11-01T16:58:56.5507029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_ops.h 2024-11-01T16:58:56.5510953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable.h 2024-11-01T16:58:56.5515566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5519294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_native.h 2024-11-01T16:58:56.5523190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_ops.h 2024-11-01T16:58:56.5527031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax.h 2024-11-01T16:58:56.5530807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward.h 2024-11-01T16:58:56.5535126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5538730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_native.h 2024-11-01T16:58:56.5543159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_ops.h 2024-11-01T16:58:56.5548119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5552203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5555748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_native.h 2024-11-01T16:58:56.5559918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_ops.h 2024-11-01T16:58:56.5563938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin.h 2024-11-01T16:58:56.5567593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5571744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5575389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_native.h 2024-11-01T16:58:56.5579205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_ops.h 2024-11-01T16:58:56.5582760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod.h 2024-11-01T16:58:56.5586236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward.h 2024-11-01T16:58:56.5590614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5594196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_native.h 2024-11-01T16:58:56.5598118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_ops.h 2024-11-01T16:58:56.5602457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.5606669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5610334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_cpu_dispatch.h 2024-11-01T16:58:56.5614356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_cuda_dispatch.h 2024-11-01T16:58:56.5618444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_meta.h 2024-11-01T16:58:56.5622290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_meta_dispatch.h 2024-11-01T16:58:56.5625930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_native.h 2024-11-01T16:58:56.5630034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_ops.h 2024-11-01T16:58:56.5633894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum.h 2024-11-01T16:58:56.5638083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.5641969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5645773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_cpu_dispatch.h 2024-11-01T16:58:56.5649613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_cuda_dispatch.h 2024-11-01T16:58:56.5653752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_meta.h 2024-11-01T16:58:56.5658143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_meta_dispatch.h 2024-11-01T16:58:56.5661994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_native.h 2024-11-01T16:58:56.5665657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_ops.h 2024-11-01T16:58:56.5669400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid.h 2024-11-01T16:58:56.5673781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5677470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_native.h 2024-11-01T16:58:56.5681672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_ops.h 2024-11-01T16:58:56.5685426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data.h 2024-11-01T16:58:56.5689142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5692660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_native.h 2024-11-01T16:58:56.5696615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_ops.h 2024-11-01T16:58:56.5700810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad.h 2024-11-01T16:58:56.5704494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5708044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_native.h 2024-11-01T16:58:56.5712662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_ops.h 2024-11-01T16:58:56.5716190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim.h 2024-11-01T16:58:56.5720686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5724330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_native.h 2024-11-01T16:58:56.5728454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_ops.h 2024-11-01T16:58:56.5744260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize.h 2024-11-01T16:58:56.5745367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5746504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_cpu_dispatch.h 2024-11-01T16:58:56.5747513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_cuda_dispatch.h 2024-11-01T16:58:56.5749939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_native.h 2024-11-01T16:58:56.5753393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_ops.h 2024-11-01T16:58:56.5757405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det.h 2024-11-01T16:58:56.5761114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach.h 2024-11-01T16:58:56.5765025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5769022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy.h 2024-11-01T16:58:56.5773189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.5777023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5781079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_native.h 2024-11-01T16:58:56.5784548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_ops.h 2024-11-01T16:58:56.5788492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_native.h 2024-11-01T16:58:56.5792164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_ops.h 2024-11-01T16:58:56.5796350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5800584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_native.h 2024-11-01T16:58:56.5804174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_ops.h 2024-11-01T16:58:56.5807597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag.h 2024-11-01T16:58:56.5811156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat.h 2024-11-01T16:58:56.5814882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5818688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_native.h 2024-11-01T16:58:56.5822414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_ops.h 2024-11-01T16:58:56.5826501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal.h 2024-11-01T16:58:56.5829943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward.h 2024-11-01T16:58:56.5834050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5837679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_native.h 2024-11-01T16:58:56.5841590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_ops.h 2024-11-01T16:58:56.5845636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5849790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5853222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy.h 2024-11-01T16:58:56.5857242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.5861113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5871659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_native.h 2024-11-01T16:58:56.5876329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_ops.h 2024-11-01T16:58:56.5881224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_native.h 2024-11-01T16:58:56.5885447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_ops.h 2024-11-01T16:58:56.5889374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter.h 2024-11-01T16:58:56.5893690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.5897770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5901534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_native.h 2024-11-01T16:58:56.5905753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_ops.h 2024-11-01T16:58:56.5909831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5913662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed.h 2024-11-01T16:58:56.5917885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.5921949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.5925987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_native.h 2024-11-01T16:58:56.5929957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_ops.h 2024-11-01T16:58:56.5933727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_native.h 2024-11-01T16:58:56.5937561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_ops.h 2024-11-01T16:58:56.5941235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff.h 2024-11-01T16:58:56.5945011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.5948945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_native.h 2024-11-01T16:58:56.5952851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_ops.h 2024-11-01T16:58:56.5956546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma.h 2024-11-01T16:58:56.5960451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.5964381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_cpu_dispatch.h 2024-11-01T16:58:56.5968323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_cuda_dispatch.h 2024-11-01T16:58:56.5971995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_meta.h 2024-11-01T16:58:56.5975867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_meta_dispatch.h 2024-11-01T16:58:56.5981644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_native.h 2024-11-01T16:58:56.5986601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_ops.h 2024-11-01T16:58:56.5990959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist.h 2024-11-01T16:58:56.5997582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.6003153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_native.h 2024-11-01T16:58:56.6008828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_ops.h 2024-11-01T16:58:56.6014021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div.h 2024-11-01T16:58:56.6019780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide.h 2024-11-01T16:58:56.6025586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.6029941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_native.h 2024-11-01T16:58:56.6034327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_ops.h 2024-11-01T16:58:56.6039469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.6043696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.6048104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_cpu_dispatch.h 2024-11-01T16:58:56.6052600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_cuda_dispatch.h 2024-11-01T16:58:56.6056485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_meta.h 2024-11-01T16:58:56.6060060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_meta_dispatch.h 2024-11-01T16:58:56.6064593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_native.h 2024-11-01T16:58:56.6068598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_ops.h 2024-11-01T16:58:56.6072395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot.h 2024-11-01T16:58:56.6076129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.6080661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_cpu_dispatch.h 2024-11-01T16:58:56.6084529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_cuda_dispatch.h 2024-11-01T16:58:56.6088190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_native.h 2024-11-01T16:58:56.6092138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_ops.h 2024-11-01T16:58:56.6095679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout.h 2024-11-01T16:58:56.6099331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.6103579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_native.h 2024-11-01T16:58:56.6107260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_ops.h 2024-11-01T16:58:56.6112237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit.h 2024-11-01T16:58:56.6116373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.6120566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_native.h 2024-11-01T16:58:56.6124435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_ops.h 2024-11-01T16:58:56.6128556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack.h 2024-11-01T16:58:56.6132841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.6136724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_native.h 2024-11-01T16:58:56.6140426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_ops.h 2024-11-01T16:58:56.6144520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum.h 2024-11-01T16:58:56.6148344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.6152138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_native.h 2024-11-01T16:58:56.6156112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_ops.h 2024-11-01T16:58:56.6159873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu.h 2024-11-01T16:58:56.6163664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward.h 2024-11-01T16:58:56.6576868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.6580310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_cpu_dispatch.h 2024-11-01T16:58:56.6583942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_cuda_dispatch.h 2024-11-01T16:58:56.6587640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta.h 2024-11-01T16:58:56.6591456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta_dispatch.h 2024-11-01T16:58:56.6595135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_native.h 2024-11-01T16:58:56.6599204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_ops.h 2024-11-01T16:58:56.6603706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.6607242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_cpu_dispatch.h 2024-11-01T16:58:56.6610863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_cuda_dispatch.h 2024-11-01T16:58:56.6614471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_meta.h 2024-11-01T16:58:56.6618008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_meta_dispatch.h 2024-11-01T16:58:56.6621694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_native.h 2024-11-01T16:58:56.6625315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_ops.h 2024-11-01T16:58:56.6628866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding.h 2024-11-01T16:58:56.6632701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward.h 2024-11-01T16:58:56.6636768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.6640560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_native.h 2024-11-01T16:58:56.6645050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_ops.h 2024-11-01T16:58:56.6648807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag.h 2024-11-01T16:58:56.6652850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.6656644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_native.h 2024-11-01T16:58:56.6660440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_ops.h 2024-11-01T16:58:56.6665178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.6669442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward.h 2024-11-01T16:58:56.6673531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.6677224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h 2024-11-01T16:58:56.6681191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h 2024-11-01T16:58:56.6685505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_native.h 2024-11-01T16:58:56.6689318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_ops.h 2024-11-01T16:58:56.6693430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_native.h 2024-11-01T16:58:56.6697124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_ops.h 2024-11-01T16:58:56.6700973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm.h 2024-11-01T16:58:56.6704982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.6708805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h 2024-11-01T16:58:56.6712662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h 2024-11-01T16:58:56.6716573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_meta_dispatch.h 2024-11-01T16:58:56.6720290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_native.h 2024-11-01T16:58:56.6724132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_ops.h 2024-11-01T16:58:56.6727982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward.h 2024-11-01T16:58:56.6732061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.6735925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_native.h 2024-11-01T16:58:56.6739713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_ops.h 2024-11-01T16:58:56.6743847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty.h 2024-11-01T16:58:56.6747606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.6751323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.6754924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_cpu_dispatch.h 2024-11-01T16:58:56.6759044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_cuda_dispatch.h 2024-11-01T16:58:56.6762882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like.h 2024-11-01T16:58:56.6768923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.6772755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_native.h 2024-11-01T16:58:56.6777077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_ops.h 2024-11-01T16:58:56.6781070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_meta_dispatch.h 2024-11-01T16:58:56.6784866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_native.h 2024-11-01T16:58:56.6789174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_ops.h 2024-11-01T16:58:56.6793121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted.h 2024-11-01T16:58:56.6797497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.6801237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_native.h 2024-11-01T16:58:56.6806146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_ops.h 2024-11-01T16:58:56.6810052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized.h 2024-11-01T16:58:56.6814178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.6818177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_native.h 2024-11-01T16:58:56.6822002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_ops.h 2024-11-01T16:58:56.6826235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided.h 2024-11-01T16:58:56.6830966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.6834429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_cpu_dispatch.h 2024-11-01T16:58:56.6838486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_cuda_dispatch.h 2024-11-01T16:58:56.6843304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_meta_dispatch.h 2024-11-01T16:58:56.6847354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_native.h 2024-11-01T16:58:56.6851173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_ops.h 2024-11-01T16:58:56.6854826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq.h 2024-11-01T16:58:56.6858634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal.h 2024-11-01T16:58:56.6862167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_cpu_dispatch.h 2024-11-01T16:58:56.6866423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_cuda_dispatch.h 2024-11-01T16:58:56.6879164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_native.h 2024-11-01T16:58:56.6884328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_ops.h 2024-11-01T16:58:56.6890033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.6894898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_cpu_dispatch.h 2024-11-01T16:58:56.6900146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_cuda_dispatch.h 2024-11-01T16:58:56.6905114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_meta.h 2024-11-01T16:58:56.6908751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_meta_dispatch.h 2024-11-01T16:58:56.6913710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_native.h 2024-11-01T16:58:56.6918807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_ops.h 2024-11-01T16:58:56.6923665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf.h 2024-11-01T16:58:56.6927271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc.h 2024-11-01T16:58:56.6932796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.8343859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_cpu_dispatch.h 2024-11-01T16:58:56.8348897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_cuda_dispatch.h 2024-11-01T16:58:56.8353077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_meta.h 2024-11-01T16:58:56.8357282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_meta_dispatch.h 2024-11-01T16:58:56.8361497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_native.h 2024-11-01T16:58:56.8365276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_ops.h 2024-11-01T16:58:56.8368920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv.h 2024-11-01T16:58:56.8372815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.8376413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_cpu_dispatch.h 2024-11-01T16:58:56.8380208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_cuda_dispatch.h 2024-11-01T16:58:56.8383781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_meta.h 2024-11-01T16:58:56.8387473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_meta_dispatch.h 2024-11-01T16:58:56.8392085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_native.h 2024-11-01T16:58:56.8395891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_ops.h 2024-11-01T16:58:56.8400463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.8404524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_cpu_dispatch.h 2024-11-01T16:58:56.8408344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_cuda_dispatch.h 2024-11-01T16:58:56.8412045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_meta.h 2024-11-01T16:58:56.8415724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_meta_dispatch.h 2024-11-01T16:58:56.8419497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_native.h 2024-11-01T16:58:56.8423388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_ops.h 2024-11-01T16:58:56.8426955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp.h 2024-11-01T16:58:56.8430713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2.h 2024-11-01T16:58:56.8434538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.8438037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_cpu_dispatch.h 2024-11-01T16:58:56.8441960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_cuda_dispatch.h 2024-11-01T16:58:56.8445716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_meta.h 2024-11-01T16:58:56.8449385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_meta_dispatch.h 2024-11-01T16:58:56.8453057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_native.h 2024-11-01T16:58:56.8456582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_ops.h 2024-11-01T16:58:56.8460085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand.h 2024-11-01T16:58:56.8463495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as.h 2024-11-01T16:58:56.8467453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8470948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_native.h 2024-11-01T16:58:56.8474535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_ops.h 2024-11-01T16:58:56.8478459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.8482056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy.h 2024-11-01T16:58:56.8486130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.8490098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.8493772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_native.h 2024-11-01T16:58:56.8497685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_ops.h 2024-11-01T16:58:56.8501796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_native.h 2024-11-01T16:58:56.8505426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_ops.h 2024-11-01T16:58:56.8509096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1.h 2024-11-01T16:58:56.8513629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.8517376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_cpu_dispatch.h 2024-11-01T16:58:56.8521095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_cuda_dispatch.h 2024-11-01T16:58:56.8524867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_meta.h 2024-11-01T16:58:56.8528571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_meta_dispatch.h 2024-11-01T16:58:56.8532415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_native.h 2024-11-01T16:58:56.8535961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_ops.h 2024-11-01T16:58:56.8539723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential.h 2024-11-01T16:58:56.8543788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.8548665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_cpu_dispatch.h 2024-11-01T16:58:56.8552601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_cuda_dispatch.h 2024-11-01T16:58:56.8557837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_meta_dispatch.h 2024-11-01T16:58:56.8563004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_native.h 2024-11-01T16:58:56.8568024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_ops.h 2024-11-01T16:58:56.8573347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.8578334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_cpu_dispatch.h 2024-11-01T16:58:56.8582172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_cuda_dispatch.h 2024-11-01T16:58:56.8586964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_meta.h 2024-11-01T16:58:56.8591714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_meta_dispatch.h 2024-11-01T16:58:56.8596697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_native.h 2024-11-01T16:58:56.8601857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_ops.h 2024-11-01T16:58:56.8605087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye.h 2024-11-01T16:58:56.8610096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.8615108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_cpu_dispatch.h 2024-11-01T16:58:56.8619919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_cuda_dispatch.h 2024-11-01T16:58:56.8624735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_meta_dispatch.h 2024-11-01T16:58:56.8628526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_native.h 2024-11-01T16:58:56.8633442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_ops.h 2024-11-01T16:58:56.8638544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine.h 2024-11-01T16:58:56.8644090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h 2024-11-01T16:58:56.8649411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h 2024-11-01T16:58:56.8654907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8658821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h 2024-11-01T16:58:56.8663943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h 2024-11-01T16:58:56.8669702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.8675000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h 2024-11-01T16:58:56.8680253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h 2024-11-01T16:58:56.8685417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h 2024-11-01T16:58:56.8690688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h 2024-11-01T16:58:56.8696278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8701297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h 2024-11-01T16:58:56.8705360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h 2024-11-01T16:58:56.8710406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine.h 2024-11-01T16:58:56.8715594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h 2024-11-01T16:58:56.8721048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h 2024-11-01T16:58:56.8726638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8731780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h 2024-11-01T16:58:56.8737134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h 2024-11-01T16:58:56.8761432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.8767116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h 2024-11-01T16:58:56.8772627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h 2024-11-01T16:58:56.8776720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h 2024-11-01T16:58:56.8782260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h 2024-11-01T16:58:56.8788173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8792020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h 2024-11-01T16:58:56.8797639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h 2024-11-01T16:58:56.8801661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight.h 2024-11-01T16:58:56.8805780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8809829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h 2024-11-01T16:58:56.8815565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8819383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h 2024-11-01T16:58:56.8823338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h 2024-11-01T16:58:56.8827214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h 2024-11-01T16:58:56.8831316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h 2024-11-01T16:58:56.8835192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight.h 2024-11-01T16:58:56.8839356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8849568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h 2024-11-01T16:58:56.8854030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8858511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h 2024-11-01T16:58:56.8862490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h 2024-11-01T16:58:56.8866331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h 2024-11-01T16:58:56.8870184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h 2024-11-01T16:58:56.8874009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight.h 2024-11-01T16:58:56.8878147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8882191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h 2024-11-01T16:58:56.8886143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h 2024-11-01T16:58:56.8890069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h 2024-11-01T16:58:56.8895696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8901886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h 2024-11-01T16:58:56.8904844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h 2024-11-01T16:58:56.8908910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h 2024-11-01T16:58:56.8912879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8916608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h 2024-11-01T16:58:56.8920489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h 2024-11-01T16:58:56.8924452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout.h 2024-11-01T16:58:56.8928672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8932343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_native.h 2024-11-01T16:58:56.8936184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_ops.h 2024-11-01T16:58:56.8940183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout.h 2024-11-01T16:58:56.8944255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8947928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_native.h 2024-11-01T16:58:56.8952407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_ops.h 2024-11-01T16:58:56.8956179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft.h 2024-11-01T16:58:56.8959576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2.h 2024-11-01T16:58:56.8963374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8967231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_native.h 2024-11-01T16:58:56.8970892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_ops.h 2024-11-01T16:58:56.8974696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq.h 2024-11-01T16:58:56.8978764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.8982367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_native.h 2024-11-01T16:58:56.8986045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_ops.h 2024-11-01T16:58:56.8990161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn.h 2024-11-01T16:58:56.8993859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.8997534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_native.h 2024-11-01T16:58:56.9001294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_ops.h 2024-11-01T16:58:56.9005237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift.h 2024-11-01T16:58:56.9009398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9013118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_native.h 2024-11-01T16:58:56.9016868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_ops.h 2024-11-01T16:58:56.9020784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9024403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_native.h 2024-11-01T16:58:56.9028068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_ops.h 2024-11-01T16:58:56.9031762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft.h 2024-11-01T16:58:56.9035120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2.h 2024-11-01T16:58:56.9039133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9042846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_native.h 2024-11-01T16:58:56.9046554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_ops.h 2024-11-01T16:58:56.9051488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn.h 2024-11-01T16:58:56.9055624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9059770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_native.h 2024-11-01T16:58:56.9063676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_ops.h 2024-11-01T16:58:56.9067781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9071438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_native.h 2024-11-01T16:58:56.9075468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_ops.h 2024-11-01T16:58:56.9079232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft.h 2024-11-01T16:58:56.9082705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2.h 2024-11-01T16:58:56.9113384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9117000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_native.h 2024-11-01T16:58:56.9120702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_ops.h 2024-11-01T16:58:56.9124665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn.h 2024-11-01T16:58:56.9128665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9132326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_native.h 2024-11-01T16:58:56.9136169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_ops.h 2024-11-01T16:58:56.9139897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift.h 2024-11-01T16:58:56.9143743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9147697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_native.h 2024-11-01T16:58:56.9151695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_ops.h 2024-11-01T16:58:56.9156252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9159894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_native.h 2024-11-01T16:58:56.9163822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_ops.h 2024-11-01T16:58:56.9167587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft.h 2024-11-01T16:58:56.9171202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2.h 2024-11-01T16:58:56.9175201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9179134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_native.h 2024-11-01T16:58:56.9182871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_ops.h 2024-11-01T16:58:56.9186777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn.h 2024-11-01T16:58:56.9190758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9194898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_native.h 2024-11-01T16:58:56.9198693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_ops.h 2024-11-01T16:58:56.9203249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9208156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_native.h 2024-11-01T16:58:56.9213600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_ops.h 2024-11-01T16:58:56.9216715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft.h 2024-11-01T16:58:56.9221115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2.h 2024-11-01T16:58:56.9225145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9228753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_native.h 2024-11-01T16:58:56.9232648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_ops.h 2024-11-01T16:58:56.9236896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn.h 2024-11-01T16:58:56.9241140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9245532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_native.h 2024-11-01T16:58:56.9249906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_ops.h 2024-11-01T16:58:56.9254546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9259934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_native.h 2024-11-01T16:58:56.9264713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_ops.h 2024-11-01T16:58:56.9269023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft.h 2024-11-01T16:58:56.9272508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2.h 2024-11-01T16:58:56.9276641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9280244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_native.h 2024-11-01T16:58:56.9284262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_ops.h 2024-11-01T16:58:56.9287946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq.h 2024-11-01T16:58:56.9292079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.9296465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_native.h 2024-11-01T16:58:56.9300235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_ops.h 2024-11-01T16:58:56.9304586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn.h 2024-11-01T16:58:56.9308539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9312604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_native.h 2024-11-01T16:58:56.9316304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_ops.h 2024-11-01T16:58:56.9320675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9324202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_native.h 2024-11-01T16:58:56.9328538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_ops.h 2024-11-01T16:58:56.9332354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill.h 2024-11-01T16:58:56.9336005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.9339528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_cpu_dispatch.h 2024-11-01T16:58:56.9343168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_cuda_dispatch.h 2024-11-01T16:58:56.9346944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal.h 2024-11-01T16:58:56.9351091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9354693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_native.h 2024-11-01T16:58:56.9358330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_ops.h 2024-11-01T16:58:56.9362409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_meta_dispatch.h 2024-11-01T16:58:56.9366047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_native.h 2024-11-01T16:58:56.9369695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_ops.h 2024-11-01T16:58:56.9372972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix.h 2024-11-01T16:58:56.9376609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9380051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_native.h 2024-11-01T16:58:56.9383636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_ops.h 2024-11-01T16:58:56.9387079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten.h 2024-11-01T16:58:56.9390847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9394413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors.h 2024-11-01T16:58:56.9398508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9402020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_native.h 2024-11-01T16:58:56.9406561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_ops.h 2024-11-01T16:58:56.9410036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_native.h 2024-11-01T16:58:56.9413706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_ops.h 2024-11-01T16:58:56.9417667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip.h 2024-11-01T16:58:56.9421293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr.h 2024-11-01T16:58:56.9425036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9428604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_native.h 2024-11-01T16:58:56.9432528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_ops.h 2024-11-01T16:58:56.9436109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud.h 2024-11-01T16:58:56.9439731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9443395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_native.h 2024-11-01T16:58:56.9447539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_ops.h 2024-11-01T16:58:56.9451411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.9454962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_cpu_dispatch.h 2024-11-01T16:58:56.9458655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_cuda_dispatch.h 2024-11-01T16:58:56.9462410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_native.h 2024-11-01T16:58:56.9465876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_ops.h 2024-11-01T16:58:56.9469250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power.h 2024-11-01T16:58:56.9473180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9476808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_native.h 2024-11-01T16:58:56.9480481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_ops.h 2024-11-01T16:58:56.9484191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor.h 2024-11-01T16:58:56.9488301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.9491717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_cpu_dispatch.h 2024-11-01T16:58:56.9495833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_cuda_dispatch.h 2024-11-01T16:58:56.9499782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide.h 2024-11-01T16:58:56.9503991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.9507618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_cpu_dispatch.h 2024-11-01T16:58:56.9511232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_cuda_dispatch.h 2024-11-01T16:58:56.9515019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_meta_dispatch.h 2024-11-01T16:58:56.9518781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_native.h 2024-11-01T16:58:56.9522622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_ops.h 2024-11-01T16:58:56.9526860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_meta.h 2024-11-01T16:58:56.9530770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_meta_dispatch.h 2024-11-01T16:58:56.9534460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_native.h 2024-11-01T16:58:56.9538866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_ops.h 2024-11-01T16:58:56.9542730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax.h 2024-11-01T16:58:56.9546509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.9550385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_cpu_dispatch.h 2024-11-01T16:58:56.9554021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_cuda_dispatch.h 2024-11-01T16:58:56.9557817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_meta.h 2024-11-01T16:58:56.9561427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_meta_dispatch.h 2024-11-01T16:58:56.9565254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_native.h 2024-11-01T16:58:56.9568698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_ops.h 2024-11-01T16:58:56.9572212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin.h 2024-11-01T16:58:56.9575989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.9579415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_cpu_dispatch.h 2024-11-01T16:58:56.9583498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_cuda_dispatch.h 2024-11-01T16:58:56.9587360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_meta.h 2024-11-01T16:58:56.9612335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_meta_dispatch.h 2024-11-01T16:58:56.9616118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_native.h 2024-11-01T16:58:56.9619717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_ops.h 2024-11-01T16:58:56.9623243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod.h 2024-11-01T16:58:56.9627083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.9630686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.9634736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_cpu_dispatch.h 2024-11-01T16:58:56.9638687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_cuda_dispatch.h 2024-11-01T16:58:56.9642420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_meta.h 2024-11-01T16:58:56.9646205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_meta_dispatch.h 2024-11-01T16:58:56.9650057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_native.h 2024-11-01T16:58:56.9653578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_ops.h 2024-11-01T16:58:56.9656973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac.h 2024-11-01T16:58:56.9661066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d.h 2024-11-01T16:58:56.9665204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward.h 2024-11-01T16:58:56.9669548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.9673274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h 2024-11-01T16:58:56.9677110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h 2024-11-01T16:58:56.9681105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h 2024-11-01T16:58:56.9685199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h 2024-11-01T16:58:56.9689358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_native.h 2024-11-01T16:58:56.9693168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h 2024-11-01T16:58:56.9697365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.9701304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h 2024-11-01T16:58:56.9705026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h 2024-11-01T16:58:56.9708895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta.h 2024-11-01T16:58:56.9713158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h 2024-11-01T16:58:56.9716994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_native.h 2024-11-01T16:58:56.9720853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_ops.h 2024-11-01T16:58:56.9724858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d.h 2024-11-01T16:58:56.9728785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward.h 2024-11-01T16:58:56.9732816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h 2024-11-01T16:58:56.9737371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h 2024-11-01T16:58:56.9741334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_native.h 2024-11-01T16:58:56.9745310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h 2024-11-01T16:58:56.9754587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.9755950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h 2024-11-01T16:58:56.9759164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h 2024-11-01T16:58:56.9762916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta.h 2024-11-01T16:58:56.9766899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h 2024-11-01T16:58:56.9770688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_native.h 2024-11-01T16:58:56.9774501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_ops.h 2024-11-01T16:58:56.9778935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.9782503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_cpu_dispatch.h 2024-11-01T16:58:56.9786129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_cuda_dispatch.h 2024-11-01T16:58:56.9789919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_meta.h 2024-11-01T16:58:56.9793593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_meta_dispatch.h 2024-11-01T16:58:56.9797255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_native.h 2024-11-01T16:58:56.9800725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_ops.h 2024-11-01T16:58:56.9804369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp.h 2024-11-01T16:58:56.9807984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.9811625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_cpu_dispatch.h 2024-11-01T16:58:56.9815251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_cuda_dispatch.h 2024-11-01T16:58:56.9818835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_native.h 2024-11-01T16:58:56.9822414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_ops.h 2024-11-01T16:58:56.9826050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm.h 2024-11-01T16:58:56.9830463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9833548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_native.h 2024-11-01T16:58:56.9837381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_ops.h 2024-11-01T16:58:56.9841103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_blob.h 2024-11-01T16:58:56.9844740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file.h 2024-11-01T16:58:56.9848570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.9852512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_cpu_dispatch.h 2024-11-01T16:58:56.9856169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_native.h 2024-11-01T16:58:56.9859856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_ops.h 2024-11-01T16:58:56.9863457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full.h 2024-11-01T16:58:56.9867109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.9871217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like.h 2024-11-01T16:58:56.9874975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:56.9878456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_native.h 2024-11-01T16:58:56.9882392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_ops.h 2024-11-01T16:58:56.9886008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_native.h 2024-11-01T16:58:56.9889508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_ops.h 2024-11-01T16:58:56.9893181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h 2024-11-01T16:58:56.9897392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9901077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h 2024-11-01T16:58:56.9904928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h 2024-11-01T16:58:56.9908484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather.h 2024-11-01T16:58:56.9911966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward.h 2024-11-01T16:58:56.9915823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9919462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_native.h 2024-11-01T16:58:56.9923206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_ops.h 2024-11-01T16:58:56.9927212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.9930963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:56.9934697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_cpu_dispatch.h 2024-11-01T16:58:56.9938364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_cuda_dispatch.h 2024-11-01T16:58:56.9942399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_meta.h 2024-11-01T16:58:56.9946297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_meta_dispatch.h 2024-11-01T16:58:56.9949894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_native.h 2024-11-01T16:58:56.9954260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_ops.h 2024-11-01T16:58:56.9957890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd.h 2024-11-01T16:58:56.9961790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:56.9965219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_cpu_dispatch.h 2024-11-01T16:58:56.9968966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_cuda_dispatch.h 2024-11-01T16:58:56.9972434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_meta.h 2024-11-01T16:58:56.9976578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_meta_dispatch.h 2024-11-01T16:58:56.9980475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_native.h 2024-11-01T16:58:56.9984086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_ops.h 2024-11-01T16:58:56.9987850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge.h 2024-11-01T16:58:56.9991250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu.h 2024-11-01T16:58:56.9994903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward.h 2024-11-01T16:58:56.9998981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.0002643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cpu_dispatch.h 2024-11-01T16:58:57.0006685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cuda_dispatch.h 2024-11-01T16:58:57.0011069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta.h 2024-11-01T16:58:57.0015462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta_dispatch.h 2024-11-01T16:58:57.0018927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_native.h 2024-11-01T16:58:57.0022665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_ops.h 2024-11-01T16:58:57.0026832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.0030386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_cpu_dispatch.h 2024-11-01T16:58:57.0034317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_cuda_dispatch.h 2024-11-01T16:58:57.0038052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_meta.h 2024-11-01T16:58:57.0041760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_meta_dispatch.h 2024-11-01T16:58:57.0045913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_native.h 2024-11-01T16:58:57.0049565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_ops.h 2024-11-01T16:58:57.0052976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric.h 2024-11-01T16:58:57.0056863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.0060634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_cpu_dispatch.h 2024-11-01T16:58:57.0064870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_cuda_dispatch.h 2024-11-01T16:58:57.0068749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_meta_dispatch.h 2024-11-01T16:58:57.0073108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_native.h 2024-11-01T16:58:57.0077739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_ops.h 2024-11-01T16:58:57.0081469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf.h 2024-11-01T16:58:57.0085152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_cpu_dispatch.h 2024-11-01T16:58:57.0088893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_cuda_dispatch.h 2024-11-01T16:58:57.0092605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_native.h 2024-11-01T16:58:57.0096656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_ops.h 2024-11-01T16:58:57.0100268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger.h 2024-11-01T16:58:57.0104381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.0108463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_native.h 2024-11-01T16:58:57.0112523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_ops.h 2024-11-01T16:58:57.0115990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.0119499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_cpu_dispatch.h 2024-11-01T16:58:57.0640972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_cuda_dispatch.h 2024-11-01T16:58:57.0651528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_meta.h 2024-11-01T16:58:57.0654964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_meta_dispatch.h 2024-11-01T16:58:57.0658495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_native.h 2024-11-01T16:58:57.0662365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_ops.h 2024-11-01T16:58:57.0665300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu.h 2024-11-01T16:58:57.0669093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward.h 2024-11-01T16:58:57.0672854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_cpu_dispatch.h 2024-11-01T16:58:57.0677174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_cuda_dispatch.h 2024-11-01T16:58:57.0680966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp.h 2024-11-01T16:58:57.0685051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.0688873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h 2024-11-01T16:58:57.0692606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h 2024-11-01T16:58:57.0696289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_native.h 2024-11-01T16:58:57.0700458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_ops.h 2024-11-01T16:58:57.0704352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_native.h 2024-11-01T16:58:57.0708292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_ops.h 2024-11-01T16:58:57.0712897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.0716449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_cpu_dispatch.h 2024-11-01T16:58:57.0720055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_cuda_dispatch.h 2024-11-01T16:58:57.0724071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp.h 2024-11-01T16:58:57.0727713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.0731280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cpu_dispatch.h 2024-11-01T16:58:57.0735182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cuda_dispatch.h 2024-11-01T16:58:57.0738850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_native.h 2024-11-01T16:58:57.0742452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_ops.h 2024-11-01T16:58:57.0746094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_meta.h 2024-11-01T16:58:57.0749638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_meta_dispatch.h 2024-11-01T16:58:57.0753226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_native.h 2024-11-01T16:58:57.0756969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_ops.h 2024-11-01T16:58:57.0760336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient.h 2024-11-01T16:58:57.0764087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.0767859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_native.h 2024-11-01T16:58:57.0771511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_ops.h 2024-11-01T16:58:57.0775307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater.h 2024-11-01T16:58:57.0779491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.0782837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal.h 2024-11-01T16:58:57.0787473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.0791802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_native.h 2024-11-01T16:58:57.0796187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_ops.h 2024-11-01T16:58:57.0800624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_native.h 2024-11-01T16:58:57.0805069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_ops.h 2024-11-01T16:58:57.0809780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler.h 2024-11-01T16:58:57.0814593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d.h 2024-11-01T16:58:57.0818627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward.h 2024-11-01T16:58:57.0823012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.0827043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h 2024-11-01T16:58:57.0831044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h 2024-11-01T16:58:57.0834944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_native.h 2024-11-01T16:58:57.0839392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_ops.h 2024-11-01T16:58:57.0843606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.0847396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h 2024-11-01T16:58:57.0851450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h 2024-11-01T16:58:57.0855212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_native.h 2024-11-01T16:58:57.0858928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_ops.h 2024-11-01T16:58:57.0862636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d.h 2024-11-01T16:58:57.0866566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward.h 2024-11-01T16:58:57.0870678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.0874484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h 2024-11-01T16:58:57.0878314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h 2024-11-01T16:58:57.0882142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_native.h 2024-11-01T16:58:57.0885927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_ops.h 2024-11-01T16:58:57.0890037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.0893515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h 2024-11-01T16:58:57.0897606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h 2024-11-01T16:58:57.0901579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_native.h 2024-11-01T16:58:57.0905321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_ops.h 2024-11-01T16:58:57.0909649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.0913295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_native.h 2024-11-01T16:58:57.0916970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_ops.h 2024-11-01T16:58:57.0920613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm.h 2024-11-01T16:58:57.0924774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.0928337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_native.h 2024-11-01T16:58:57.0931932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_ops.h 2024-11-01T16:58:57.0935522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru.h 2024-11-01T16:58:57.0939199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell.h 2024-11-01T16:58:57.0943030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.0946650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_native.h 2024-11-01T16:58:57.0950607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_ops.h 2024-11-01T16:58:57.0954585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.0958025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_native.h 2024-11-01T16:58:57.0961497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_ops.h 2024-11-01T16:58:57.0964912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt.h 2024-11-01T16:58:57.0968605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.0972009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_cpu_dispatch.h 2024-11-01T16:58:57.0975548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_cuda_dispatch.h 2024-11-01T16:58:57.0978984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_meta.h 2024-11-01T16:58:57.0982630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_meta_dispatch.h 2024-11-01T16:58:57.0986181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_native.h 2024-11-01T16:58:57.0989626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_ops.h 2024-11-01T16:58:57.0992968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window.h 2024-11-01T16:58:57.0996681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.1000159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_native.h 2024-11-01T16:58:57.1003824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_ops.h 2024-11-01T16:58:57.1007582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window.h 2024-11-01T16:58:57.1011444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.1015596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_native.h 2024-11-01T16:58:57.1019426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_ops.h 2024-11-01T16:58:57.1033151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink.h 2024-11-01T16:58:57.1034169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward.h 2024-11-01T16:58:57.1035432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1036771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h 2024-11-01T16:58:57.1037885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h 2024-11-01T16:58:57.1041783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta.h 2024-11-01T16:58:57.1045791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h 2024-11-01T16:58:57.1049615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_native.h 2024-11-01T16:58:57.1053222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_ops.h 2024-11-01T16:58:57.1057669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1061470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_cpu_dispatch.h 2024-11-01T16:58:57.1065363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_cuda_dispatch.h 2024-11-01T16:58:57.1069114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta.h 2024-11-01T16:58:57.1073042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta_dispatch.h 2024-11-01T16:58:57.1076822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_native.h 2024-11-01T16:58:57.1080575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_ops.h 2024-11-01T16:58:57.1084586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid.h 2024-11-01T16:58:57.1088784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward.h 2024-11-01T16:58:57.1092917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1096687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h 2024-11-01T16:58:57.1100473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h 2024-11-01T16:58:57.1104216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta.h 2024-11-01T16:58:57.1108122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h 2024-11-01T16:58:57.1112548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_native.h 2024-11-01T16:58:57.1117312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_ops.h 2024-11-01T16:58:57.1121333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1125100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h 2024-11-01T16:58:57.1129011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h 2024-11-01T16:58:57.1132764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta.h 2024-11-01T16:58:57.1136974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h 2024-11-01T16:58:57.1141471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_native.h 2024-11-01T16:58:57.1145832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_ops.h 2024-11-01T16:58:57.1149628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish.h 2024-11-01T16:58:57.1153410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward.h 2024-11-01T16:58:57.1157616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.1161189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h 2024-11-01T16:58:57.1165313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h 2024-11-01T16:58:57.1169092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_native.h 2024-11-01T16:58:57.1172841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_ops.h 2024-11-01T16:58:57.1176690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_cpu_dispatch.h 2024-11-01T16:58:57.1180581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_cuda_dispatch.h 2024-11-01T16:58:57.1184271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_meta_dispatch.h 2024-11-01T16:58:57.1188046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_native.h 2024-11-01T16:58:57.1193163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_ops.h 2024-11-01T16:58:57.1197114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh.h 2024-11-01T16:58:57.1200619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward.h 2024-11-01T16:58:57.1204695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h 2024-11-01T16:58:57.1208440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h 2024-11-01T16:58:57.1212780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_native.h 2024-11-01T16:58:57.1216289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_ops.h 2024-11-01T16:58:57.1220487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_cpu_dispatch.h 2024-11-01T16:58:57.1225236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_cuda_dispatch.h 2024-11-01T16:58:57.1229003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_meta_dispatch.h 2024-11-01T16:58:57.1232852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_native.h 2024-11-01T16:58:57.1236716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_ops.h 2024-11-01T16:58:57.1240367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside.h 2024-11-01T16:58:57.1244578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1248253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_cpu_dispatch.h 2024-11-01T16:58:57.1252088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_cuda_dispatch.h 2024-11-01T16:58:57.1255937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_meta.h 2024-11-01T16:58:57.1259981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_meta_dispatch.h 2024-11-01T16:58:57.1264726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_native.h 2024-11-01T16:58:57.1268945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_ops.h 2024-11-01T16:58:57.1273211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss.h 2024-11-01T16:58:57.1277569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1314848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_native.h 2024-11-01T16:58:57.1318778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_ops.h 2024-11-01T16:58:57.1322314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc.h 2024-11-01T16:58:57.1325833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_cpu_dispatch.h 2024-11-01T16:58:57.1329675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_cuda_dispatch.h 2024-11-01T16:58:57.1333389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_native.h 2024-11-01T16:58:57.1337019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_ops.h 2024-11-01T16:58:57.1340641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram.h 2024-11-01T16:58:57.1344334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd.h 2024-11-01T16:58:57.1348282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1351959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_native.h 2024-11-01T16:58:57.1355562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_ops.h 2024-11-01T16:58:57.1359402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_cpu_dispatch.h 2024-11-01T16:58:57.1363503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_native.h 2024-11-01T16:58:57.1366893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_ops.h 2024-11-01T16:58:57.1370799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit.h 2024-11-01T16:58:57.1374551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1378043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_native.h 2024-11-01T16:58:57.1382549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_ops.h 2024-11-01T16:58:57.1385947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm.h 2024-11-01T16:58:57.1389358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm_native.h 2024-11-01T16:58:57.1392891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm_ops.h 2024-11-01T16:58:57.1397124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack.h 2024-11-01T16:58:57.1400806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1404519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_native.h 2024-11-01T16:58:57.1408235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_ops.h 2024-11-01T16:58:57.1411890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss.h 2024-11-01T16:58:57.1415650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward.h 2024-11-01T16:58:57.1419532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.1423139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h 2024-11-01T16:58:57.1426828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h 2024-11-01T16:58:57.1430785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_native.h 2024-11-01T16:58:57.1434409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_ops.h 2024-11-01T16:58:57.1438129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_cpu_dispatch.h 2024-11-01T16:58:57.1441990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_cuda_dispatch.h 2024-11-01T16:58:57.1445731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_native.h 2024-11-01T16:58:57.1449379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_ops.h 2024-11-01T16:58:57.1453128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot.h 2024-11-01T16:58:57.1456813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1460389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_cpu_dispatch.h 2024-11-01T16:58:57.1464019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_cuda_dispatch.h 2024-11-01T16:58:57.1467726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_meta.h 2024-11-01T16:58:57.1471453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_meta_dispatch.h 2024-11-01T16:58:57.1475073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_native.h 2024-11-01T16:58:57.1479152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_ops.h 2024-11-01T16:58:57.1482889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0.h 2024-11-01T16:58:57.1486771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1490132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_cpu_dispatch.h 2024-11-01T16:58:57.1493718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_cuda_dispatch.h 2024-11-01T16:58:57.1497239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_meta.h 2024-11-01T16:58:57.1500588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_meta_dispatch.h 2024-11-01T16:58:57.1504505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_native.h 2024-11-01T16:58:57.1508022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_ops.h 2024-11-01T16:58:57.1511433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma.h 2024-11-01T16:58:57.1515924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac.h 2024-11-01T16:58:57.1520051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1523599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_cpu_dispatch.h 2024-11-01T16:58:57.1527195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_cuda_dispatch.h 2024-11-01T16:58:57.1531176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_meta.h 2024-11-01T16:58:57.1535004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_meta_dispatch.h 2024-11-01T16:58:57.1538626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_native.h 2024-11-01T16:58:57.1542468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_ops.h 2024-11-01T16:58:57.1546642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1550380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_cpu_dispatch.h 2024-11-01T16:58:57.1553844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_cuda_dispatch.h 2024-11-01T16:58:57.1557480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_meta.h 2024-11-01T16:58:57.1561140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_meta_dispatch.h 2024-11-01T16:58:57.1564890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_native.h 2024-11-01T16:58:57.1568573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_ops.h 2024-11-01T16:58:57.1572191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col.h 2024-11-01T16:58:57.1575893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_cpu_dispatch.h 2024-11-01T16:58:57.1579593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_cuda_dispatch.h 2024-11-01T16:58:57.1583143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_native.h 2024-11-01T16:58:57.1586818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_ops.h 2024-11-01T16:58:57.1590803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag.h 2024-11-01T16:58:57.1595048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1598524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_native.h 2024-11-01T16:58:57.1602189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_ops.h 2024-11-01T16:58:57.1605709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index.h 2024-11-01T16:58:57.1609084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add.h 2024-11-01T16:58:57.1613228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1617800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1621285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_cpu_dispatch.h 2024-11-01T16:58:57.1624933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_cuda_dispatch.h 2024-11-01T16:58:57.1628731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_meta.h 2024-11-01T16:58:57.1632795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_meta_dispatch.h 2024-11-01T16:58:57.1636547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_native.h 2024-11-01T16:58:57.1640388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_ops.h 2024-11-01T16:58:57.1644671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1648234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy.h 2024-11-01T16:58:57.1652285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1656279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1660127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_cpu_dispatch.h 2024-11-01T16:58:57.1690235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_cuda_dispatch.h 2024-11-01T16:58:57.1695102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_meta.h 2024-11-01T16:58:57.1698276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_meta_dispatch.h 2024-11-01T16:58:57.1702108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_native.h 2024-11-01T16:58:57.1706212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_ops.h 2024-11-01T16:58:57.1709719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_cpu_dispatch.h 2024-11-01T16:58:57.1713807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_cuda_dispatch.h 2024-11-01T16:58:57.1717636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill.h 2024-11-01T16:58:57.1723023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.1726251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1729935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_cpu_dispatch.h 2024-11-01T16:58:57.1734562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_cuda_dispatch.h 2024-11-01T16:58:57.1737447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_meta_dispatch.h 2024-11-01T16:58:57.1741493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_native.h 2024-11-01T16:58:57.1745377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_ops.h 2024-11-01T16:58:57.1749086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_meta.h 2024-11-01T16:58:57.1752879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_meta_dispatch.h 2024-11-01T16:58:57.1756544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_native.h 2024-11-01T16:58:57.1760863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_ops.h 2024-11-01T16:58:57.1764953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put.h 2024-11-01T16:58:57.1768876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.1773024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_native.h 2024-11-01T16:58:57.1777102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_ops.h 2024-11-01T16:58:57.1781210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce.h 2024-11-01T16:58:57.1785689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1789755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_cpu_dispatch.h 2024-11-01T16:58:57.1794024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_cuda_dispatch.h 2024-11-01T16:58:57.1797965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta.h 2024-11-01T16:58:57.1801833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta_dispatch.h 2024-11-01T16:58:57.1805555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_native.h 2024-11-01T16:58:57.1809734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_ops.h 2024-11-01T16:58:57.1813690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select.h 2024-11-01T16:58:57.1817583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward.h 2024-11-01T16:58:57.1821630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1825905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_native.h 2024-11-01T16:58:57.1830664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_ops.h 2024-11-01T16:58:57.1835008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1839377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_cpu_dispatch.h 2024-11-01T16:58:57.1843446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_cuda_dispatch.h 2024-11-01T16:58:57.1849300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_native.h 2024-11-01T16:58:57.1853150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_ops.h 2024-11-01T16:58:57.1857380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices.h 2024-11-01T16:58:57.1861142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.1864832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy.h 2024-11-01T16:58:57.1869112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.1873443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.1877284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_native.h 2024-11-01T16:58:57.1882174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_ops.h 2024-11-01T16:58:57.1886284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_native.h 2024-11-01T16:58:57.1890123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_ops.h 2024-11-01T16:58:57.1894212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h 2024-11-01T16:58:57.1898247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1902257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h 2024-11-01T16:58:57.1906539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h 2024-11-01T16:58:57.1910233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner.h 2024-11-01T16:58:57.1914418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1918059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_native.h 2024-11-01T16:58:57.1922067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_ops.h 2024-11-01T16:58:57.1925968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm.h 2024-11-01T16:58:57.1930176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1933972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_native.h 2024-11-01T16:58:57.1938230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_ops.h 2024-11-01T16:58:57.1942007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr.h 2024-11-01T16:58:57.1945887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.1949583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_native.h 2024-11-01T16:58:57.1953266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_ops.h 2024-11-01T16:58:57.1957201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse.h 2024-11-01T16:58:57.1960742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1964784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_native.h 2024-11-01T16:58:57.1968579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_ops.h 2024-11-01T16:58:57.1972410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose.h 2024-11-01T16:58:57.1976306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1980385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_native.h 2024-11-01T16:58:57.1984019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_ops.h 2024-11-01T16:58:57.1987837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite.h 2024-11-01T16:58:57.1991977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.1995793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_native.h 2024-11-01T16:58:57.1999604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_ops.h 2024-11-01T16:58:57.2003417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin.h 2024-11-01T16:58:57.2006800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf.h 2024-11-01T16:58:57.2010719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.2014209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_native.h 2024-11-01T16:58:57.2017839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_ops.h 2024-11-01T16:58:57.2022155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.2025877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_cpu_dispatch.h 2024-11-01T16:58:57.2029528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_cuda_dispatch.h 2024-11-01T16:58:57.2033074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_meta.h 2024-11-01T16:58:57.2036986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_meta_dispatch.h 2024-11-01T16:58:57.2040828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_native.h 2024-11-01T16:58:57.2044539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_ops.h 2024-11-01T16:58:57.2048083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan.h 2024-11-01T16:58:57.2052339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.2056084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_cpu_dispatch.h 2024-11-01T16:58:57.2059934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_cuda_dispatch.h 2024-11-01T16:58:57.2063636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_native.h 2024-11-01T16:58:57.2067520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_ops.h 2024-11-01T16:58:57.2071499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf.h 2024-11-01T16:58:57.2075512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.2079156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_cpu_dispatch.h 2024-11-01T16:58:57.2083355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_cuda_dispatch.h 2024-11-01T16:58:57.2087085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_meta.h 2024-11-01T16:58:57.2091175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_meta_dispatch.h 2024-11-01T16:58:57.2095044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_native.h 2024-11-01T16:58:57.2099109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_ops.h 2024-11-01T16:58:57.2103119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf.h 2024-11-01T16:58:57.2107184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.2110985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_cpu_dispatch.h 2024-11-01T16:58:57.2114768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_cuda_dispatch.h 2024-11-01T16:58:57.2119287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_meta.h 2024-11-01T16:58:57.2123314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_meta_dispatch.h 2024-11-01T16:58:57.2127476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_native.h 2024-11-01T16:58:57.2131591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_ops.h 2024-11-01T16:58:57.2135448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal.h 2024-11-01T16:58:57.2139831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2143616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_native.h 2024-11-01T16:58:57.2147405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_ops.h 2024-11-01T16:58:57.2151326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft.h 2024-11-01T16:58:57.2155264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2158801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_native.h 2024-11-01T16:58:57.2162876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_ops.h 2024-11-01T16:58:57.2167158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced.h 2024-11-01T16:58:57.2171300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.2175180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_native.h 2024-11-01T16:58:57.2179211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_ops.h 2024-11-01T16:58:57.2183048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex.h 2024-11-01T16:58:57.2187042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2191081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_native.h 2024-11-01T16:58:57.2194859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_ops.h 2024-11-01T16:58:57.2198877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj.h 2024-11-01T16:58:57.2203014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2206849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_native.h 2024-11-01T16:58:57.2210436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_ops.h 2024-11-01T16:58:57.2214334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed.h 2024-11-01T16:58:57.2218570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2222391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_native.h 2024-11-01T16:58:57.2226516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_ops.h 2024-11-01T16:58:57.2231100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point.h 2024-11-01T16:58:57.2235295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2239092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_native.h 2024-11-01T16:58:57.2243149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_ops.h 2024-11-01T16:58:57.2247186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference.h 2024-11-01T16:58:57.2251267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2255177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_native.h 2024-11-01T16:58:57.2259595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_ops.h 2024-11-01T16:58:57.2263977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf.h 2024-11-01T16:58:57.2268991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2272986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_native.h 2024-11-01T16:58:57.2277010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_ops.h 2024-11-01T16:58:57.2281293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg.h 2024-11-01T16:58:57.2285411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2289309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_native.h 2024-11-01T16:58:57.2292984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_ops.h 2024-11-01T16:58:57.2297175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero.h 2024-11-01T16:58:57.2301217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2305417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_native.h 2024-11-01T16:58:57.2309454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_ops.h 2024-11-01T16:58:57.2313252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned.h 2024-11-01T16:58:57.2317382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.2321359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_native.h 2024-11-01T16:58:57.2325406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_ops.h 2024-11-01T16:58:57.2329385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size.h 2024-11-01T16:58:57.2333528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.2337081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_native.h 2024-11-01T16:58:57.2340808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_ops.h 2024-11-01T16:58:57.2344807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to.h 2024-11-01T16:58:57.2348518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_cpu_dispatch.h 2024-11-01T16:58:57.2352745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_cuda_dispatch.h 2024-11-01T16:58:57.2356729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_native.h 2024-11-01T16:58:57.2360581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_ops.h 2024-11-01T16:58:57.2364635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed.h 2024-11-01T16:58:57.2368777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2372396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_native.h 2024-11-01T16:58:57.2376294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_ops.h 2024-11-01T16:58:57.2380422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available.h 2024-11-01T16:58:57.2384721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2388246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_native.h 2024-11-01T16:58:57.2392544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_ops.h 2024-11-01T16:58:57.2396299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item.h 2024-11-01T16:58:57.2400189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2403916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_native.h 2024-11-01T16:58:57.2407800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_ops.h 2024-11-01T16:58:57.2411785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window.h 2024-11-01T16:58:57.2416062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.2420351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_native.h 2024-11-01T16:58:57.2424201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_ops.h 2024-11-01T16:58:57.2428118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div.h 2024-11-01T16:58:57.2432032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2435800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_native.h 2024-11-01T16:58:57.2439748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_ops.h 2024-11-01T16:58:57.2443273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron.h 2024-11-01T16:58:57.2447366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2450987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_native.h 2024-11-01T16:58:57.2454740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_ops.h 2024-11-01T16:58:57.2458465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue.h 2024-11-01T16:58:57.2462448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.2466555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2470572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_cpu_dispatch.h 2024-11-01T16:58:57.2474511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_cuda_dispatch.h 2024-11-01T16:58:57.2478354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_native.h 2024-11-01T16:58:57.2482852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_ops.h 2024-11-01T16:58:57.2486802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss.h 2024-11-01T16:58:57.2490509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2494225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_native.h 2024-11-01T16:58:57.2498292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_ops.h 2024-11-01T16:58:57.2502336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm.h 2024-11-01T16:58:57.2506955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2510690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_native.h 2024-11-01T16:58:57.2514659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_ops.h 2024-11-01T16:58:57.2518487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm.h 2024-11-01T16:58:57.2522656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.2526456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_cpu_dispatch.h 2024-11-01T16:58:57.2530448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_cuda_dispatch.h 2024-11-01T16:58:57.2534111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_meta.h 2024-11-01T16:58:57.2537911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_meta_dispatch.h 2024-11-01T16:58:57.2541545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_native.h 2024-11-01T16:58:57.2545220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_ops.h 2024-11-01T16:58:57.2548955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp.h 2024-11-01T16:58:57.2552753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2556920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_native.h 2024-11-01T16:58:57.2560973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_ops.h 2024-11-01T16:58:57.2564946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le.h 2024-11-01T16:58:57.2568379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu.h 2024-11-01T16:58:57.2572326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward.h 2024-11-01T16:58:57.2576747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.2581170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h 2024-11-01T16:58:57.2591355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h 2024-11-01T16:58:57.2595490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta.h 2024-11-01T16:58:57.2599199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h 2024-11-01T16:58:57.2603139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_native.h 2024-11-01T16:58:57.2607399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_ops.h 2024-11-01T16:58:57.2612678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.2616958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cpu_dispatch.h 2024-11-01T16:58:57.2621773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cuda_dispatch.h 2024-11-01T16:58:57.2625699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta.h 2024-11-01T16:58:57.2629778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta_dispatch.h 2024-11-01T16:58:57.2633703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_native.h 2024-11-01T16:58:57.2637708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_ops.h 2024-11-01T16:58:57.2641866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp.h 2024-11-01T16:58:57.2646253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.2650034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_cpu_dispatch.h 2024-11-01T16:58:57.2653943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_cuda_dispatch.h 2024-11-01T16:58:57.2658283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_meta.h 2024-11-01T16:58:57.2661988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_meta_dispatch.h 2024-11-01T16:58:57.2665535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_native.h 2024-11-01T16:58:57.2669940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_ops.h 2024-11-01T16:58:57.2673481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less.h 2024-11-01T16:58:57.2677181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2680870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal.h 2024-11-01T16:58:57.2685191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.2688961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_native.h 2024-11-01T16:58:57.2692734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_ops.h 2024-11-01T16:58:57.2696605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_native.h 2024-11-01T16:58:57.2700284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_ops.h 2024-11-01T16:58:57.2704181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.2708519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_cpu_dispatch.h 2024-11-01T16:58:57.2712484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_cuda_dispatch.h 2024-11-01T16:58:57.3201759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_meta.h 2024-11-01T16:58:57.3205221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_meta_dispatch.h 2024-11-01T16:58:57.3208733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_native.h 2024-11-01T16:58:57.3212338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_ops.h 2024-11-01T16:58:57.3215531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma.h 2024-11-01T16:58:57.3220089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3223570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_cpu_dispatch.h 2024-11-01T16:58:57.3227463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_cuda_dispatch.h 2024-11-01T16:58:57.3231148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_meta.h 2024-11-01T16:58:57.3234939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_meta_dispatch.h 2024-11-01T16:58:57.3238809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_native.h 2024-11-01T16:58:57.3242527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_ops.h 2024-11-01T16:58:57.3246127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift.h 2024-11-01T16:58:57.3249727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.3253172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh.h 2024-11-01T16:58:57.3257137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.3260594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy.h 2024-11-01T16:58:57.3264758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3268440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.3271996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_native.h 2024-11-01T16:58:57.3275655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_ops.h 2024-11-01T16:58:57.3279524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_native.h 2024-11-01T16:58:57.3283288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_ops.h 2024-11-01T16:58:57.3286952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_native.h 2024-11-01T16:58:57.3290481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_ops.h 2024-11-01T16:58:57.3293881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky.h 2024-11-01T16:58:57.3297960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3301409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex.h 2024-11-01T16:58:57.3305430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3309351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h 2024-11-01T16:58:57.3313177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h 2024-11-01T16:58:57.3317407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta.h 2024-11-01T16:58:57.3321226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h 2024-11-01T16:58:57.3325038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_native.h 2024-11-01T16:58:57.3329188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_ops.h 2024-11-01T16:58:57.3333119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_native.h 2024-11-01T16:58:57.3337574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ops.h 2024-11-01T16:58:57.3341317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond.h 2024-11-01T16:58:57.3378066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3381916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_native.h 2024-11-01T16:58:57.3385710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_ops.h 2024-11-01T16:58:57.3389940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross.h 2024-11-01T16:58:57.3395501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3399261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cpu_dispatch.h 2024-11-01T16:58:57.3403297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cuda_dispatch.h 2024-11-01T16:58:57.3407100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta.h 2024-11-01T16:58:57.3411201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta_dispatch.h 2024-11-01T16:58:57.3415028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_native.h 2024-11-01T16:58:57.3418790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_ops.h 2024-11-01T16:58:57.3422817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det.h 2024-11-01T16:58:57.3427161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3430897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_native.h 2024-11-01T16:58:57.3434593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_ops.h 2024-11-01T16:58:57.3438417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal.h 2024-11-01T16:58:57.3442512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3446120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_native.h 2024-11-01T16:58:57.3449986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_ops.h 2024-11-01T16:58:57.3453643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig.h 2024-11-01T16:58:57.3458050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh.h 2024-11-01T16:58:57.3462307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3465716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_native.h 2024-11-01T16:58:57.3470476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_ops.h 2024-11-01T16:58:57.3474498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals.h 2024-11-01T16:58:57.3478538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh.h 2024-11-01T16:58:57.3482672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3486317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_native.h 2024-11-01T16:58:57.3490281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_ops.h 2024-11-01T16:58:57.3494367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3498547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h 2024-11-01T16:58:57.3502664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h 2024-11-01T16:58:57.3506629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_native.h 2024-11-01T16:58:57.3510388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_ops.h 2024-11-01T16:58:57.3514217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cpu_dispatch.h 2024-11-01T16:58:57.3518109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cuda_dispatch.h 2024-11-01T16:58:57.3521880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_native.h 2024-11-01T16:58:57.3525801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_ops.h 2024-11-01T16:58:57.3529585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product.h 2024-11-01T16:58:57.3533713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h 2024-11-01T16:58:57.3537675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h 2024-11-01T16:58:57.3541571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_native.h 2024-11-01T16:58:57.3545372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_ops.h 2024-11-01T16:58:57.3549070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv.h 2024-11-01T16:58:57.3553176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3556811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex.h 2024-11-01T16:58:57.3561369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3565012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h 2024-11-01T16:58:57.3568791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h 2024-11-01T16:58:57.3572514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta.h 2024-11-01T16:58:57.3576433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h 2024-11-01T16:58:57.3580146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_native.h 2024-11-01T16:58:57.3584051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_ops.h 2024-11-01T16:58:57.3588427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_native.h 2024-11-01T16:58:57.3592083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ops.h 2024-11-01T16:58:57.3595790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor.h 2024-11-01T16:58:57.3599750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3603607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex.h 2024-11-01T16:58:57.3608063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3612155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h 2024-11-01T16:58:57.3616054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h 2024-11-01T16:58:57.3619725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h 2024-11-01T16:58:57.3623540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h 2024-11-01T16:58:57.3627308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_native.h 2024-11-01T16:58:57.3631165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h 2024-11-01T16:58:57.3634868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_native.h 2024-11-01T16:58:57.3639400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ops.h 2024-11-01T16:58:57.3643213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve.h 2024-11-01T16:58:57.3647303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3650883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h 2024-11-01T16:58:57.3654756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h 2024-11-01T16:58:57.3659330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta.h 2024-11-01T16:58:57.3663389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h 2024-11-01T16:58:57.3668026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_native.h 2024-11-01T16:58:57.3671767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_ops.h 2024-11-01T16:58:57.3675589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq.h 2024-11-01T16:58:57.3679614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.3683685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h 2024-11-01T16:58:57.3687342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h 2024-11-01T16:58:57.3691086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_native.h 2024-11-01T16:58:57.3695071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_ops.h 2024-11-01T16:58:57.3698764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu.h 2024-11-01T16:58:57.3703001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3706534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cpu_dispatch.h 2024-11-01T16:58:57.3710460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cuda_dispatch.h 2024-11-01T16:58:57.3714658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor.h 2024-11-01T16:58:57.3718911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3722841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex.h 2024-11-01T16:58:57.3727154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3730944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h 2024-11-01T16:58:57.3735057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h 2024-11-01T16:58:57.3738962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta.h 2024-11-01T16:58:57.3742932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h 2024-11-01T16:58:57.3746751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_native.h 2024-11-01T16:58:57.3750589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_ops.h 2024-11-01T16:58:57.3754429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_native.h 2024-11-01T16:58:57.3758224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ops.h 2024-11-01T16:58:57.3763670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta.h 2024-11-01T16:58:57.3767679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta_dispatch.h 2024-11-01T16:58:57.3772063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_native.h 2024-11-01T16:58:57.3776350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_ops.h 2024-11-01T16:58:57.3781389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve.h 2024-11-01T16:58:57.3786291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3790806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h 2024-11-01T16:58:57.3795450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h 2024-11-01T16:58:57.3799846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta.h 2024-11-01T16:58:57.3804096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h 2024-11-01T16:58:57.3808140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_native.h 2024-11-01T16:58:57.3811960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_ops.h 2024-11-01T16:58:57.3816272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul.h 2024-11-01T16:58:57.3820599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3824620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_native.h 2024-11-01T16:58:57.3828346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_ops.h 2024-11-01T16:58:57.3832265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp.h 2024-11-01T16:58:57.3836737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.3840527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h 2024-11-01T16:58:57.3844588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h 2024-11-01T16:58:57.3848562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_native.h 2024-11-01T16:58:57.3852552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_ops.h 2024-11-01T16:58:57.3856398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm.h 2024-11-01T16:58:57.3860382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3864423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_native.h 2024-11-01T16:58:57.3868185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_ops.h 2024-11-01T16:58:57.3872620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power.h 2024-11-01T16:58:57.3877148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3880759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_native.h 2024-11-01T16:58:57.3884899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_ops.h 2024-11-01T16:58:57.3888894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank.h 2024-11-01T16:58:57.3892925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3897410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_native.h 2024-11-01T16:58:57.3901539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_ops.h 2024-11-01T16:58:57.3905217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot.h 2024-11-01T16:58:57.3909298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3912787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_native.h 2024-11-01T16:58:57.3916775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_ops.h 2024-11-01T16:58:57.3920502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm.h 2024-11-01T16:58:57.3925368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3929482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_native.h 2024-11-01T16:58:57.3933386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_ops.h 2024-11-01T16:58:57.3936965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv.h 2024-11-01T16:58:57.3941193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3945303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.3949501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.3953761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_native.h 2024-11-01T16:58:57.3957793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_ops.h 2024-11-01T16:58:57.3961867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr.h 2024-11-01T16:58:57.3966224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.3969823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cpu_dispatch.h 2024-11-01T16:58:57.3973923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cuda_dispatch.h 2024-11-01T16:58:57.3978537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta.h 2024-11-01T16:58:57.3982678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta_dispatch.h 2024-11-01T16:58:57.3986564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_native.h 2024-11-01T16:58:57.3991020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_ops.h 2024-11-01T16:58:57.3995120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet.h 2024-11-01T16:58:57.3999188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4003311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_native.h 2024-11-01T16:58:57.4007264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_ops.h 2024-11-01T16:58:57.4011261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve.h 2024-11-01T16:58:57.4015312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4019700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex.h 2024-11-01T16:58:57.4023938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4027523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_native.h 2024-11-01T16:58:57.4031530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_ops.h 2024-11-01T16:58:57.4035804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_native.h 2024-11-01T16:58:57.4040003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ops.h 2024-11-01T16:58:57.4043990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular.h 2024-11-01T16:58:57.4048313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h 2024-11-01T16:58:57.4052178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h 2024-11-01T16:58:57.4056245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_native.h 2024-11-01T16:58:57.4060169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_ops.h 2024-11-01T16:58:57.4063978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd.h 2024-11-01T16:58:57.4068632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals.h 2024-11-01T16:58:57.4072792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4076721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_native.h 2024-11-01T16:58:57.4081202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_ops.h 2024-11-01T16:58:57.4085370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4089582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_native.h 2024-11-01T16:58:57.4093763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_ops.h 2024-11-01T16:58:57.4097815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv.h 2024-11-01T16:58:57.4101852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4105699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_native.h 2024-11-01T16:58:57.4109627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_ops.h 2024-11-01T16:58:57.4113528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve.h 2024-11-01T16:58:57.4117857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4121921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_native.h 2024-11-01T16:58:57.4126104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_ops.h 2024-11-01T16:58:57.4129939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander.h 2024-11-01T16:58:57.4134130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4137927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_native.h 2024-11-01T16:58:57.4141896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_ops.h 2024-11-01T16:58:57.4145647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot.h 2024-11-01T16:58:57.4150257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4154356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_native.h 2024-11-01T16:58:57.4158245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_ops.h 2024-11-01T16:58:57.4162386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm.h 2024-11-01T16:58:57.4166827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.4170636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h 2024-11-01T16:58:57.4174633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h 2024-11-01T16:58:57.4178921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta.h 2024-11-01T16:58:57.4183015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h 2024-11-01T16:58:57.4186667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_native.h 2024-11-01T16:58:57.4190516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_ops.h 2024-11-01T16:58:57.4194795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear.h 2024-11-01T16:58:57.4232938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward.h 2024-11-01T16:58:57.4238234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4242929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_native.h 2024-11-01T16:58:57.4247207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_ops.h 2024-11-01T16:58:57.4251841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4260412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4264668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_native.h 2024-11-01T16:58:57.4268181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_ops.h 2024-11-01T16:58:57.4272449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace.h 2024-11-01T16:58:57.4276248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4279985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_cpu_dispatch.h 2024-11-01T16:58:57.4284073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_cuda_dispatch.h 2024-11-01T16:58:57.4288030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_meta_dispatch.h 2024-11-01T16:58:57.4291839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_native.h 2024-11-01T16:58:57.4295529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_ops.h 2024-11-01T16:58:57.4331175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log.h 2024-11-01T16:58:57.4334935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10.h 2024-11-01T16:58:57.4339081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.4342598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_cpu_dispatch.h 2024-11-01T16:58:57.4346338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_cuda_dispatch.h 2024-11-01T16:58:57.4350203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_meta.h 2024-11-01T16:58:57.4354074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_meta_dispatch.h 2024-11-01T16:58:57.4358115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_native.h 2024-11-01T16:58:57.4362013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_ops.h 2024-11-01T16:58:57.4366075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p.h 2024-11-01T16:58:57.4369855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.4373566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_cpu_dispatch.h 2024-11-01T16:58:57.4378038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_cuda_dispatch.h 2024-11-01T16:58:57.4381898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_meta.h 2024-11-01T16:58:57.4385966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_meta_dispatch.h 2024-11-01T16:58:57.4389705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_native.h 2024-11-01T16:58:57.4394107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_ops.h 2024-11-01T16:58:57.4398033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2.h 2024-11-01T16:58:57.4401933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.4405423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_cpu_dispatch.h 2024-11-01T16:58:57.4409328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_cuda_dispatch.h 2024-11-01T16:58:57.4413030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_meta.h 2024-11-01T16:58:57.4417260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_meta_dispatch.h 2024-11-01T16:58:57.4420900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_native.h 2024-11-01T16:58:57.4425411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_ops.h 2024-11-01T16:58:57.4429137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp.h 2024-11-01T16:58:57.4432708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2.h 2024-11-01T16:58:57.4436774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.4440353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h 2024-11-01T16:58:57.4444240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h 2024-11-01T16:58:57.4448400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta.h 2024-11-01T16:58:57.4452316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta_dispatch.h 2024-11-01T16:58:57.4457506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_native.h 2024-11-01T16:58:57.4461412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_ops.h 2024-11-01T16:58:57.4466161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.4469739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_cpu_dispatch.h 2024-11-01T16:58:57.4473736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_cuda_dispatch.h 2024-11-01T16:58:57.4477574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta.h 2024-11-01T16:58:57.4481398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta_dispatch.h 2024-11-01T16:58:57.4486116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_native.h 2024-11-01T16:58:57.4490068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_ops.h 2024-11-01T16:58:57.4494609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp.h 2024-11-01T16:58:57.4498694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4502456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4506212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_native.h 2024-11-01T16:58:57.4510127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_ops.h 2024-11-01T16:58:57.4514062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet.h 2024-11-01T16:58:57.4517702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4521435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_native.h 2024-11-01T16:58:57.4525222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_ops.h 2024-11-01T16:58:57.4529118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and.h 2024-11-01T16:58:57.4533036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4536688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_cpu_dispatch.h 2024-11-01T16:58:57.4540847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_cuda_dispatch.h 2024-11-01T16:58:57.4544525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_native.h 2024-11-01T16:58:57.4548280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_ops.h 2024-11-01T16:58:57.4552135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not.h 2024-11-01T16:58:57.4556294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4560044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_cpu_dispatch.h 2024-11-01T16:58:57.4564440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_cuda_dispatch.h 2024-11-01T16:58:57.4570079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_native.h 2024-11-01T16:58:57.4574244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_ops.h 2024-11-01T16:58:57.4578077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or.h 2024-11-01T16:58:57.4582088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4585915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_cpu_dispatch.h 2024-11-01T16:58:57.4589748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_cuda_dispatch.h 2024-11-01T16:58:57.4593585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_native.h 2024-11-01T16:58:57.4597477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_ops.h 2024-11-01T16:58:57.4601443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor.h 2024-11-01T16:58:57.4606216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4609985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_cpu_dispatch.h 2024-11-01T16:58:57.4613729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_cuda_dispatch.h 2024-11-01T16:58:57.4617791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_native.h 2024-11-01T16:58:57.4621691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_ops.h 2024-11-01T16:58:57.4626145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit.h 2024-11-01T16:58:57.4629829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward.h 2024-11-01T16:58:57.4633984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.4637609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_cpu_dispatch.h 2024-11-01T16:58:57.4641297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_cuda_dispatch.h 2024-11-01T16:58:57.4645178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta.h 2024-11-01T16:58:57.4649232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta_dispatch.h 2024-11-01T16:58:57.4652985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_native.h 2024-11-01T16:58:57.4656839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_ops.h 2024-11-01T16:58:57.4660884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_cpu_dispatch.h 2024-11-01T16:58:57.4664827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_cuda_dispatch.h 2024-11-01T16:58:57.4669055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_meta_dispatch.h 2024-11-01T16:58:57.4672660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_native.h 2024-11-01T16:58:57.4676551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_ops.h 2024-11-01T16:58:57.4680441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace.h 2024-11-01T16:58:57.4684177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4688081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_cpu_dispatch.h 2024-11-01T16:58:57.4691718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_cuda_dispatch.h 2024-11-01T16:58:57.4695646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_meta_dispatch.h 2024-11-01T16:58:57.4699327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_native.h 2024-11-01T16:58:57.4703194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_ops.h 2024-11-01T16:58:57.4706838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp.h 2024-11-01T16:58:57.4711359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.4716337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4720553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4724613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_native.h 2024-11-01T16:58:57.4728328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_ops.h 2024-11-01T16:58:57.4732264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.4736796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_cpu_dispatch.h 2024-11-01T16:58:57.4740834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_cuda_dispatch.h 2024-11-01T16:58:57.4744443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_meta.h 2024-11-01T16:58:57.4747802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_meta_dispatch.h 2024-11-01T16:58:57.4751338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_native.h 2024-11-01T16:58:57.4755076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal.h 2024-11-01T16:58:57.4758808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4762433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_cpu_dispatch.h 2024-11-01T16:58:57.4766154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_cuda_dispatch.h 2024-11-01T16:58:57.4770557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_meta_dispatch.h 2024-11-01T16:58:57.4774330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_native.h 2024-11-01T16:58:57.4778011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_ops.h 2024-11-01T16:58:57.4782599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_ops.h 2024-11-01T16:58:57.4786028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid.h 2024-11-01T16:58:57.4790026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward.h 2024-11-01T16:58:57.4793933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h 2024-11-01T16:58:57.4797686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h 2024-11-01T16:58:57.4801717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_native.h 2024-11-01T16:58:57.4805848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_ops.h 2024-11-01T16:58:57.4809637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4813431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward.h 2024-11-01T16:58:57.4817465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h 2024-11-01T16:58:57.4821716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h 2024-11-01T16:58:57.4825730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_native.h 2024-11-01T16:58:57.4829819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_ops.h 2024-11-01T16:58:57.4833802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_native.h 2024-11-01T16:58:57.4837589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_ops.h 2024-11-01T16:58:57.4841319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax.h 2024-11-01T16:58:57.4845712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4850181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4854063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_native.h 2024-11-01T16:58:57.4857801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_ops.h 2024-11-01T16:58:57.4861643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift.h 2024-11-01T16:58:57.4865461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4869161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_cpu_dispatch.h 2024-11-01T16:58:57.4873485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_cuda_dispatch.h 2024-11-01T16:58:57.4878212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_meta_dispatch.h 2024-11-01T16:58:57.4882297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_native.h 2024-11-01T16:58:57.4886840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_ops.h 2024-11-01T16:58:57.4918127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm.h 2024-11-01T16:58:57.4918963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell.h 2024-11-01T16:58:57.4920011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4921087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_native.h 2024-11-01T16:58:57.4922050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_ops.h 2024-11-01T16:58:57.4924041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4925110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward.h 2024-11-01T16:58:57.4926243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.4927427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_native.h 2024-11-01T16:58:57.4930764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_ops.h 2024-11-01T16:58:57.4935003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_native.h 2024-11-01T16:58:57.4938961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_ops.h 2024-11-01T16:58:57.4943062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt.h 2024-11-01T16:58:57.4947957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.4951971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_cpu_dispatch.h 2024-11-01T16:58:57.4955556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_cuda_dispatch.h 2024-11-01T16:58:57.4959286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_meta.h 2024-11-01T16:58:57.4963357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_meta_dispatch.h 2024-11-01T16:58:57.4966908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_native.h 2024-11-01T16:58:57.4970689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_ops.h 2024-11-01T16:58:57.4974022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve.h 2024-11-01T16:58:57.4977813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.4981609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_native.h 2024-11-01T16:58:57.5177176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_ops.h 2024-11-01T16:58:57.5344065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack.h 2024-11-01T16:58:57.5348535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.5352538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cpu_dispatch.h 2024-11-01T16:58:57.5357375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cuda_dispatch.h 2024-11-01T16:58:57.5362628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta.h 2024-11-01T16:58:57.5366844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta_dispatch.h 2024-11-01T16:58:57.5371075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_native.h 2024-11-01T16:58:57.5375962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_ops.h 2024-11-01T16:58:57.5379634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss.h 2024-11-01T16:58:57.5384181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.5387752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_native.h 2024-11-01T16:58:57.5392570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_ops.h 2024-11-01T16:58:57.5396679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill.h 2024-11-01T16:58:57.5400593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.5404459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_cpu_dispatch.h 2024-11-01T16:58:57.5408919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_cuda_dispatch.h 2024-11-01T16:58:57.5412893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_meta_dispatch.h 2024-11-01T16:58:57.5416622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_native.h 2024-11-01T16:58:57.5420529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_ops.h 2024-11-01T16:58:57.5424717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter.h 2024-11-01T16:58:57.5428684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward.h 2024-11-01T16:58:57.5432816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.5437572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_native.h 2024-11-01T16:58:57.5441784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_ops.h 2024-11-01T16:58:57.5446127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.5449930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cpu_dispatch.h 2024-11-01T16:58:57.5453755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cuda_dispatch.h 2024-11-01T16:58:57.5457766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_meta_dispatch.h 2024-11-01T16:58:57.5461797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_native.h 2024-11-01T16:58:57.5465591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_ops.h 2024-11-01T16:58:57.5469239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select.h 2024-11-01T16:58:57.5472785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward.h 2024-11-01T16:58:57.5476920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.5480522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_native.h 2024-11-01T16:58:57.5484471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_ops.h 2024-11-01T16:58:57.5488296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_cpu_dispatch.h 2024-11-01T16:58:57.5492532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_cuda_dispatch.h 2024-11-01T16:58:57.5500577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_native.h 2024-11-01T16:58:57.5504496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_ops.h 2024-11-01T16:58:57.5508205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul.h 2024-11-01T16:58:57.5511734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward.h 2024-11-01T16:58:57.5516078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.5519704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_native.h 2024-11-01T16:58:57.5523530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_ops.h 2024-11-01T16:58:57.5527425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.5531336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_native.h 2024-11-01T16:58:57.5535089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_ops.h 2024-11-01T16:58:57.5538923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp.h 2024-11-01T16:58:57.5542762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward.h 2024-11-01T16:58:57.5547808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.5553231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_native.h 2024-11-01T16:58:57.5557426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_ops.h 2024-11-01T16:58:57.5600093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.5603844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_native.h 2024-11-01T16:58:57.5608018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_ops.h 2024-11-01T16:58:57.5611505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H.h 2024-11-01T16:58:57.5615473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.5619589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_native.h 2024-11-01T16:58:57.5623693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_ops.h 2024-11-01T16:58:57.5627637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power.h 2024-11-01T16:58:57.5632079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.5636606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_native.h 2024-11-01T16:58:57.5654666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_ops.h 2024-11-01T16:58:57.5658770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max.h 2024-11-01T16:58:57.5661897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum.h 2024-11-01T16:58:57.5666013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.5670566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_cpu_dispatch.h 2024-11-01T16:58:57.5742705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_cuda_dispatch.h 2024-11-01T16:58:57.5746646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_meta.h 2024-11-01T16:58:57.5750522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_meta_dispatch.h 2024-11-01T16:58:57.5754224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_native.h 2024-11-01T16:58:57.5758280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_ops.h 2024-11-01T16:58:57.5762811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.5766586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.5770668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_cpu_dispatch.h 2024-11-01T16:58:57.5774588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_cuda_dispatch.h 2024-11-01T16:58:57.5778354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_meta.h 2024-11-01T16:58:57.5781791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_meta_dispatch.h 2024-11-01T16:58:57.5785901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_native.h 2024-11-01T16:58:57.5790281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_ops.h 2024-11-01T16:58:57.5794183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d.h 2024-11-01T16:58:57.5798521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.5802558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_native.h 2024-11-01T16:58:57.5806340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_ops.h 2024-11-01T16:58:57.5810277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices.h 2024-11-01T16:58:57.5814573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.5818196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_native.h 2024-11-01T16:58:57.5822090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_ops.h 2024-11-01T16:58:57.5826152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d.h 2024-11-01T16:58:57.5830020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward.h 2024-11-01T16:58:57.5834292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6295762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_native.h 2024-11-01T16:58:57.6300173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_ops.h 2024-11-01T16:58:57.6303666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.6307333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_native.h 2024-11-01T16:58:57.6311781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_ops.h 2024-11-01T16:58:57.6316163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices.h 2024-11-01T16:58:57.6320109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward.h 2024-11-01T16:58:57.6324450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.6328313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h 2024-11-01T16:58:57.6332155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h 2024-11-01T16:58:57.6336323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h 2024-11-01T16:58:57.6340042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h 2024-11-01T16:58:57.6344029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h 2024-11-01T16:58:57.6348053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h 2024-11-01T16:58:57.6352361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.6356186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h 2024-11-01T16:58:57.6360268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h 2024-11-01T16:58:57.6364155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta.h 2024-11-01T16:58:57.6368135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h 2024-11-01T16:58:57.6371997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_native.h 2024-11-01T16:58:57.6376038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_ops.h 2024-11-01T16:58:57.6379645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d.h 2024-11-01T16:58:57.6383543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.6387394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_native.h 2024-11-01T16:58:57.6391143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_ops.h 2024-11-01T16:58:57.6394865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices.h 2024-11-01T16:58:57.6398642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward.h 2024-11-01T16:58:57.6403620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h 2024-11-01T16:58:57.6407539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h 2024-11-01T16:58:57.6411321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h 2024-11-01T16:58:57.6415511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h 2024-11-01T16:58:57.6419700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h 2024-11-01T16:58:57.6423786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h 2024-11-01T16:58:57.6427613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_native.h 2024-11-01T16:58:57.6431463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_ops.h 2024-11-01T16:58:57.6435162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d.h 2024-11-01T16:58:57.6438779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h 2024-11-01T16:58:57.6442450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h 2024-11-01T16:58:57.6446303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_native.h 2024-11-01T16:58:57.6450063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_ops.h 2024-11-01T16:58:57.6453981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d.h 2024-11-01T16:58:57.6457711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h 2024-11-01T16:58:57.6461458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h 2024-11-01T16:58:57.6475589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_native.h 2024-11-01T16:58:57.6476637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_ops.h 2024-11-01T16:58:57.6477464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean.h 2024-11-01T16:58:57.6478554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.6482097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6485823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.6489423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_cpu_dispatch.h 2024-11-01T16:58:57.6493193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_cuda_dispatch.h 2024-11-01T16:58:57.6496848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_meta.h 2024-11-01T16:58:57.6500627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_meta_dispatch.h 2024-11-01T16:58:57.6504503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_native.h 2024-11-01T16:58:57.6508377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_ops.h 2024-11-01T16:58:57.6511865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median.h 2024-11-01T16:58:57.6515507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6519374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.6523066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_cpu_dispatch.h 2024-11-01T16:58:57.6526880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_cuda_dispatch.h 2024-11-01T16:58:57.6530526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_native.h 2024-11-01T16:58:57.6534167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_ops.h 2024-11-01T16:58:57.6538013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid.h 2024-11-01T16:58:57.6541648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.6545456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_native.h 2024-11-01T16:58:57.6548919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_ops.h 2024-11-01T16:58:57.6552530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH.h 2024-11-01T16:58:57.6556253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.6559541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_native.h 2024-11-01T16:58:57.6563141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_ops.h 2024-11-01T16:58:57.6566839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min.h 2024-11-01T16:58:57.6570252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum.h 2024-11-01T16:58:57.6573884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.6577387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_cpu_dispatch.h 2024-11-01T16:58:57.6581036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_cuda_dispatch.h 2024-11-01T16:58:57.6584703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_meta.h 2024-11-01T16:58:57.6588294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_meta_dispatch.h 2024-11-01T16:58:57.6591872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_native.h 2024-11-01T16:58:57.6595748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_ops.h 2024-11-01T16:58:57.6599985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.6603756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.6607210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_cpu_dispatch.h 2024-11-01T16:58:57.6611525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_cuda_dispatch.h 2024-11-01T16:58:57.6616179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_meta.h 2024-11-01T16:58:57.6619861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_meta_dispatch.h 2024-11-01T16:58:57.6623505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_native.h 2024-11-01T16:58:57.6626992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_ops.h 2024-11-01T16:58:57.6630401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm.h 2024-11-01T16:58:57.6634119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward.h 2024-11-01T16:58:57.6638184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6641864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h 2024-11-01T16:58:57.6645675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_native.h 2024-11-01T16:58:57.6650035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_ops.h 2024-11-01T16:58:57.6654247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6658048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h 2024-11-01T16:58:57.6662113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_native.h 2024-11-01T16:58:57.6666723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_ops.h 2024-11-01T16:58:57.6670562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution.h 2024-11-01T16:58:57.6674656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu.h 2024-11-01T16:58:57.6678654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h 2024-11-01T16:58:57.6682655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_native.h 2024-11-01T16:58:57.6686964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_ops.h 2024-11-01T16:58:57.6691075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6694830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h 2024-11-01T16:58:57.6699142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_native.h 2024-11-01T16:58:57.6702926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_ops.h 2024-11-01T16:58:57.6706920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu.h 2024-11-01T16:58:57.6711734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h 2024-11-01T16:58:57.6715621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_native.h 2024-11-01T16:58:57.6719391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_ops.h 2024-11-01T16:58:57.6723553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose.h 2024-11-01T16:58:57.6728366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6732728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h 2024-11-01T16:58:57.6736587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_native.h 2024-11-01T16:58:57.6740469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_ops.h 2024-11-01T16:58:57.6744645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution.h 2024-11-01T16:58:57.6748970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6752884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h 2024-11-01T16:58:57.6757303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_native.h 2024-11-01T16:58:57.6762022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_ops.h 2024-11-01T16:58:57.6765323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn.h 2024-11-01T16:58:57.6769146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward.h 2024-11-01T16:58:57.6773570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6778129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h 2024-11-01T16:58:57.6781166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_native.h 2024-11-01T16:58:57.6785606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_ops.h 2024-11-01T16:58:57.6809187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6810348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h 2024-11-01T16:58:57.6811295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_native.h 2024-11-01T16:58:57.6812189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_ops.h 2024-11-01T16:58:57.6814208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish.h 2024-11-01T16:58:57.6815036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward.h 2024-11-01T16:58:57.6816184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.6820740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_cpu_dispatch.h 2024-11-01T16:58:57.6824335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_cuda_dispatch.h 2024-11-01T16:58:57.6827820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_native.h 2024-11-01T16:58:57.6831831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_ops.h 2024-11-01T16:58:57.6836014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.6839459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_cpu_dispatch.h 2024-11-01T16:58:57.6843529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_cuda_dispatch.h 2024-11-01T16:58:57.6847250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_meta.h 2024-11-01T16:58:57.6851041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_meta_dispatch.h 2024-11-01T16:58:57.6855245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_native.h 2024-11-01T16:58:57.6859240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_ops.h 2024-11-01T16:58:57.6862966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h 2024-11-01T16:58:57.6866629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h 2024-11-01T16:58:57.6870575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6874084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h 2024-11-01T16:58:57.6878041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h 2024-11-01T16:58:57.6882460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h 2024-11-01T16:58:57.6886194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h 2024-11-01T16:58:57.6889873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution.h 2024-11-01T16:58:57.6894388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6898057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_native.h 2024-11-01T16:58:57.6902000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_ops.h 2024-11-01T16:58:57.6905826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear.h 2024-11-01T16:58:57.6909396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward.h 2024-11-01T16:58:57.6914171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6917782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input.h 2024-11-01T16:58:57.6921955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6925790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_native.h 2024-11-01T16:58:57.6929960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h 2024-11-01T16:58:57.6933724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_native.h 2024-11-01T16:58:57.6937443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_ops.h 2024-11-01T16:58:57.6941217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights.h 2024-11-01T16:58:57.6945312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6949319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h 2024-11-01T16:58:57.6953156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h 2024-11-01T16:58:57.6957220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6960906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_native.h 2024-11-01T16:58:57.6964921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_ops.h 2024-11-01T16:58:57.6968636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d.h 2024-11-01T16:58:57.6972466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward.h 2024-11-01T16:58:57.6977173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6980675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h 2024-11-01T16:58:57.6984191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h 2024-11-01T16:58:57.6988405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.6992078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_native.h 2024-11-01T16:58:57.6996092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_ops.h 2024-11-01T16:58:57.7000099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d.h 2024-11-01T16:58:57.7003987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward.h 2024-11-01T16:58:57.7008695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7012430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h 2024-11-01T16:58:57.7016230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h 2024-11-01T16:58:57.7020389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7024309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_native.h 2024-11-01T16:58:57.7028010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_ops.h 2024-11-01T16:58:57.7032184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h 2024-11-01T16:58:57.7036116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7039961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h 2024-11-01T16:58:57.7043883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h 2024-11-01T16:58:57.7048223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h 2024-11-01T16:58:57.7052017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7055757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h 2024-11-01T16:58:57.7059517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h 2024-11-01T16:58:57.7063290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer.h 2024-11-01T16:58:57.7067203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward.h 2024-11-01T16:58:57.7071731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7075835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h 2024-11-01T16:58:57.7079378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h 2024-11-01T16:58:57.7083340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h 2024-11-01T16:58:57.7087600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7091712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h 2024-11-01T16:58:57.7095621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_native.h 2024-11-01T16:58:57.7099591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_ops.h 2024-11-01T16:58:57.7103626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm.h 2024-11-01T16:58:57.7107613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.7111282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_cpu_dispatch.h 2024-11-01T16:58:57.7114951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_cuda_dispatch.h 2024-11-01T16:58:57.7118472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_meta.h 2024-11-01T16:58:57.7122129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_meta_dispatch.h 2024-11-01T16:58:57.7126888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_native.h 2024-11-01T16:58:57.7130803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_ops.h 2024-11-01T16:58:57.7133935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode.h 2024-11-01T16:58:57.7137496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7141905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7145587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_cpu_dispatch.h 2024-11-01T16:58:57.7149617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_cuda_dispatch.h 2024-11-01T16:58:57.7153631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_native.h 2024-11-01T16:58:57.7157118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_ops.h 2024-11-01T16:58:57.7160650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis.h 2024-11-01T16:58:57.7164759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7168446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_native.h 2024-11-01T16:58:57.7172415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_ops.h 2024-11-01T16:58:57.7176369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim.h 2024-11-01T16:58:57.7180153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7183864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_native.h 2024-11-01T16:58:57.7187752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_ops.h 2024-11-01T16:58:57.7191727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward.h 2024-11-01T16:58:57.7195735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7199727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_native.h 2024-11-01T16:58:57.7203710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_ops.h 2024-11-01T16:58:57.7208139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward.h 2024-11-01T16:58:57.7212195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7216114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_native.h 2024-11-01T16:58:57.7219948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h 2024-11-01T16:58:57.7223923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss.h 2024-11-01T16:58:57.7227658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward.h 2024-11-01T16:58:57.7231702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h 2024-11-01T16:58:57.7235939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h 2024-11-01T16:58:57.7239730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_native.h 2024-11-01T16:58:57.7243553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_ops.h 2024-11-01T16:58:57.7247608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.7251595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_cpu_dispatch.h 2024-11-01T16:58:57.7255480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_cuda_dispatch.h 2024-11-01T16:58:57.7259173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta.h 2024-11-01T16:58:57.7263030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta_dispatch.h 2024-11-01T16:58:57.7267342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_native.h 2024-11-01T16:58:57.7270987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_ops.h 2024-11-01T16:58:57.7274721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort.h 2024-11-01T16:58:57.7278487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7282932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_native.h 2024-11-01T16:58:57.7286201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_ops.h 2024-11-01T16:58:57.7289952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT.h 2024-11-01T16:58:57.7293849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7297902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_native.h 2024-11-01T16:58:57.7329047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_ops.h 2024-11-01T16:58:57.7332372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul.h 2024-11-01T16:58:57.7336603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss.h 2024-11-01T16:58:57.7341189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward.h 2024-11-01T16:58:57.7344969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h 2024-11-01T16:58:57.7348946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h 2024-11-01T16:58:57.7352684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_native.h 2024-11-01T16:58:57.7356493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h 2024-11-01T16:58:57.7360562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7364504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward.h 2024-11-01T16:58:57.7368687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h 2024-11-01T16:58:57.7372480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h 2024-11-01T16:58:57.7376320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_native.h 2024-11-01T16:58:57.7379983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h 2024-11-01T16:58:57.7384220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_native.h 2024-11-01T16:58:57.7387994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_ops.h 2024-11-01T16:58:57.7391692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial.h 2024-11-01T16:58:57.7395471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_cpu_dispatch.h 2024-11-01T16:58:57.7399385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_cuda_dispatch.h 2024-11-01T16:58:57.7403547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_native.h 2024-11-01T16:58:57.7407468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_ops.h 2024-11-01T16:58:57.7411225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply.h 2024-11-01T16:58:57.7415137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7418779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_native.h 2024-11-01T16:58:57.7422599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_ops.h 2024-11-01T16:58:57.7426414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss.h 2024-11-01T16:58:57.7430332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward.h 2024-11-01T16:58:57.7434119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h 2024-11-01T16:58:57.7438241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h 2024-11-01T16:58:57.7442400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_native.h 2024-11-01T16:58:57.7446717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_ops.h 2024-11-01T16:58:57.7450534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h 2024-11-01T16:58:57.7454391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h 2024-11-01T16:58:57.7458154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_native.h 2024-11-01T16:58:57.7461874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_ops.h 2024-11-01T16:58:57.7466098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.7469948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7474025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_cpu_dispatch.h 2024-11-01T16:58:57.7477816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_cuda_dispatch.h 2024-11-01T16:58:57.7481411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_meta.h 2024-11-01T16:58:57.7485111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_meta_dispatch.h 2024-11-01T16:58:57.7488808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_native.h 2024-11-01T16:58:57.7492429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_ops.h 2024-11-01T16:58:57.7495791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv.h 2024-11-01T16:58:57.7499495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma.h 2024-11-01T16:58:57.7503196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7506680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h 2024-11-01T16:58:57.7510256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h 2024-11-01T16:58:57.7513872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_native.h 2024-11-01T16:58:57.7517902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_ops.h 2024-11-01T16:58:57.7521900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7525217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_native.h 2024-11-01T16:58:57.7561257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_ops.h 2024-11-01T16:58:57.7564799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean.h 2024-11-01T16:58:57.7568840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7572220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_native.h 2024-11-01T16:58:57.7576162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_ops.h 2024-11-01T16:58:57.7579793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian.h 2024-11-01T16:58:57.7583675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7587561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7591107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_cpu_dispatch.h 2024-11-01T16:58:57.7595210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_cuda_dispatch.h 2024-11-01T16:58:57.7599024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_native.h 2024-11-01T16:58:57.7602688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_ops.h 2024-11-01T16:58:57.7606632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile.h 2024-11-01T16:58:57.7610659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7614549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_native.h 2024-11-01T16:58:57.7618674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_ops.h 2024-11-01T16:58:57.7622674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum.h 2024-11-01T16:58:57.7626374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_cpu_dispatch.h 2024-11-01T16:58:57.7630087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_cuda_dispatch.h 2024-11-01T16:58:57.7635297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_native.h 2024-11-01T16:58:57.7639024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_ops.h 2024-11-01T16:58:57.7642895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num.h 2024-11-01T16:58:57.7647227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7651096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cpu_dispatch.h 2024-11-01T16:58:57.7654899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cuda_dispatch.h 2024-11-01T16:58:57.7658604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_native.h 2024-11-01T16:58:57.7662576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_ops.h 2024-11-01T16:58:57.7666146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow.h 2024-11-01T16:58:57.7670071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7673981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy.h 2024-11-01T16:58:57.7678504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.7682096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_cpu_dispatch.h 2024-11-01T16:58:57.7687080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_native.h 2024-11-01T16:58:57.7690979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_ops.h 2024-11-01T16:58:57.7694717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_native.h 2024-11-01T16:58:57.7698358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_ops.h 2024-11-01T16:58:57.7702282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm.h 2024-11-01T16:58:57.7706545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward.h 2024-11-01T16:58:57.7710601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7714357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h 2024-11-01T16:58:57.7718367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h 2024-11-01T16:58:57.7722156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_native.h 2024-11-01T16:58:57.7726084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_ops.h 2024-11-01T16:58:57.7730620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h 2024-11-01T16:58:57.7734730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h 2024-11-01T16:58:57.7738390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_native.h 2024-11-01T16:58:57.7742211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_ops.h 2024-11-01T16:58:57.7746274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle.h 2024-11-01T16:58:57.7750438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7754329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h 2024-11-01T16:58:57.7758421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_native.h 2024-11-01T16:58:57.7762539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_ops.h 2024-11-01T16:58:57.7766480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout.h 2024-11-01T16:58:57.7770368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward.h 2024-11-01T16:58:57.7775015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7778944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h 2024-11-01T16:58:57.7783040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h 2024-11-01T16:58:57.7787348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_native.h 2024-11-01T16:58:57.7791316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_ops.h 2024-11-01T16:58:57.7795754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7800109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_cpu_dispatch.h 2024-11-01T16:58:57.7822808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_cuda_dispatch.h 2024-11-01T16:58:57.7823226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_native.h 2024-11-01T16:58:57.7823606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_ops.h 2024-11-01T16:58:57.7823980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm.h 2024-11-01T16:58:57.7824417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward.h 2024-11-01T16:58:57.7828161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7831298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h 2024-11-01T16:58:57.7835314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h 2024-11-01T16:58:57.7840238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_native.h 2024-11-01T16:58:57.7843122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_ops.h 2024-11-01T16:58:57.7847403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7851255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cpu_dispatch.h 2024-11-01T16:58:57.7855204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cuda_dispatch.h 2024-11-01T16:58:57.7859692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_native.h 2024-11-01T16:58:57.7863562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_ops.h 2024-11-01T16:58:57.7867754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm.h 2024-11-01T16:58:57.7873140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward.h 2024-11-01T16:58:57.7876470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7880386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h 2024-11-01T16:58:57.7884272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h 2024-11-01T16:58:57.7888455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_native.h 2024-11-01T16:58:57.7892234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_ops.h 2024-11-01T16:58:57.7896128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7899802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h 2024-11-01T16:58:57.7904347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h 2024-11-01T16:58:57.7908063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_native.h 2024-11-01T16:58:57.7916660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_ops.h 2024-11-01T16:58:57.7918823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm.h 2024-11-01T16:58:57.7923074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.7927138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_native.h 2024-11-01T16:58:57.7931501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_ops.h 2024-11-01T16:58:57.7935346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne.h 2024-11-01T16:58:57.7938787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg.h 2024-11-01T16:58:57.7942596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative.h 2024-11-01T16:58:57.7946236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7949735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_native.h 2024-11-01T16:58:57.7953561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_ops.h 2024-11-01T16:58:57.7958235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.7961468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_cpu_dispatch.h 2024-11-01T16:58:57.7965654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_cuda_dispatch.h 2024-11-01T16:58:57.7969186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_meta.h 2024-11-01T16:58:57.7972605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_meta_dispatch.h 2024-11-01T16:58:57.7976144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_native.h 2024-11-01T16:58:57.7979742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_ops.h 2024-11-01T16:58:57.7983238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor.h 2024-11-01T16:58:57.7987147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.7990795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_native.h 2024-11-01T16:58:57.7994881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_ops.h 2024-11-01T16:58:57.7998785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty.h 2024-11-01T16:58:57.8002729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.8006497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_native.h 2024-11-01T16:58:57.8010184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_ops.h 2024-11-01T16:58:57.8014175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided.h 2024-11-01T16:58:57.8018633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.8022415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.8026014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_native.h 2024-11-01T16:58:57.8029669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_ops.h 2024-11-01T16:58:57.8033584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full.h 2024-11-01T16:58:57.8037331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.8041077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_native.h 2024-11-01T16:58:57.8044812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_ops.h 2024-11-01T16:58:57.8048684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones.h 2024-11-01T16:58:57.8052673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.8056391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_native.h 2024-11-01T16:58:57.8061057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_ops.h 2024-11-01T16:58:57.8063848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros.h 2024-11-01T16:58:57.8068643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.8072854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_native.h 2024-11-01T16:58:57.8076579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_ops.h 2024-11-01T16:58:57.8080485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter.h 2024-11-01T16:58:57.8084781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.8088972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_cpu_dispatch.h 2024-11-01T16:58:57.8092364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_cuda_dispatch.h 2024-11-01T16:58:57.8096298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_meta.h 2024-11-01T16:58:57.8101289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_meta_dispatch.h 2024-11-01T16:58:57.8104736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_native.h 2024-11-01T16:58:57.8108936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_ops.h 2024-11-01T16:58:57.8113392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.8117443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_cpu_dispatch.h 2024-11-01T16:58:57.8120810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_cuda_dispatch.h 2024-11-01T16:58:57.8124669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_meta.h 2024-11-01T16:58:57.8129217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_meta_dispatch.h 2024-11-01T16:58:57.8132526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_native.h 2024-11-01T16:58:57.8137277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_ops.h 2024-11-01T16:58:57.8141154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss.h 2024-11-01T16:58:57.8145156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d.h 2024-11-01T16:58:57.8149044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward.h 2024-11-01T16:58:57.8153148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h 2024-11-01T16:58:57.8156592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h 2024-11-01T16:58:57.8160873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_native.h 2024-11-01T16:58:57.8165363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_ops.h 2024-11-01T16:58:57.8169980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8173782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward.h 2024-11-01T16:58:57.8177917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h 2024-11-01T16:58:57.8181786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h 2024-11-01T16:58:57.8185778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_native.h 2024-11-01T16:58:57.8190098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_ops.h 2024-11-01T16:58:57.8193931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_native.h 2024-11-01T16:58:57.8197924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_ops.h 2024-11-01T16:58:57.8201667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward.h 2024-11-01T16:58:57.8206278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.8210950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h 2024-11-01T16:58:57.8215116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h 2024-11-01T16:58:57.8218715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta.h 2024-11-01T16:58:57.8223038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h 2024-11-01T16:58:57.8226888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_native.h 2024-11-01T16:58:57.8230570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_ops.h 2024-11-01T16:58:57.8234700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8238669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward.h 2024-11-01T16:58:57.8243650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.8246846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h 2024-11-01T16:58:57.8250954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h 2024-11-01T16:58:57.8254920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta.h 2024-11-01T16:58:57.8258743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h 2024-11-01T16:58:57.8262757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_native.h 2024-11-01T16:58:57.8266795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_ops.h 2024-11-01T16:58:57.8271575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_native.h 2024-11-01T16:58:57.8274542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd.h 2024-11-01T16:58:57.8278824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8283132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_native.h 2024-11-01T16:58:57.8286897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_ops.h 2024-11-01T16:58:57.8290886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_ops.h 2024-11-01T16:58:57.8294664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero.h 2024-11-01T16:58:57.8298086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_cpu_dispatch.h 2024-11-01T16:58:57.8331891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_cuda_dispatch.h 2024-11-01T16:58:57.8332273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_native.h 2024-11-01T16:58:57.8332614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy.h 2024-11-01T16:58:57.8333306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8333691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_native.h 2024-11-01T16:58:57.8334059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_ops.h 2024-11-01T16:58:57.8334407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_ops.h 2024-11-01T16:58:57.8334913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static.h 2024-11-01T16:58:57.8339085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_cpu_dispatch.h 2024-11-01T16:58:57.8343907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_native.h 2024-11-01T16:58:57.8347299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_ops.h 2024-11-01T16:58:57.8351317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm.h 2024-11-01T16:58:57.8355622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal.h 2024-11-01T16:58:57.8359023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.8362689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_cpu_dispatch.h 2024-11-01T16:58:57.8366712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_cuda_dispatch.h 2024-11-01T16:58:57.8370368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_meta_dispatch.h 2024-11-01T16:58:57.8374406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_native.h 2024-11-01T16:58:57.8378344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_ops.h 2024-11-01T16:58:57.8726674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.8730060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.8733876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8737800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_cpu_dispatch.h 2024-11-01T16:58:57.8741770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_cuda_dispatch.h 2024-11-01T16:58:57.8745992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim.h 2024-11-01T16:58:57.8749923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8753564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_native.h 2024-11-01T16:58:57.8757375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_ops.h 2024-11-01T16:58:57.8761335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_meta.h 2024-11-01T16:58:57.8765521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_meta_dispatch.h 2024-11-01T16:58:57.8769246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_native.h 2024-11-01T16:58:57.8773293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_ops.h 2024-11-01T16:58:57.8776772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal.h 2024-11-01T16:58:57.8781000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8784850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_native.h 2024-11-01T16:58:57.8788675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_ops.h 2024-11-01T16:58:57.8792340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm.h 2024-11-01T16:58:57.8796450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8800428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_native.h 2024-11-01T16:58:57.8804564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_ops.h 2024-11-01T16:58:57.8808778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T.h 2024-11-01T16:58:57.8812519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8816324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_native.h 2024-11-01T16:58:57.8820719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_ops.h 2024-11-01T16:58:57.8824436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones.h 2024-11-01T16:58:57.8828895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.8831959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like.h 2024-11-01T16:58:57.8836094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.8840141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_native.h 2024-11-01T16:58:57.8843935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_ops.h 2024-11-01T16:58:57.8847983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_native.h 2024-11-01T16:58:57.8851635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_ops.h 2024-11-01T16:58:57.8855097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot.h 2024-11-01T16:58:57.8859181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8862626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_native.h 2024-11-01T16:58:57.8866025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_ops.h 2024-11-01T16:58:57.8869562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or.h 2024-11-01T16:58:57.8872931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr.h 2024-11-01T16:58:57.8876562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8879943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_native.h 2024-11-01T16:58:57.8884000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_ops.h 2024-11-01T16:58:57.8887447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr.h 2024-11-01T16:58:57.8891018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_cpu_dispatch.h 2024-11-01T16:58:57.8894687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_cuda_dispatch.h 2024-11-01T16:58:57.8898380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_native.h 2024-11-01T16:58:57.8902305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_ops.h 2024-11-01T16:58:57.8906136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8909404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_native.h 2024-11-01T16:58:57.8913252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_ops.h 2024-11-01T16:58:57.8916723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer.h 2024-11-01T16:58:57.8920496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8923965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_native.h 2024-11-01T16:58:57.8927391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_ops.h 2024-11-01T16:58:57.8930957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr.h 2024-11-01T16:58:57.8934909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8938746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_native.h 2024-11-01T16:58:57.8942267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_ops.h 2024-11-01T16:58:57.8945840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad.h 2024-11-01T16:58:57.8949701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8953133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_native.h 2024-11-01T16:58:57.8957096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_ops.h 2024-11-01T16:58:57.8961114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence.h 2024-11-01T16:58:57.8964789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8968542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_native.h 2024-11-01T16:58:57.8972156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_ops.h 2024-11-01T16:58:57.8976392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance.h 2024-11-01T16:58:57.8981080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.8984587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_native.h 2024-11-01T16:58:57.8988396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_ops.h 2024-11-01T16:58:57.8992204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist.h 2024-11-01T16:58:57.8995737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9000112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_native.h 2024-11-01T16:58:57.9004225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_ops.h 2024-11-01T16:58:57.9007777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute.h 2024-11-01T16:58:57.9011349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9015023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy.h 2024-11-01T16:58:57.9019006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.9022938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9027005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_native.h 2024-11-01T16:58:57.9030823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_ops.h 2024-11-01T16:58:57.9034604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_native.h 2024-11-01T16:58:57.9038505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_ops.h 2024-11-01T16:58:57.9042291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse.h 2024-11-01T16:58:57.9045993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9049515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_native.h 2024-11-01T16:58:57.9053268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_ops.h 2024-11-01T16:58:57.9057165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory.h 2024-11-01T16:58:57.9061147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9064904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_native.h 2024-11-01T16:58:57.9068761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_ops.h 2024-11-01T16:58:57.9072453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle.h 2024-11-01T16:58:57.9076443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.9080113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9084114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h 2024-11-01T16:58:57.9087893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_native.h 2024-11-01T16:58:57.9091722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_ops.h 2024-11-01T16:58:57.9095316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle.h 2024-11-01T16:58:57.9099478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.9103938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9107769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h 2024-11-01T16:58:57.9111929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_native.h 2024-11-01T16:58:57.9116167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_ops.h 2024-11-01T16:58:57.9119753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson.h 2024-11-01T16:58:57.9123613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9127158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_cpu_dispatch.h 2024-11-01T16:58:57.9130983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_cuda_dispatch.h 2024-11-01T16:58:57.9134904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_native.h 2024-11-01T16:58:57.9138628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss.h 2024-11-01T16:58:57.9142675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9146682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_native.h 2024-11-01T16:58:57.9150420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_ops.h 2024-11-01T16:58:57.9154353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_ops.h 2024-11-01T16:58:57.9158020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar.h 2024-11-01T16:58:57.9161704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9165774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_cpu_dispatch.h 2024-11-01T16:58:57.9169427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_cuda_dispatch.h 2024-11-01T16:58:57.9173328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_native.h 2024-11-01T16:58:57.9176927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_ops.h 2024-11-01T16:58:57.9180724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma.h 2024-11-01T16:58:57.9184821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.9188397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9192167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_cpu_dispatch.h 2024-11-01T16:58:57.9196164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_cuda_dispatch.h 2024-11-01T16:58:57.9199947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_meta.h 2024-11-01T16:58:57.9203796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_meta_dispatch.h 2024-11-01T16:58:57.9207745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_native.h 2024-11-01T16:58:57.9211421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_ops.h 2024-11-01T16:58:57.9215334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive.h 2024-11-01T16:58:57.9219133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9222579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_native.h 2024-11-01T16:58:57.9226476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_ops.h 2024-11-01T16:58:57.9230318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow.h 2024-11-01T16:58:57.9234263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.9237572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_cpu_dispatch.h 2024-11-01T16:58:57.9241243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_cuda_dispatch.h 2024-11-01T16:58:57.9245060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_meta.h 2024-11-01T16:58:57.9248809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_meta_dispatch.h 2024-11-01T16:58:57.9252365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_native.h 2024-11-01T16:58:57.9256385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_ops.h 2024-11-01T16:58:57.9259762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu.h 2024-11-01T16:58:57.9263821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9267998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_native.h 2024-11-01T16:58:57.9272971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_ops.h 2024-11-01T16:58:57.9277202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod.h 2024-11-01T16:58:57.9282215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.9287553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9291666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9295231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_cpu_dispatch.h 2024-11-01T16:58:57.9299218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_cuda_dispatch.h 2024-11-01T16:58:57.9303139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_meta.h 2024-11-01T16:58:57.9306992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_meta_dispatch.h 2024-11-01T16:58:57.9311344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_native.h 2024-11-01T16:58:57.9315798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_ops.h 2024-11-01T16:58:57.9320081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types.h 2024-11-01T16:58:57.9325210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9329451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_native.h 2024-11-01T16:58:57.9334448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_ops.h 2024-11-01T16:58:57.9338728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put.h 2024-11-01T16:58:57.9342795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9346765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_cpu_dispatch.h 2024-11-01T16:58:57.9350893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_cuda_dispatch.h 2024-11-01T16:58:57.9354715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_meta_dispatch.h 2024-11-01T16:58:57.9358388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_native.h 2024-11-01T16:58:57.9362266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_ops.h 2024-11-01T16:58:57.9366114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr.h 2024-11-01T16:58:57.9369650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9373438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_native.h 2024-11-01T16:58:57.9377600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_ops.h 2024-11-01T16:58:57.9381433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme.h 2024-11-01T16:58:57.9384566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme_native.h 2024-11-01T16:58:57.9388342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme_ops.h 2024-11-01T16:58:57.9392387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile.h 2024-11-01T16:58:57.9396272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9399575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_native.h 2024-11-01T16:58:57.9403788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_ops.h 2024-11-01T16:58:57.9407623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm.h 2024-11-01T16:58:57.9411859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9415689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_native.h 2024-11-01T16:58:57.9419483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_ops.h 2024-11-01T16:58:57.9423378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell.h 2024-11-01T16:58:57.9428004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9431565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_native.h 2024-11-01T16:58:57.9435954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_ops.h 2024-11-01T16:58:57.9439798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell.h 2024-11-01T16:58:57.9443903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9447541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_native.h 2024-11-01T16:58:57.9451520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_ops.h 2024-11-01T16:58:57.9455224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d.h 2024-11-01T16:58:57.9459743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9463334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_native.h 2024-11-01T16:58:57.9467088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_ops.h 2024-11-01T16:58:57.9470858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d.h 2024-11-01T16:58:57.9474861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9478766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_native.h 2024-11-01T16:58:57.9482966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_ops.h 2024-11-01T16:58:57.9486790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d.h 2024-11-01T16:58:57.9491138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9495455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_native.h 2024-11-01T16:58:57.9499169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_ops.h 2024-11-01T16:58:57.9502919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell.h 2024-11-01T16:58:57.9507229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9511170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_native.h 2024-11-01T16:58:57.9514742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h 2024-11-01T16:58:57.9518283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell.h 2024-11-01T16:58:57.9522567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9526307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h 2024-11-01T16:58:57.9530185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h 2024-11-01T16:58:57.9534641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel.h 2024-11-01T16:58:57.9538906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9542701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h 2024-11-01T16:58:57.9547259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h 2024-11-01T16:58:57.9550502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_native.h 2024-11-01T16:58:57.9554295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_ops.h 2024-11-01T16:58:57.9558143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor.h 2024-11-01T16:58:57.9562481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9566140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h 2024-11-01T16:58:57.9570191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h 2024-11-01T16:58:57.9574281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic.h 2024-11-01T16:58:57.9578389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9582483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h 2024-11-01T16:58:57.9586308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h 2024-11-01T16:58:57.9590277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h 2024-11-01T16:58:57.9594310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h 2024-11-01T16:58:57.9598011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_native.h 2024-11-01T16:58:57.9602113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_ops.h 2024-11-01T16:58:57.9606403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis.h 2024-11-01T16:58:57.9609776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_native.h 2024-11-01T16:58:57.9613313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_ops.h 2024-11-01T16:58:57.9616928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales.h 2024-11-01T16:58:57.9621526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9625168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_native.h 2024-11-01T16:58:57.9629562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_ops.h 2024-11-01T16:58:57.9633638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points.h 2024-11-01T16:58:57.9638010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9641748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_native.h 2024-11-01T16:58:57.9651110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_ops.h 2024-11-01T16:58:57.9652175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale.h 2024-11-01T16:58:57.9656069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale_native.h 2024-11-01T16:58:57.9660010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale_ops.h 2024-11-01T16:58:57.9663643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point.h 2024-11-01T16:58:57.9667450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point_native.h 2024-11-01T16:58:57.9671776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point_ops.h 2024-11-01T16:58:57.9675605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg.h 2024-11-01T16:58:57.9679611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9683674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_native.h 2024-11-01T16:58:57.9687574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_ops.h 2024-11-01T16:58:57.9691811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand.h 2024-11-01T16:58:57.9695444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint.h 2024-11-01T16:58:57.9699477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9703317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like.h 2024-11-01T16:58:57.9707553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9711274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_native.h 2024-11-01T16:58:57.9715026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_ops.h 2024-11-01T16:58:57.9719229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_native.h 2024-11-01T16:58:57.9723165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_ops.h 2024-11-01T16:58:57.9755326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn.h 2024-11-01T16:58:57.9759274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9763392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9766928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like.h 2024-11-01T16:58:57.9771340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9775691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h 2024-11-01T16:58:57.9779613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_native.h 2024-11-01T16:58:57.9783274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_ops.h 2024-11-01T16:58:57.9787548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_native.h 2024-11-01T16:58:57.9791521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_ops.h 2024-11-01T16:58:57.9795314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random.h 2024-11-01T16:58:57.9799030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9803056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_cpu_dispatch.h 2024-11-01T16:58:57.9806934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_cuda_dispatch.h 2024-11-01T16:58:57.9812096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_meta_dispatch.h 2024-11-01T16:58:57.9816745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_native.h 2024-11-01T16:58:57.9821394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_ops.h 2024-11-01T16:58:57.9825306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm.h 2024-11-01T16:58:57.9829264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9834432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_cpu_dispatch.h 2024-11-01T16:58:57.9837091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_cuda_dispatch.h 2024-11-01T16:58:57.9841043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_native.h 2024-11-01T16:58:57.9844995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_ops.h 2024-11-01T16:58:57.9849237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9853015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9857165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like.h 2024-11-01T16:58:57.9861321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9864808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_native.h 2024-11-01T16:58:57.9868771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_ops.h 2024-11-01T16:58:57.9872808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_native.h 2024-11-01T16:58:57.9876535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_ops.h 2024-11-01T16:58:57.9879917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range.h 2024-11-01T16:58:57.9884137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:57.9887895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_cpu_dispatch.h 2024-11-01T16:58:57.9891670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_cuda_dispatch.h 2024-11-01T16:58:57.9895579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_meta_dispatch.h 2024-11-01T16:58:57.9899472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_native.h 2024-11-01T16:58:57.9903361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_ops.h 2024-11-01T16:58:57.9907165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel.h 2024-11-01T16:58:57.9910856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9914569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_native.h 2024-11-01T16:58:57.9918291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_ops.h 2024-11-01T16:58:57.9921876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real.h 2024-11-01T16:58:57.9926735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9930368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_native.h 2024-11-01T16:58:57.9934231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_ops.h 2024-11-01T16:58:57.9937612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal.h 2024-11-01T16:58:57.9941711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:57.9945195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_cpu_dispatch.h 2024-11-01T16:58:57.9948914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_cuda_dispatch.h 2024-11-01T16:58:57.9953163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta.h 2024-11-01T16:58:57.9956996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta_dispatch.h 2024-11-01T16:58:57.9960890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_native.h 2024-11-01T16:58:57.9964658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_ops.h 2024-11-01T16:58:57.9968523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream.h 2024-11-01T16:58:57.9972488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_cuda_dispatch.h 2024-11-01T16:58:57.9976178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_native.h 2024-11-01T16:58:57.9979868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_ops.h 2024-11-01T16:58:57.9983742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names.h 2024-11-01T16:58:57.9987893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:57.9991928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_native.h 2024-11-01T16:58:57.9995686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_ops.h 2024-11-01T16:58:57.9999450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d.h 2024-11-01T16:58:58.0003792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward.h 2024-11-01T16:58:58.0007925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.0011798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h 2024-11-01T16:58:58.0015563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h 2024-11-01T16:58:58.0019608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta.h 2024-11-01T16:58:58.0023600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h 2024-11-01T16:58:58.0027325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_native.h 2024-11-01T16:58:58.0031006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_ops.h 2024-11-01T16:58:58.0035371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.0039219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h 2024-11-01T16:58:58.0043119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h 2024-11-01T16:58:58.0047056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta.h 2024-11-01T16:58:58.0051112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h 2024-11-01T16:58:58.0054932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_native.h 2024-11-01T16:58:58.0058923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_ops.h 2024-11-01T16:58:58.0062737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d.h 2024-11-01T16:58:58.0066901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward.h 2024-11-01T16:58:58.0070769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h 2024-11-01T16:58:58.0074684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h 2024-11-01T16:58:58.0078846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_native.h 2024-11-01T16:58:58.0083061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_ops.h 2024-11-01T16:58:58.0086881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h 2024-11-01T16:58:58.0091235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h 2024-11-01T16:58:58.0095047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_native.h 2024-11-01T16:58:58.0098970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_ops.h 2024-11-01T16:58:58.0102700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d.h 2024-11-01T16:58:58.0106633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward.h 2024-11-01T16:58:58.0111000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.0114697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h 2024-11-01T16:58:58.0118608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h 2024-11-01T16:58:58.0122657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta.h 2024-11-01T16:58:58.0126865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h 2024-11-01T16:58:58.0131005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_native.h 2024-11-01T16:58:58.0134858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_ops.h 2024-11-01T16:58:58.0139625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.0143321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h 2024-11-01T16:58:58.0147194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h 2024-11-01T16:58:58.0151069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta.h 2024-11-01T16:58:58.0155525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h 2024-11-01T16:58:58.0159313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_native.h 2024-11-01T16:58:58.0163225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_ops.h 2024-11-01T16:58:58.0166903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu.h 2024-11-01T16:58:58.0170297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6.h 2024-11-01T16:58:58.0174190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0178482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_native.h 2024-11-01T16:58:58.0182279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_ops.h 2024-11-01T16:58:58.0186480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.0190447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_cpu_dispatch.h 2024-11-01T16:58:58.0194222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_cuda_dispatch.h 2024-11-01T16:58:58.0198029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_meta_dispatch.h 2024-11-01T16:58:58.0201677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_native.h 2024-11-01T16:58:58.0205362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_ops.h 2024-11-01T16:58:58.0208715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder.h 2024-11-01T16:58:58.0212725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.0216738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.0246553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_cpu_dispatch.h 2024-11-01T16:58:58.0250720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_cuda_dispatch.h 2024-11-01T16:58:58.0254905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_meta.h 2024-11-01T16:58:58.0258745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_meta_dispatch.h 2024-11-01T16:58:58.0262420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_native.h 2024-11-01T16:58:58.0266406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_ops.h 2024-11-01T16:58:58.0270203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename.h 2024-11-01T16:58:58.0274094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0277740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_native.h 2024-11-01T16:58:58.0281465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_ops.h 2024-11-01T16:58:58.0285346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm.h 2024-11-01T16:58:58.0289806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.0293614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_cpu_dispatch.h 2024-11-01T16:58:58.0297425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_cuda_dispatch.h 2024-11-01T16:58:58.0301140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_meta.h 2024-11-01T16:58:58.0304822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_meta_dispatch.h 2024-11-01T16:58:58.0309091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_native.h 2024-11-01T16:58:58.0313103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_ops.h 2024-11-01T16:58:58.0317559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat.h 2024-11-01T16:58:58.0339533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.0340670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave.h 2024-11-01T16:58:58.0341808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.0343250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0352140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h 2024-11-01T16:58:58.0353222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h 2024-11-01T16:58:58.0354264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_native.h 2024-11-01T16:58:58.0355248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_ops.h 2024-11-01T16:58:58.0359265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_native.h 2024-11-01T16:58:58.0364723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_ops.h 2024-11-01T16:58:58.0369279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d.h 2024-11-01T16:58:58.0373077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward.h 2024-11-01T16:58:58.0377481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.0381478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h 2024-11-01T16:58:58.0386408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h 2024-11-01T16:58:58.0389942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta.h 2024-11-01T16:58:58.0393924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h 2024-11-01T16:58:58.0397992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_native.h 2024-11-01T16:58:58.0402360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_ops.h 2024-11-01T16:58:58.0406743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.0410944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h 2024-11-01T16:58:58.0415272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h 2024-11-01T16:58:58.0419431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta.h 2024-11-01T16:58:58.0423658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta_dispatch.h 2024-11-01T16:58:58.0428125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_native.h 2024-11-01T16:58:58.0433169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_ops.h 2024-11-01T16:58:58.0437094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d.h 2024-11-01T16:58:58.0441206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward.h 2024-11-01T16:58:58.0445239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h 2024-11-01T16:58:58.0449431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h 2024-11-01T16:58:58.0453428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_native.h 2024-11-01T16:58:58.0457543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_ops.h 2024-11-01T16:58:58.0462261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.0466244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h 2024-11-01T16:58:58.0470628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h 2024-11-01T16:58:58.0474566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta.h 2024-11-01T16:58:58.0478821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta_dispatch.h 2024-11-01T16:58:58.0483105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_native.h 2024-11-01T16:58:58.0487058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_ops.h 2024-11-01T16:58:58.0491244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d.h 2024-11-01T16:58:58.0495480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward.h 2024-11-01T16:58:58.0499800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h 2024-11-01T16:58:58.0503790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h 2024-11-01T16:58:58.0507721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_native.h 2024-11-01T16:58:58.0511787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_ops.h 2024-11-01T16:58:58.0516262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.0520396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h 2024-11-01T16:58:58.0524618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h 2024-11-01T16:58:58.0529043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta.h 2024-11-01T16:58:58.0532704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta_dispatch.h 2024-11-01T16:58:58.0537147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_native.h 2024-11-01T16:58:58.0541560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_ops.h 2024-11-01T16:58:58.0545623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad.h 2024-11-01T16:58:58.0550136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0554027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_native.h 2024-11-01T16:58:58.0557677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_ops.h 2024-11-01T16:58:58.0561367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape.h 2024-11-01T16:58:58.0565038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as.h 2024-11-01T16:58:58.0569430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h 2024-11-01T16:58:58.0573474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0577543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_native.h 2024-11-01T16:58:58.0581290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_ops.h 2024-11-01T16:58:58.0585591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h 2024-11-01T16:58:58.0590048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0593990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_native.h 2024-11-01T16:58:58.0597997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_ops.h 2024-11-01T16:58:58.0602879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize.h 2024-11-01T16:58:58.0606508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as.h 2024-11-01T16:58:58.0610463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.0614216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_native.h 2024-11-01T16:58:58.0618208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_ops.h 2024-11-01T16:58:58.0622114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse.h 2024-11-01T16:58:58.0626965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.0630770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h 2024-11-01T16:58:58.0634699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_native.h 2024-11-01T16:58:58.0638725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_ops.h 2024-11-01T16:58:58.0643230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.0647441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_cpu_dispatch.h 2024-11-01T16:58:58.0651487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_cuda_dispatch.h 2024-11-01T16:58:58.0655602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_meta_dispatch.h 2024-11-01T16:58:58.0659147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_native.h 2024-11-01T16:58:58.0663239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_ops.h 2024-11-01T16:58:58.0667089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj.h 2024-11-01T16:58:58.0671315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0675215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_native.h 2024-11-01T16:58:58.0679126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_ops.h 2024-11-01T16:58:58.0683115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg.h 2024-11-01T16:58:58.0687440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0691286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_native.h 2024-11-01T16:58:58.0695166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_ops.h 2024-11-01T16:58:58.0699112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type.h 2024-11-01T16:58:58.0703353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0707072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_native.h 2024-11-01T16:58:58.0710962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_ops.h 2024-11-01T16:58:58.0715092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad.h 2024-11-01T16:58:58.0719099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0722944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_native.h 2024-11-01T16:58:58.0727412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_ops.h 2024-11-01T16:58:58.0731457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad.h 2024-11-01T16:58:58.0735623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0739565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_native.h 2024-11-01T16:58:58.0743736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_ops.h 2024-11-01T16:58:58.0747998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm.h 2024-11-01T16:58:58.0752310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0756477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_native.h 2024-11-01T16:58:58.0760191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_ops.h 2024-11-01T16:58:58.0764063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu.h 2024-11-01T16:58:58.0767919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell.h 2024-11-01T16:58:58.0772080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0776615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_native.h 2024-11-01T16:58:58.0780386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_ops.h 2024-11-01T16:58:58.0784275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0788067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_native.h 2024-11-01T16:58:58.0792323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_ops.h 2024-11-01T16:58:58.0796258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh.h 2024-11-01T16:58:58.0800050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell.h 2024-11-01T16:58:58.0804492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.0808496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_native.h 2024-11-01T16:58:58.0812596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_ops.h 2024-11-01T16:58:58.3913693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.3916832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_native.h 2024-11-01T16:58:58.3920561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_ops.h 2024-11-01T16:58:58.3924940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll.h 2024-11-01T16:58:58.3928776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.3932098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_cpu_dispatch.h 2024-11-01T16:58:58.3935801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_cuda_dispatch.h 2024-11-01T16:58:58.3939539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_native.h 2024-11-01T16:58:58.3942971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_ops.h 2024-11-01T16:58:58.3946274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90.h 2024-11-01T16:58:58.3950147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.3953924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_native.h 2024-11-01T16:58:58.3957769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_ops.h 2024-11-01T16:58:58.3961365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round.h 2024-11-01T16:58:58.3966232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.3969665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_cpu_dispatch.h 2024-11-01T16:58:58.3973442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_cuda_dispatch.h 2024-11-01T16:58:58.3977039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_meta.h 2024-11-01T16:58:58.3980950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_meta_dispatch.h 2024-11-01T16:58:58.3984707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_native.h 2024-11-01T16:58:58.3989177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_ops.h 2024-11-01T16:58:58.3993032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices.h 2024-11-01T16:58:58.3996842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4008042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy.h 2024-11-01T16:58:58.4009286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4010899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4012203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_native.h 2024-11-01T16:58:58.4016147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_ops.h 2024-11-01T16:58:58.4019849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_native.h 2024-11-01T16:58:58.4023502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_ops.h 2024-11-01T16:58:58.4027368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack.h 2024-11-01T16:58:58.4031253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.4034940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_native.h 2024-11-01T16:58:58.4039041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_ops.h 2024-11-01T16:58:58.4042833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu.h 2024-11-01T16:58:58.4046643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.4050357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_native.h 2024-11-01T16:58:58.4054025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_ops.h 2024-11-01T16:58:58.4058103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise.h 2024-11-01T16:58:58.4061604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward.h 2024-11-01T16:58:58.4065720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4070245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_native.h 2024-11-01T16:58:58.4074031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_ops.h 2024-11-01T16:58:58.4077853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h 2024-11-01T16:58:58.4081732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h 2024-11-01T16:58:58.4085752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h 2024-11-01T16:58:58.4089781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_native.h 2024-11-01T16:58:58.4093842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_ops.h 2024-11-01T16:58:58.4097545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift.h 2024-11-01T16:58:58.4101209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4104837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_cpu_dispatch.h 2024-11-01T16:58:58.4108508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_cuda_dispatch.h 2024-11-01T16:58:58.4112190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_meta_dispatch.h 2024-11-01T16:58:58.4115809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_native.h 2024-11-01T16:58:58.4119759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_ops.h 2024-11-01T16:58:58.4127798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt.h 2024-11-01T16:58:58.4131603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4135300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_cpu_dispatch.h 2024-11-01T16:58:58.4139209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_cuda_dispatch.h 2024-11-01T16:58:58.4143610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta.h 2024-11-01T16:58:58.4147533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta_dispatch.h 2024-11-01T16:58:58.4151271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_native.h 2024-11-01T16:58:58.4155002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_ops.h 2024-11-01T16:58:58.4158981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub.h 2024-11-01T16:58:58.4162916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4166387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_cpu_dispatch.h 2024-11-01T16:58:58.4170027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_cuda_dispatch.h 2024-11-01T16:58:58.4173859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_native.h 2024-11-01T16:58:58.4177427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_ops.h 2024-11-01T16:58:58.4181101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor.h 2024-11-01T16:58:58.4185612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4189507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_native.h 2024-11-01T16:58:58.4193483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_ops.h 2024-11-01T16:58:58.4197341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention.h 2024-11-01T16:58:58.4201319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.4205187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_native.h 2024-11-01T16:58:58.4209159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_ops.h 2024-11-01T16:58:58.4213011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter.h 2024-11-01T16:58:58.4216400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add.h 2024-11-01T16:58:58.4220900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4224625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.4228466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_cpu_dispatch.h 2024-11-01T16:58:58.4232525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_cuda_dispatch.h 2024-11-01T16:58:58.4236429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta.h 2024-11-01T16:58:58.4240099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta_dispatch.h 2024-11-01T16:58:58.4244067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_native.h 2024-11-01T16:58:58.4248266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_ops.h 2024-11-01T16:58:58.4252472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4256123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.4259877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_cpu_dispatch.h 2024-11-01T16:58:58.4264278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_cuda_dispatch.h 2024-11-01T16:58:58.4268786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_meta.h 2024-11-01T16:58:58.4272688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_meta_dispatch.h 2024-11-01T16:58:58.4277068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_native.h 2024-11-01T16:58:58.4281222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_ops.h 2024-11-01T16:58:58.4285102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce.h 2024-11-01T16:58:58.4290832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4294983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h 2024-11-01T16:58:58.4298797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h 2024-11-01T16:58:58.4303621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta.h 2024-11-01T16:58:58.4308533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta_dispatch.h 2024-11-01T16:58:58.4312861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_native.h 2024-11-01T16:58:58.4317547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_ops.h 2024-11-01T16:58:58.4321263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted.h 2024-11-01T16:58:58.4325523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_cpu_dispatch.h 2024-11-01T16:58:58.4329644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_cuda_dispatch.h 2024-11-01T16:58:58.4334603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_native.h 2024-11-01T16:58:58.4340349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_ops.h 2024-11-01T16:58:58.4345742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce.h 2024-11-01T16:58:58.4351258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4356734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cpu_dispatch.h 2024-11-01T16:58:58.4362080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cuda_dispatch.h 2024-11-01T16:58:58.4365648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_native.h 2024-11-01T16:58:58.4370367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_ops.h 2024-11-01T16:58:58.4374086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select.h 2024-11-01T16:58:58.4378122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward.h 2024-11-01T16:58:58.4382603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4386782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4390932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_native.h 2024-11-01T16:58:58.4394989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_ops.h 2024-11-01T16:58:58.4399058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4402858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.4407152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy.h 2024-11-01T16:58:58.4411480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4415741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4419454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_native.h 2024-11-01T16:58:58.4423026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_ops.h 2024-11-01T16:58:58.4426713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_native.h 2024-11-01T16:58:58.4430394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_ops.h 2024-11-01T16:58:58.4435007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter.h 2024-11-01T16:58:58.4439805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4444344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4448517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_native.h 2024-11-01T16:58:58.4452296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_ops.h 2024-11-01T16:58:58.4456328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu.h 2024-11-01T16:58:58.4459799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.4463173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_native.h 2024-11-01T16:58:58.4466685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_ops.h 2024-11-01T16:58:58.4470258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set.h 2024-11-01T16:58:58.4473681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4477124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.4480720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_cpu_dispatch.h 2024-11-01T16:58:58.4484418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_cuda_dispatch.h 2024-11-01T16:58:58.4488036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data.h 2024-11-01T16:58:58.4492373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.4496210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_native.h 2024-11-01T16:58:58.4500130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_ops.h 2024-11-01T16:58:58.4504125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_meta_dispatch.h 2024-11-01T16:58:58.4507710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_native.h 2024-11-01T16:58:58.4511474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_ops.h 2024-11-01T16:58:58.4515823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn.h 2024-11-01T16:58:58.4519732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4523044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_cpu_dispatch.h 2024-11-01T16:58:58.4526907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_cuda_dispatch.h 2024-11-01T16:58:58.4530557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_meta.h 2024-11-01T16:58:58.4534492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_meta_dispatch.h 2024-11-01T16:58:58.4538714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_native.h 2024-11-01T16:58:58.4542914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_ops.h 2024-11-01T16:58:58.4546381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid.h 2024-11-01T16:58:58.4549889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward.h 2024-11-01T16:58:58.4553863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4557621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h 2024-11-01T16:58:58.4561442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h 2024-11-01T16:58:58.4565100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta.h 2024-11-01T16:58:58.4568881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h 2024-11-01T16:58:58.4573832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_native.h 2024-11-01T16:58:58.4577574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_ops.h 2024-11-01T16:58:58.4582038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4585676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_cpu_dispatch.h 2024-11-01T16:58:58.4589774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_cuda_dispatch.h 2024-11-01T16:58:58.4594213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta.h 2024-11-01T16:58:58.4598214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta_dispatch.h 2024-11-01T16:58:58.4602154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_native.h 2024-11-01T16:58:58.4606095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_ops.h 2024-11-01T16:58:58.4609858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign.h 2024-11-01T16:58:58.4613547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit.h 2024-11-01T16:58:58.4617697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4621063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_cpu_dispatch.h 2024-11-01T16:58:58.4625013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_cuda_dispatch.h 2024-11-01T16:58:58.4629270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_meta.h 2024-11-01T16:58:58.4633376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_meta_dispatch.h 2024-11-01T16:58:58.4638067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_native.h 2024-11-01T16:58:58.4642914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_ops.h 2024-11-01T16:58:58.4647153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4650786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_cpu_dispatch.h 2024-11-01T16:58:58.4655003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_cuda_dispatch.h 2024-11-01T16:58:58.4658317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_meta.h 2024-11-01T16:58:58.4662369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_meta_dispatch.h 2024-11-01T16:58:58.4666685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_native.h 2024-11-01T16:58:58.4671587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_ops.h 2024-11-01T16:58:58.4674958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu.h 2024-11-01T16:58:58.4679533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward.h 2024-11-01T16:58:58.4684289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4688359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.4692973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_cpu_dispatch.h 2024-11-01T16:58:58.4697569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_cuda_dispatch.h 2024-11-01T16:58:58.4701536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta.h 2024-11-01T16:58:58.4705490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta_dispatch.h 2024-11-01T16:58:58.4709564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_native.h 2024-11-01T16:58:58.4713655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_ops.h 2024-11-01T16:58:58.4718123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4721596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_cpu_dispatch.h 2024-11-01T16:58:58.4725612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_cuda_dispatch.h 2024-11-01T16:58:58.4729119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_meta.h 2024-11-01T16:58:58.4733153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_meta_dispatch.h 2024-11-01T16:58:58.4736913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_native.h 2024-11-01T16:58:58.4741667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_ops.h 2024-11-01T16:58:58.4745624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin.h 2024-11-01T16:58:58.4749641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc.h 2024-11-01T16:58:58.4753420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4757100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_cpu_dispatch.h 2024-11-01T16:58:58.4761084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_cuda_dispatch.h 2024-11-01T16:58:58.4765084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_meta.h 2024-11-01T16:58:58.4768736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_meta_dispatch.h 2024-11-01T16:58:58.4772518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_native.h 2024-11-01T16:58:58.4776968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_ops.h 2024-11-01T16:58:58.4780938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh.h 2024-11-01T16:58:58.4785109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4788902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_cpu_dispatch.h 2024-11-01T16:58:58.4792621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_cuda_dispatch.h 2024-11-01T16:58:58.4797030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_meta.h 2024-11-01T16:58:58.4801368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_meta_dispatch.h 2024-11-01T16:58:58.4805744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_native.h 2024-11-01T16:58:58.4810162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_ops.h 2024-11-01T16:58:58.4814676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4819243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_cpu_dispatch.h 2024-11-01T16:58:58.4823814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_cuda_dispatch.h 2024-11-01T16:58:58.4828204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_meta.h 2024-11-01T16:58:58.4832518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_meta_dispatch.h 2024-11-01T16:58:58.4837172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_native.h 2024-11-01T16:58:58.4842355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_ops.h 2024-11-01T16:58:58.4846669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size.h 2024-11-01T16:58:58.4851208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.4855637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_native.h 2024-11-01T16:58:58.4860273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_ops.h 2024-11-01T16:58:58.4865146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice.h 2024-11-01T16:58:58.4870079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward.h 2024-11-01T16:58:58.4874833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4878118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_native.h 2024-11-01T16:58:58.4882121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_ops.h 2024-11-01T16:58:58.4886287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4889767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy.h 2024-11-01T16:58:58.4893595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4897708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4901565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_native.h 2024-11-01T16:58:58.4905196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_ops.h 2024-11-01T16:58:58.4908789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse.h 2024-11-01T16:58:58.4912821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.4916572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_native.h 2024-11-01T16:58:58.4920430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_ops.h 2024-11-01T16:58:58.4924198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_native.h 2024-11-01T16:58:58.4928068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_ops.h 2024-11-01T16:58:58.4931947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter.h 2024-11-01T16:58:58.4936197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.4939760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5181212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_native.h 2024-11-01T16:58:58.5185021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_ops.h 2024-11-01T16:58:58.5188961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet.h 2024-11-01T16:58:58.5192728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.5196385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_native.h 2024-11-01T16:58:58.5200036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_ops.h 2024-11-01T16:58:58.5204597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d.h 2024-11-01T16:58:58.5208931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.5212583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward.h 2024-11-01T16:58:58.5216660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h 2024-11-01T16:58:58.5220304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_native.h 2024-11-01T16:58:58.5224077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_ops.h 2024-11-01T16:58:58.5227991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_native.h 2024-11-01T16:58:58.5231930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_ops.h 2024-11-01T16:58:58.5235519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d.h 2024-11-01T16:58:58.5239617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5243731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h 2024-11-01T16:58:58.5247590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h 2024-11-01T16:58:58.5251372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_native.h 2024-11-01T16:58:58.5255304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_ops.h 2024-11-01T16:58:58.5259156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d.h 2024-11-01T16:58:58.5263333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5267306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h 2024-11-01T16:58:58.5271179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h 2024-11-01T16:58:58.5275027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_native.h 2024-11-01T16:58:58.5278778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_ops.h 2024-11-01T16:58:58.5282711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d.h 2024-11-01T16:58:58.5286896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5290872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h 2024-11-01T16:58:58.5294817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h 2024-11-01T16:58:58.5298602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta.h 2024-11-01T16:58:58.5302414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h 2024-11-01T16:58:58.5306954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_native.h 2024-11-01T16:58:58.5310835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_ops.h 2024-11-01T16:58:58.5314628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d.h 2024-11-01T16:58:58.5318687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h 2024-11-01T16:58:58.5322821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h 2024-11-01T16:58:58.5326825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_native.h 2024-11-01T16:58:58.5330647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_ops.h 2024-11-01T16:58:58.5334632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm.h 2024-11-01T16:58:58.5338746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.5342475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_native.h 2024-11-01T16:58:58.5346771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_ops.h 2024-11-01T16:58:58.5350818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss.h 2024-11-01T16:58:58.5354364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward.h 2024-11-01T16:58:58.5364621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5365972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h 2024-11-01T16:58:58.5367138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h 2024-11-01T16:58:58.5371314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_native.h 2024-11-01T16:58:58.5374960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_ops.h 2024-11-01T16:58:58.5379141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5382999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h 2024-11-01T16:58:58.5386828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h 2024-11-01T16:58:58.5390574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta.h 2024-11-01T16:58:58.5394474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h 2024-11-01T16:58:58.5398312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_native.h 2024-11-01T16:58:58.5402151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_ops.h 2024-11-01T16:58:58.5405755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax.h 2024-11-01T16:58:58.5409874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5413574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.5417125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_native.h 2024-11-01T16:58:58.5420885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_ops.h 2024-11-01T16:58:58.5424456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus.h 2024-11-01T16:58:58.5427838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward.h 2024-11-01T16:58:58.5431802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5435447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cpu_dispatch.h 2024-11-01T16:58:58.5439057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cuda_dispatch.h 2024-11-01T16:58:58.5442780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta.h 2024-11-01T16:58:58.5447182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta_dispatch.h 2024-11-01T16:58:58.5450707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_native.h 2024-11-01T16:58:58.5454363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_ops.h 2024-11-01T16:58:58.5458425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5461960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_cpu_dispatch.h 2024-11-01T16:58:58.5465604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_cuda_dispatch.h 2024-11-01T16:58:58.5469116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_meta.h 2024-11-01T16:58:58.5473446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_meta_dispatch.h 2024-11-01T16:58:58.5477072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_native.h 2024-11-01T16:58:58.5480743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_ops.h 2024-11-01T16:58:58.5484540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink.h 2024-11-01T16:58:58.5488124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward.h 2024-11-01T16:58:58.5492118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5495787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h 2024-11-01T16:58:58.5499867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h 2024-11-01T16:58:58.5504467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta.h 2024-11-01T16:58:58.5508500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta_dispatch.h 2024-11-01T16:58:58.5512187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_native.h 2024-11-01T16:58:58.5515953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_ops.h 2024-11-01T16:58:58.5519925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5523747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_cpu_dispatch.h 2024-11-01T16:58:58.5527464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_cuda_dispatch.h 2024-11-01T16:58:58.5531098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_meta.h 2024-11-01T16:58:58.5534812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_meta_dispatch.h 2024-11-01T16:58:58.5538538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_native.h 2024-11-01T16:58:58.5542219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_ops.h 2024-11-01T16:58:58.5546063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss.h 2024-11-01T16:58:58.5549923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward.h 2024-11-01T16:58:58.5554775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5558401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_native.h 2024-11-01T16:58:58.5562022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_ops.h 2024-11-01T16:58:58.5565977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5569536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_native.h 2024-11-01T16:58:58.5573352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_ops.h 2024-11-01T16:58:58.5576957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort.h 2024-11-01T16:58:58.5580626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5584196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5587900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.5591642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_cpu_dispatch.h 2024-11-01T16:58:58.5595303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_cuda_dispatch.h 2024-11-01T16:58:58.5599076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_meta.h 2024-11-01T16:58:58.5602903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_meta_dispatch.h 2024-11-01T16:58:58.5607543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_native.h 2024-11-01T16:58:58.5611383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_ops.h 2024-11-01T16:58:58.5614829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor.h 2024-11-01T16:58:58.5618758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.5622473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_native.h 2024-11-01T16:58:58.5626454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_ops.h 2024-11-01T16:58:58.5630409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor.h 2024-11-01T16:58:58.5634810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.5638510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_native.h 2024-11-01T16:58:58.5642404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_ops.h 2024-11-01T16:58:58.5646166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor.h 2024-11-01T16:58:58.5650359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5654432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_native.h 2024-11-01T16:58:58.5658421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_ops.h 2024-11-01T16:58:58.5662049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor.h 2024-11-01T16:58:58.5666597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5670407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.5674044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_native.h 2024-11-01T16:58:58.5677957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_ops.h 2024-11-01T16:58:58.5681641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor.h 2024-11-01T16:58:58.5685807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.5689531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_native.h 2024-11-01T16:58:58.5693256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_ops.h 2024-11-01T16:58:58.5703180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor.h 2024-11-01T16:58:58.5707992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.5712674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_native.h 2024-11-01T16:58:58.5716245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_ops.h 2024-11-01T16:58:58.5719980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim.h 2024-11-01T16:58:58.5724148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5727959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_native.h 2024-11-01T16:58:58.5731714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_ops.h 2024-11-01T16:58:58.5735574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask.h 2024-11-01T16:58:58.5739555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5743572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_native.h 2024-11-01T16:58:58.5747349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_ops.h 2024-11-01T16:58:58.5750954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize.h 2024-11-01T16:58:58.5754773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear.h 2024-11-01T16:58:58.5758798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5763059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h 2024-11-01T16:58:58.5767006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_native.h 2024-11-01T16:58:58.5770739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_ops.h 2024-11-01T16:58:58.5774733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.5778838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_meta_dispatch.h 2024-11-01T16:58:58.5782613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_native.h 2024-11-01T16:58:58.5786644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_ops.h 2024-11-01T16:58:58.5791020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm.h 2024-11-01T16:58:58.5794615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_native.h 2024-11-01T16:58:58.5798352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_ops.h 2024-11-01T16:58:58.5802462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai.h 2024-11-01T16:58:58.5806494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5810005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h 2024-11-01T16:58:58.5814614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h 2024-11-01T16:58:58.5818300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta.h 2024-11-01T16:58:58.5822111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta_dispatch.h 2024-11-01T16:58:58.5825892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_native.h 2024-11-01T16:58:58.5829629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_ops.h 2024-11-01T16:58:58.5833437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0.h 2024-11-01T16:58:58.5837611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5841472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h 2024-11-01T16:58:58.5845787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h 2024-11-01T16:58:58.5849973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta.h 2024-11-01T16:58:58.5854244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h 2024-11-01T16:58:58.5858436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_native.h 2024-11-01T16:58:58.5862691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_ops.h 2024-11-01T16:58:58.5866828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1.h 2024-11-01T16:58:58.5871087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5874818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h 2024-11-01T16:58:58.5878897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h 2024-11-01T16:58:58.5882695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta.h 2024-11-01T16:58:58.5886973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h 2024-11-01T16:58:58.5891188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_native.h 2024-11-01T16:58:58.5894977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_ops.h 2024-11-01T16:58:58.5942113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0.h 2024-11-01T16:58:58.5946219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5950052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h 2024-11-01T16:58:58.5953861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h 2024-11-01T16:58:58.5958193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta.h 2024-11-01T16:58:58.5962093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h 2024-11-01T16:58:58.5965895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_native.h 2024-11-01T16:58:58.5969571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_ops.h 2024-11-01T16:58:58.5973358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1.h 2024-11-01T16:58:58.5977571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.5981358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h 2024-11-01T16:58:58.5985256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h 2024-11-01T16:58:58.5989031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta.h 2024-11-01T16:58:58.5992742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h 2024-11-01T16:58:58.5996414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_native.h 2024-11-01T16:58:58.6000428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_ops.h 2024-11-01T16:58:58.6004368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t.h 2024-11-01T16:58:58.6008667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6012460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.6016258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h 2024-11-01T16:58:58.6020261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h 2024-11-01T16:58:58.6023976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h 2024-11-01T16:58:58.6027919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h 2024-11-01T16:58:58.6032320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h 2024-11-01T16:58:58.6036387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h 2024-11-01T16:58:58.6040108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u.h 2024-11-01T16:58:58.6044333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6048664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.6052436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h 2024-11-01T16:58:58.6056458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h 2024-11-01T16:58:58.6060092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h 2024-11-01T16:58:58.6064048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h 2024-11-01T16:58:58.6067999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h 2024-11-01T16:58:58.6071905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h 2024-11-01T16:58:58.6075638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v.h 2024-11-01T16:58:58.6079713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6083591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.6087516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h 2024-11-01T16:58:58.6091319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h 2024-11-01T16:58:58.6095002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h 2024-11-01T16:58:58.6098761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h 2024-11-01T16:58:58.6102591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h 2024-11-01T16:58:58.6106764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h 2024-11-01T16:58:58.6110999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w.h 2024-11-01T16:58:58.6115329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6119276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.6123231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h 2024-11-01T16:58:58.6127288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h 2024-11-01T16:58:58.6131523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h 2024-11-01T16:58:58.6135408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h 2024-11-01T16:58:58.6139235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h 2024-11-01T16:58:58.6143032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h 2024-11-01T16:58:58.6146782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma.h 2024-11-01T16:58:58.6150648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.6154327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_native.h 2024-11-01T16:58:58.6158245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_ops.h 2024-11-01T16:58:58.6161901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr.h 2024-11-01T16:58:58.6166130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6170211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_cpu_dispatch.h 2024-11-01T16:58:58.6173880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_cuda_dispatch.h 2024-11-01T16:58:58.6177528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_meta.h 2024-11-01T16:58:58.6181262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_meta_dispatch.h 2024-11-01T16:58:58.6184989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_native.h 2024-11-01T16:58:58.6188659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_ops.h 2024-11-01T16:58:58.6192326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf.h 2024-11-01T16:58:58.6196014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc.h 2024-11-01T16:58:58.6199801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx.h 2024-11-01T16:58:58.6204433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6208073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cpu_dispatch.h 2024-11-01T16:58:58.6211963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cuda_dispatch.h 2024-11-01T16:58:58.6215922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta.h 2024-11-01T16:58:58.6219750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta_dispatch.h 2024-11-01T16:58:58.6223566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_native.h 2024-11-01T16:58:58.6227817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_ops.h 2024-11-01T16:58:58.6650935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.6654462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_native.h 2024-11-01T16:58:58.6658325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_ops.h 2024-11-01T16:58:58.6662202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv.h 2024-11-01T16:58:58.6666790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.6670769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_native.h 2024-11-01T16:58:58.6674972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_ops.h 2024-11-01T16:58:58.6678923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.6682558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_native.h 2024-11-01T16:58:58.6686273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_ops.h 2024-11-01T16:58:58.6689925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2.h 2024-11-01T16:58:58.6694145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.6697493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_native.h 2024-11-01T16:58:58.6701323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_ops.h 2024-11-01T16:58:58.6704961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit.h 2024-11-01T16:58:58.6709263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.6712720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_native.h 2024-11-01T16:58:58.6716757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_ops.h 2024-11-01T16:58:58.6720342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1.h 2024-11-01T16:58:58.6724456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.6728496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_native.h 2024-11-01T16:58:58.6732342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_ops.h 2024-11-01T16:58:58.6736082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc.h 2024-11-01T16:58:58.6739970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc.h 2024-11-01T16:58:58.6743923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.6747511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_native.h 2024-11-01T16:58:58.6751783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_ops.h 2024-11-01T16:58:58.6756353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.6759980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_native.h 2024-11-01T16:58:58.6763779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_ops.h 2024-11-01T16:58:58.6767604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln.h 2024-11-01T16:58:58.6771729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.6775300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_native.h 2024-11-01T16:58:58.6779362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_ops.h 2024-11-01T16:58:58.6783612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h.h 2024-11-01T16:58:58.6787481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he.h 2024-11-01T16:58:58.6791731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6795688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.6799569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h 2024-11-01T16:58:58.6803694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h 2024-11-01T16:58:58.6807658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta.h 2024-11-01T16:58:58.6811592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h 2024-11-01T16:58:58.6815394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_native.h 2024-11-01T16:58:58.6819283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_ops.h 2024-11-01T16:58:58.6823668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6827678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.6831402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h 2024-11-01T16:58:58.6835511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h 2024-11-01T16:58:58.6839804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta.h 2024-11-01T16:58:58.6844109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h 2024-11-01T16:58:58.6847931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_native.h 2024-11-01T16:58:58.6851837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_ops.h 2024-11-01T16:58:58.6855657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0.h 2024-11-01T16:58:58.6859806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e.h 2024-11-01T16:58:58.6863802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6868077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_cpu_dispatch.h 2024-11-01T16:58:58.6872181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_cuda_dispatch.h 2024-11-01T16:58:58.6876275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta.h 2024-11-01T16:58:58.6880581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta_dispatch.h 2024-11-01T16:58:58.6884717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_native.h 2024-11-01T16:58:58.6888631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_ops.h 2024-11-01T16:58:58.6892644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.6896626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_native.h 2024-11-01T16:58:58.6900846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_ops.h 2024-11-01T16:58:58.6904706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1.h 2024-11-01T16:58:58.6908470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e.h 2024-11-01T16:58:58.6912604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6916429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_cpu_dispatch.h 2024-11-01T16:58:58.6920185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_cuda_dispatch.h 2024-11-01T16:58:58.6924113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta.h 2024-11-01T16:58:58.6927851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta_dispatch.h 2024-11-01T16:58:58.6931729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_native.h 2024-11-01T16:58:58.6935559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_ops.h 2024-11-01T16:58:58.6939533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6943466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_cpu_dispatch.h 2024-11-01T16:58:58.6947453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_cuda_dispatch.h 2024-11-01T16:58:58.6951345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_meta.h 2024-11-01T16:58:58.6955125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_meta_dispatch.h 2024-11-01T16:58:58.6958823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_native.h 2024-11-01T16:58:58.6962876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_ops.h 2024-11-01T16:58:58.6967479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l.h 2024-11-01T16:58:58.6971021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.6975029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.6978785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h 2024-11-01T16:58:58.6982573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h 2024-11-01T16:58:58.6986316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h 2024-11-01T16:58:58.6990129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h 2024-11-01T16:58:58.6994137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_native.h 2024-11-01T16:58:58.6997974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h 2024-11-01T16:58:58.7001845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p.h 2024-11-01T16:58:58.7006046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7009991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7014003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h 2024-11-01T16:58:58.7017835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h 2024-11-01T16:58:58.7022040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta.h 2024-11-01T16:58:58.7026687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h 2024-11-01T16:58:58.7030512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_native.h 2024-11-01T16:58:58.7034798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_ops.h 2024-11-01T16:58:58.7038681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p.h 2024-11-01T16:58:58.7043292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7046960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_native.h 2024-11-01T16:58:58.7051198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_ops.h 2024-11-01T16:58:58.7055082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit.h 2024-11-01T16:58:58.7059140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7062999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_native.h 2024-11-01T16:58:58.7066947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_ops.h 2024-11-01T16:58:58.7070654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp.h 2024-11-01T16:58:58.7074821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7078485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_native.h 2024-11-01T16:58:58.7082844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_ops.h 2024-11-01T16:58:58.7086587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr.h 2024-11-01T16:58:58.7091044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7094603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h 2024-11-01T16:58:58.7098483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h 2024-11-01T16:58:58.7102200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta.h 2024-11-01T16:58:58.7106038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h 2024-11-01T16:58:58.7109845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_native.h 2024-11-01T16:58:58.7113647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_ops.h 2024-11-01T16:58:58.7117613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax.h 2024-11-01T16:58:58.7121849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7125861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_native.h 2024-11-01T16:58:58.7129595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_ops.h 2024-11-01T16:58:58.7133888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0.h 2024-11-01T16:58:58.7138951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7142881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h 2024-11-01T16:58:58.7146757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h 2024-11-01T16:58:58.7150507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta.h 2024-11-01T16:58:58.7154391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h 2024-11-01T16:58:58.7158159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_native.h 2024-11-01T16:58:58.7162240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_ops.h 2024-11-01T16:58:58.7166107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1.h 2024-11-01T16:58:58.7170407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7174284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h 2024-11-01T16:58:58.7178579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h 2024-11-01T16:58:58.7182457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta.h 2024-11-01T16:58:58.7187193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h 2024-11-01T16:58:58.7191003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_native.h 2024-11-01T16:58:58.7194907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_ops.h 2024-11-01T16:58:58.7198814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0.h 2024-11-01T16:58:58.7203153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7207332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h 2024-11-01T16:58:58.7211369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h 2024-11-01T16:58:58.7215319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta.h 2024-11-01T16:58:58.7219393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h 2024-11-01T16:58:58.7223555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_native.h 2024-11-01T16:58:58.7227971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_ops.h 2024-11-01T16:58:58.7232021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1.h 2024-11-01T16:58:58.7236483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7240338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h 2024-11-01T16:58:58.7244762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h 2024-11-01T16:58:58.7248726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta.h 2024-11-01T16:58:58.7253077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h 2024-11-01T16:58:58.7256968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_native.h 2024-11-01T16:58:58.7260885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_ops.h 2024-11-01T16:58:58.7264866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln.h 2024-11-01T16:58:58.7269149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7273056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_native.h 2024-11-01T16:58:58.7277163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_ops.h 2024-11-01T16:58:58.7280961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr.h 2024-11-01T16:58:58.7285406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri.h 2024-11-01T16:58:58.7289654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7293390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cpu_dispatch.h 2024-11-01T16:58:58.7297193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cuda_dispatch.h 2024-11-01T16:58:58.7301078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta.h 2024-11-01T16:58:58.7305251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta_dispatch.h 2024-11-01T16:58:58.7309027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_native.h 2024-11-01T16:58:58.7313449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_ops.h 2024-11-01T16:58:58.7317711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7321496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_native.h 2024-11-01T16:58:58.7325416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_ops.h 2024-11-01T16:58:58.7330147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma.h 2024-11-01T16:58:58.7334495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7338256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_native.h 2024-11-01T16:58:58.7342101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_ops.h 2024-11-01T16:58:58.7345916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi.h 2024-11-01T16:58:58.7350146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7353760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_native.h 2024-11-01T16:58:58.7357617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_ops.h 2024-11-01T16:58:58.7362526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round.h 2024-11-01T16:58:58.7375455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7375866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_native.h 2024-11-01T16:58:58.7376259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_ops.h 2024-11-01T16:58:58.7379815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0.h 2024-11-01T16:58:58.7383907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7387854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h 2024-11-01T16:58:58.7392088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h 2024-11-01T16:58:58.7395880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h 2024-11-01T16:58:58.7399933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h 2024-11-01T16:58:58.7403865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h 2024-11-01T16:58:58.7408478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h 2024-11-01T16:58:58.7412448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1.h 2024-11-01T16:58:58.7416706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7420422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h 2024-11-01T16:58:58.7424920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h 2024-11-01T16:58:58.7429007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h 2024-11-01T16:58:58.7433097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h 2024-11-01T16:58:58.7437228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h 2024-11-01T16:58:58.7441059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h 2024-11-01T16:58:58.7445461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h 2024-11-01T16:58:58.7449851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7453851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7457810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h 2024-11-01T16:58:58.7461719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h 2024-11-01T16:58:58.7465783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h 2024-11-01T16:58:58.7470477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h 2024-11-01T16:58:58.7474413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h 2024-11-01T16:58:58.7478630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h 2024-11-01T16:58:58.7482643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h 2024-11-01T16:58:58.7486995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7491161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7494918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h 2024-11-01T16:58:58.7498920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h 2024-11-01T16:58:58.7502698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h 2024-11-01T16:58:58.7507490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h 2024-11-01T16:58:58.7511414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h 2024-11-01T16:58:58.7515351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h 2024-11-01T16:58:58.7519436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h 2024-11-01T16:58:58.7523732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7527890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7531816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h 2024-11-01T16:58:58.7535762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h 2024-11-01T16:58:58.7539638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h 2024-11-01T16:58:58.7543826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h 2024-11-01T16:58:58.7548067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h 2024-11-01T16:58:58.7552001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h 2024-11-01T16:58:58.7555868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h 2024-11-01T16:58:58.7560130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7564453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7568649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h 2024-11-01T16:58:58.7572757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h 2024-11-01T16:58:58.7576644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h 2024-11-01T16:58:58.7581165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h 2024-11-01T16:58:58.7586058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h 2024-11-01T16:58:58.7589897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h 2024-11-01T16:58:58.7593618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc.h 2024-11-01T16:58:58.7597706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7602169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_native.h 2024-11-01T16:58:58.7608565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_ops.h 2024-11-01T16:58:58.7612393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax.h 2024-11-01T16:58:58.7616380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7620444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_native.h 2024-11-01T16:58:58.7625083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_ops.h 2024-11-01T16:58:58.7629605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0.h 2024-11-01T16:58:58.7634196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7638278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h 2024-11-01T16:58:58.7642472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h 2024-11-01T16:58:58.7646393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta.h 2024-11-01T16:58:58.7650456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h 2024-11-01T16:58:58.7654596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_native.h 2024-11-01T16:58:58.7658443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_ops.h 2024-11-01T16:58:58.7662276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py.h 2024-11-01T16:58:58.7666567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7670627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7674216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h 2024-11-01T16:58:58.7678094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h 2024-11-01T16:58:58.7682269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta.h 2024-11-01T16:58:58.7728747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta_dispatch.h 2024-11-01T16:58:58.7732624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_native.h 2024-11-01T16:58:58.7736520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_ops.h 2024-11-01T16:58:58.7740502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy.h 2024-11-01T16:58:58.7744726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7748709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_native.h 2024-11-01T16:58:58.7752590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_ops.h 2024-11-01T16:58:58.7756381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta.h 2024-11-01T16:58:58.7761006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7765069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7768753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_cpu_dispatch.h 2024-11-01T16:58:58.7772975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_cuda_dispatch.h 2024-11-01T16:58:58.7776838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta.h 2024-11-01T16:58:58.7780861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta_dispatch.h 2024-11-01T16:58:58.7784796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_native.h 2024-11-01T16:58:58.7788901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_ops.h 2024-11-01T16:58:58.7792604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split.h 2024-11-01T16:58:58.7796267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7800120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7803856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy.h 2024-11-01T16:58:58.7807804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7811410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7815119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_native.h 2024-11-01T16:58:58.7818855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_ops.h 2024-11-01T16:58:58.7822544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_native.h 2024-11-01T16:58:58.7826582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_ops.h 2024-11-01T16:58:58.7830725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes.h 2024-11-01T16:58:58.7835625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7839451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy.h 2024-11-01T16:58:58.7843800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7847861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7851757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h 2024-11-01T16:58:58.7855522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_native.h 2024-11-01T16:58:58.7859268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_ops.h 2024-11-01T16:58:58.7863082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_native.h 2024-11-01T16:58:58.7867362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_ops.h 2024-11-01T16:58:58.7871784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt.h 2024-11-01T16:58:58.7876123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7880471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_cpu_dispatch.h 2024-11-01T16:58:58.7885014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_cuda_dispatch.h 2024-11-01T16:58:58.7889028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_meta.h 2024-11-01T16:58:58.7893167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_meta_dispatch.h 2024-11-01T16:58:58.7897589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_native.h 2024-11-01T16:58:58.7925880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_ops.h 2024-11-01T16:58:58.7926220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square.h 2024-11-01T16:58:58.7926760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7927121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_native.h 2024-11-01T16:58:58.7927449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_ops.h 2024-11-01T16:58:58.7927774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze.h 2024-11-01T16:58:58.7928466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7930555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7934045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy.h 2024-11-01T16:58:58.7938627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.7943533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7947187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_native.h 2024-11-01T16:58:58.7951076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_ops.h 2024-11-01T16:58:58.7954784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_native.h 2024-11-01T16:58:58.7958800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_ops.h 2024-11-01T16:58:58.7962753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm.h 2024-11-01T16:58:58.7966423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.7970112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h 2024-11-01T16:58:58.7973641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h 2024-11-01T16:58:58.7977954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_native.h 2024-11-01T16:58:58.7981622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_ops.h 2024-11-01T16:58:58.7985260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack.h 2024-11-01T16:58:58.7988922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.7992350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_native.h 2024-11-01T16:58:58.7996028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_ops.h 2024-11-01T16:58:58.7999642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std.h 2024-11-01T16:58:58.8003233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8007075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_cpu_dispatch.h 2024-11-01T16:58:58.8010594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_cuda_dispatch.h 2024-11-01T16:58:58.8013947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean.h 2024-11-01T16:58:58.8017744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.8021394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8025402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_cpu_dispatch.h 2024-11-01T16:58:58.8028855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_cuda_dispatch.h 2024-11-01T16:58:58.8032742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_native.h 2024-11-01T16:58:58.8036434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_ops.h 2024-11-01T16:58:58.8040100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_native.h 2024-11-01T16:58:58.8044367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_ops.h 2024-11-01T16:58:58.8047590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft.h 2024-11-01T16:58:58.8051072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8054791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_native.h 2024-11-01T16:58:58.8058393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_ops.h 2024-11-01T16:58:58.8061603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride.h 2024-11-01T16:58:58.8065075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8068452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_native.h 2024-11-01T16:58:58.8072042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_ops.h 2024-11-01T16:58:58.8075592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub.h 2024-11-01T16:58:58.8078940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract.h 2024-11-01T16:58:58.8082722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8086129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_native.h 2024-11-01T16:58:58.8089602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_ops.h 2024-11-01T16:58:58.8093660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.8097225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.8100691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_cpu_dispatch.h 2024-11-01T16:58:58.8104252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_cuda_dispatch.h 2024-11-01T16:58:58.8107904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_meta.h 2024-11-01T16:58:58.8111305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_meta_dispatch.h 2024-11-01T16:58:58.8115338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_native.h 2024-11-01T16:58:58.8118884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_ops.h 2024-11-01T16:58:58.8122546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum.h 2024-11-01T16:58:58.8126231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.8129929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.8133525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8137226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_cpu_dispatch.h 2024-11-01T16:58:58.8140759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_cuda_dispatch.h 2024-11-01T16:58:58.8144226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_meta.h 2024-11-01T16:58:58.8147950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_meta_dispatch.h 2024-11-01T16:58:58.8151475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_native.h 2024-11-01T16:58:58.8155152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_ops.h 2024-11-01T16:58:58.8158420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size.h 2024-11-01T16:58:58.8162420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8166203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_native.h 2024-11-01T16:58:58.8169828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_ops.h 2024-11-01T16:58:58.8173480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd.h 2024-11-01T16:58:58.8177146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8180695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_native.h 2024-11-01T16:58:58.8184234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_ops.h 2024-11-01T16:58:58.8187690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes.h 2024-11-01T16:58:58.8191470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8195108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_native.h 2024-11-01T16:58:58.8198787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_ops.h 2024-11-01T16:58:58.8202746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims.h 2024-11-01T16:58:58.8206293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8209810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_native.h 2024-11-01T16:58:58.8213574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_ops.h 2024-11-01T16:58:58.8217292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range.h 2024-11-01T16:58:58.8221446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.8225028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size.h 2024-11-01T16:58:58.8229020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.8232912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_native.h 2024-11-01T16:58:58.8236949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_ops.h 2024-11-01T16:58:58.8240561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_native.h 2024-11-01T16:58:58.8244435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_ops.h 2024-11-01T16:58:58.8248661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel.h 2024-11-01T16:58:58.8252904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8256534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_native.h 2024-11-01T16:58:58.8260350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_ops.h 2024-11-01T16:58:58.8264100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size.h 2024-11-01T16:58:58.8267868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8272049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_native.h 2024-11-01T16:58:58.8275823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_ops.h 2024-11-01T16:58:58.8279521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset.h 2024-11-01T16:58:58.8283788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8287242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_native.h 2024-11-01T16:58:58.8290949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_ops.h 2024-11-01T16:58:58.8294767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride.h 2024-11-01T16:58:58.8299101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8302985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_native.h 2024-11-01T16:58:58.8306553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_ops.h 2024-11-01T16:58:58.8310187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t.h 2024-11-01T16:58:58.8313484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take.h 2024-11-01T16:58:58.8316936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim.h 2024-11-01T16:58:58.8320683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8324439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_native.h 2024-11-01T16:58:58.8328454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_ops.h 2024-11-01T16:58:58.8332040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_cpu_dispatch.h 2024-11-01T16:58:58.8335697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_cuda_dispatch.h 2024-11-01T16:58:58.8339429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_native.h 2024-11-01T16:58:58.8343054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_ops.h 2024-11-01T16:58:58.8346500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan.h 2024-11-01T16:58:58.8349933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh.h 2024-11-01T16:58:58.8353305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward.h 2024-11-01T16:58:58.8357837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.8361380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cpu_dispatch.h 2024-11-01T16:58:58.8365795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cuda_dispatch.h 2024-11-01T16:58:58.8370055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta.h 2024-11-01T16:58:58.8386150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta_dispatch.h 2024-11-01T16:58:58.8389981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_native.h 2024-11-01T16:58:58.8393907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_ops.h 2024-11-01T16:58:58.8398495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.8402141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_cpu_dispatch.h 2024-11-01T16:58:58.8405903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_cuda_dispatch.h 2024-11-01T16:58:58.8409509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_meta.h 2024-11-01T16:58:58.8413045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_meta_dispatch.h 2024-11-01T16:58:58.8416814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_native.h 2024-11-01T16:58:58.8420348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_ops.h 2024-11-01T16:58:58.8424096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.8427628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_cpu_dispatch.h 2024-11-01T16:58:58.8431492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_cuda_dispatch.h 2024-11-01T16:58:58.8435022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_meta.h 2024-11-01T16:58:58.8438346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_meta_dispatch.h 2024-11-01T16:58:58.8441893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_native.h 2024-11-01T16:58:58.8445489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_ops.h 2024-11-01T16:58:58.8448808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor.h 2024-11-01T16:58:58.8452155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot.h 2024-11-01T16:58:58.8456099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8459573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_native.h 2024-11-01T16:58:58.8463698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_ops.h 2024-11-01T16:58:58.8467468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split.h 2024-11-01T16:58:58.8471530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8475827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_native.h 2024-11-01T16:58:58.8479483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_ops.h 2024-11-01T16:58:58.8483366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d.h 2024-11-01T16:58:58.8487495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8490789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_native.h 2024-11-01T16:58:58.8494328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_ops.h 2024-11-01T16:58:58.8497947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold.h 2024-11-01T16:58:58.8501670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward.h 2024-11-01T16:58:58.8505683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.8509353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cpu_dispatch.h 2024-11-01T16:58:58.8513138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cuda_dispatch.h 2024-11-01T16:58:58.8516770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta.h 2024-11-01T16:58:58.8520687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta_dispatch.h 2024-11-01T16:58:58.8524663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_native.h 2024-11-01T16:58:58.8528454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_ops.h 2024-11-01T16:58:58.8533119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.8537020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_cpu_dispatch.h 2024-11-01T16:58:58.8540772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_cuda_dispatch.h 2024-11-01T16:58:58.8544484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_meta.h 2024-11-01T16:58:58.8548275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_meta_dispatch.h 2024-11-01T16:58:58.8551937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_native.h 2024-11-01T16:58:58.8555627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_ops.h 2024-11-01T16:58:58.8559438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile.h 2024-11-01T16:58:58.8563385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8566982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_native.h 2024-11-01T16:58:58.8570587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_ops.h 2024-11-01T16:58:58.8574033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to.h 2024-11-01T16:58:58.8577449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk.h 2024-11-01T16:58:58.8581689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.8620964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_cpu_dispatch.h 2024-11-01T16:58:58.8624589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_cuda_dispatch.h 2024-11-01T16:58:58.8628523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_meta.h 2024-11-01T16:58:58.8632219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_meta_dispatch.h 2024-11-01T16:58:58.8635806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_native.h 2024-11-01T16:58:58.8639511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_ops.h 2024-11-01T16:58:58.8643259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8646872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense.h 2024-11-01T16:58:58.8650346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward.h 2024-11-01T16:58:58.8664274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8664908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_native.h 2024-11-01T16:58:58.8665399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_ops.h 2024-11-01T16:58:58.8666015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8669580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_native.h 2024-11-01T16:58:58.8673102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_ops.h 2024-11-01T16:58:58.8676614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn.h 2024-11-01T16:58:58.8680353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward.h 2024-11-01T16:58:58.8684696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8688280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_native.h 2024-11-01T16:58:58.8691971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_ops.h 2024-11-01T16:58:58.8696146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.8699848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h 2024-11-01T16:58:58.8704344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_native.h 2024-11-01T16:58:58.8707955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_ops.h 2024-11-01T16:58:58.8711989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_native.h 2024-11-01T16:58:58.8715066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_ops.h 2024-11-01T16:58:58.8718386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor.h 2024-11-01T16:58:58.8723541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.8726794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_native.h 2024-11-01T16:58:58.8730531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_ops.h 2024-11-01T16:58:58.8734645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse.h 2024-11-01T16:58:58.8738102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc.h 2024-11-01T16:58:58.8742289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.8745476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_native.h 2024-11-01T16:58:58.9417316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_ops.h 2024-11-01T16:58:58.9420809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr.h 2024-11-01T16:58:58.9424923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9428565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_native.h 2024-11-01T16:58:58.9432581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_ops.h 2024-11-01T16:58:58.9436517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9440052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc.h 2024-11-01T16:58:58.9444135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9447892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_native.h 2024-11-01T16:58:58.9451704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_ops.h 2024-11-01T16:58:58.9455320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr.h 2024-11-01T16:58:58.9459398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9463275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_native.h 2024-11-01T16:58:58.9466939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_ops.h 2024-11-01T16:58:58.9470691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_native.h 2024-11-01T16:58:58.9474327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_ops.h 2024-11-01T16:58:58.9477934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace.h 2024-11-01T16:58:58.9481367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward.h 2024-11-01T16:58:58.9485496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9489125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_native.h 2024-11-01T16:58:58.9493140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_ops.h 2024-11-01T16:58:58.9497094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9500777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_cpu_dispatch.h 2024-11-01T16:58:58.9504455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_cuda_dispatch.h 2024-11-01T16:58:58.9508617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_native.h 2024-11-01T16:58:58.9512720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_ops.h 2024-11-01T16:58:58.9516403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose.h 2024-11-01T16:58:58.9520992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9525360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9529408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy.h 2024-11-01T16:58:58.9533192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.9538541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9542820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_native.h 2024-11-01T16:58:58.9546561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_ops.h 2024-11-01T16:58:58.9550284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_native.h 2024-11-01T16:58:58.9553964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_ops.h 2024-11-01T16:58:58.9557632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid.h 2024-11-01T16:58:58.9561469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9565046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_native.h 2024-11-01T16:58:58.9568969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_ops.h 2024-11-01T16:58:58.9572611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz.h 2024-11-01T16:58:58.9576363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9579687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_native.h 2024-11-01T16:58:58.9583154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_ops.h 2024-11-01T16:58:58.9586783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve.h 2024-11-01T16:58:58.9590752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.9594521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cpu_dispatch.h 2024-11-01T16:58:58.9598748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cuda_dispatch.h 2024-11-01T16:58:58.9602621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta.h 2024-11-01T16:58:58.9606453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta_dispatch.h 2024-11-01T16:58:58.9610177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_native.h 2024-11-01T16:58:58.9614210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_ops.h 2024-11-01T16:58:58.9617829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril.h 2024-11-01T16:58:58.9622800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.9626347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_cpu_dispatch.h 2024-11-01T16:58:58.9629761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_cuda_dispatch.h 2024-11-01T16:58:58.9633419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices.h 2024-11-01T16:58:58.9637334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9640972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_cpu_dispatch.h 2024-11-01T16:58:58.9644900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_cuda_dispatch.h 2024-11-01T16:58:58.9649296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_native.h 2024-11-01T16:58:58.9652832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_ops.h 2024-11-01T16:58:58.9656468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_meta.h 2024-11-01T16:58:58.9660331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_meta_dispatch.h 2024-11-01T16:58:58.9663801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_native.h 2024-11-01T16:58:58.9667433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_ops.h 2024-11-01T16:58:58.9671380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss.h 2024-11-01T16:58:58.9674957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9678887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_native.h 2024-11-01T16:58:58.9682766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_ops.h 2024-11-01T16:58:58.9686486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu.h 2024-11-01T16:58:58.9690504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.9693936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_cpu_dispatch.h 2024-11-01T16:58:58.9697521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_cuda_dispatch.h 2024-11-01T16:58:58.9701378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices.h 2024-11-01T16:58:58.9705933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9709346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_cpu_dispatch.h 2024-11-01T16:58:58.9713141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_cuda_dispatch.h 2024-11-01T16:58:58.9716902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_native.h 2024-11-01T16:58:58.9720594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_ops.h 2024-11-01T16:58:58.9724684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_meta.h 2024-11-01T16:58:58.9728381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_meta_dispatch.h 2024-11-01T16:58:58.9731951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_native.h 2024-11-01T16:58:58.9735420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_ops.h 2024-11-01T16:58:58.9738796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide.h 2024-11-01T16:58:58.9742639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9746277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_native.h 2024-11-01T16:58:58.9750474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_ops.h 2024-11-01T16:58:58.9754243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc.h 2024-11-01T16:58:58.9758121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.9762100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_cpu_dispatch.h 2024-11-01T16:58:58.9765679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_cuda_dispatch.h 2024-11-01T16:58:58.9769327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_meta.h 2024-11-01T16:58:58.9773152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_meta_dispatch.h 2024-11-01T16:58:58.9776821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_native.h 2024-11-01T16:58:58.9781016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_ops.h 2024-11-01T16:58:58.9784832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as.h 2024-11-01T16:58:58.9788525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9793083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_native.h 2024-11-01T16:58:58.9796315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_ops.h 2024-11-01T16:58:58.9800419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9803896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy.h 2024-11-01T16:58:58.9808074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.9811961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9815560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_native.h 2024-11-01T16:58:58.9819160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_ops.h 2024-11-01T16:58:58.9822808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_native.h 2024-11-01T16:58:58.9826252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_ops.h 2024-11-01T16:58:58.9829795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind.h 2024-11-01T16:58:58.9833484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9837214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9840831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy.h 2024-11-01T16:58:58.9845159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.9848844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9852340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_native.h 2024-11-01T16:58:58.9856117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_ops.h 2024-11-01T16:58:58.9859840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_native.h 2024-11-01T16:58:58.9863547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_ops.h 2024-11-01T16:58:58.9867265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten.h 2024-11-01T16:58:58.9871338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9874967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors.h 2024-11-01T16:58:58.9879134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:58.9882955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_native.h 2024-11-01T16:58:58.9887404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_ops.h 2024-11-01T16:58:58.9891158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_native.h 2024-11-01T16:58:58.9895090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_ops.h 2024-11-01T16:58:58.9898802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold.h 2024-11-01T16:58:58.9902387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward.h 2024-11-01T16:58:58.9906395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9910033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cpu_dispatch.h 2024-11-01T16:58:58.9914564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cuda_dispatch.h 2024-11-01T16:58:58.9918834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_native.h 2024-11-01T16:58:58.9922974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_ops.h 2024-11-01T16:58:58.9926540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy.h 2024-11-01T16:58:58.9930653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:58.9934468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9938258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_native.h 2024-11-01T16:58:58.9941906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_ops.h 2024-11-01T16:58:58.9945565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_cpu_dispatch.h 2024-11-01T16:58:58.9949438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_cuda_dispatch.h 2024-11-01T16:58:58.9953159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_meta_dispatch.h 2024-11-01T16:58:58.9956849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_native.h 2024-11-01T16:58:58.9960454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_ops.h 2024-11-01T16:58:58.9964419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform.h 2024-11-01T16:58:58.9968095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9971697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_cpu_dispatch.h 2024-11-01T16:58:58.9975319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_cuda_dispatch.h 2024-11-01T16:58:58.9979189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_meta_dispatch.h 2024-11-01T16:58:58.9982800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_native.h 2024-11-01T16:58:58.9986448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_ops.h 2024-11-01T16:58:58.9990156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive.h 2024-11-01T16:58:58.9994027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:58.9997633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h 2024-11-01T16:58:59.0001330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h 2024-11-01T16:58:59.0005348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_native.h 2024-11-01T16:58:59.0009029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_ops.h 2024-11-01T16:58:59.0012611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim.h 2024-11-01T16:58:59.0017274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0021003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive.h 2024-11-01T16:58:59.0025057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0028920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h 2024-11-01T16:58:59.0032979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h 2024-11-01T16:58:59.0036888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_native.h 2024-11-01T16:58:59.0040627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_ops.h 2024-11-01T16:58:59.0044460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_cpu_dispatch.h 2024-11-01T16:58:59.0048336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_cuda_dispatch.h 2024-11-01T16:58:59.0052126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_native.h 2024-11-01T16:58:59.0056158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_ops.h 2024-11-01T16:58:59.0060051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk.h 2024-11-01T16:58:59.0063873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0067349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_native.h 2024-11-01T16:58:59.0070938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_ops.h 2024-11-01T16:58:59.0074607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split.h 2024-11-01T16:58:59.0078552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0082546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_native.h 2024-11-01T16:58:59.0086285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_ops.h 2024-11-01T16:58:59.0090024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes.h 2024-11-01T16:58:59.0093994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0097608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_native.h 2024-11-01T16:58:59.0101426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_ops.h 2024-11-01T16:58:59.0105341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze.h 2024-11-01T16:58:59.0109122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0112584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy.h 2024-11-01T16:58:59.0117181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0120969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0124719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_native.h 2024-11-01T16:58:59.0128715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_ops.h 2024-11-01T16:58:59.0132437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_native.h 2024-11-01T16:58:59.0136119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_ops.h 2024-11-01T16:58:59.0139853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d.h 2024-11-01T16:58:59.0143680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward.h 2024-11-01T16:58:59.0147591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0151111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h 2024-11-01T16:58:59.0155030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h 2024-11-01T16:58:59.0158763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h 2024-11-01T16:58:59.0162705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h 2024-11-01T16:58:59.0166789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_native.h 2024-11-01T16:58:59.0170580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h 2024-11-01T16:58:59.0175029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0178688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0182408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h 2024-11-01T16:58:59.0186083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h 2024-11-01T16:58:59.0190272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta.h 2024-11-01T16:58:59.0194254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h 2024-11-01T16:58:59.0198233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_native.h 2024-11-01T16:58:59.0202174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_ops.h 2024-11-01T16:58:59.0206155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d.h 2024-11-01T16:58:59.0210749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward.h 2024-11-01T16:58:59.0214772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0218488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h 2024-11-01T16:58:59.0222564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h 2024-11-01T16:58:59.0226419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h 2024-11-01T16:58:59.0230364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h 2024-11-01T16:58:59.0234213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_native.h 2024-11-01T16:58:59.0238028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h 2024-11-01T16:58:59.0242480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0246377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0249921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h 2024-11-01T16:58:59.0253854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h 2024-11-01T16:58:59.0257606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta.h 2024-11-01T16:58:59.0261409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h 2024-11-01T16:58:59.0265553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_native.h 2024-11-01T16:58:59.0269321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_ops.h 2024-11-01T16:58:59.0273066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d.h 2024-11-01T16:58:59.0277117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward.h 2024-11-01T16:58:59.0281361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0285132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h 2024-11-01T16:58:59.0289171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h 2024-11-01T16:58:59.0293430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta.h 2024-11-01T16:58:59.0298052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h 2024-11-01T16:58:59.0301760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_native.h 2024-11-01T16:58:59.0305517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_ops.h 2024-11-01T16:58:59.0309791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0313923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0317667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h 2024-11-01T16:58:59.0321670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h 2024-11-01T16:58:59.0326048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta.h 2024-11-01T16:58:59.0329914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h 2024-11-01T16:58:59.0333978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_native.h 2024-11-01T16:58:59.0337795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_ops.h 2024-11-01T16:58:59.0341450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d.h 2024-11-01T16:58:59.0346438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward.h 2024-11-01T16:58:59.0350641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0354436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h 2024-11-01T16:58:59.0358500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h 2024-11-01T16:58:59.0362618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta.h 2024-11-01T16:58:59.0366695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h 2024-11-01T16:58:59.0370509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_native.h 2024-11-01T16:58:59.0374360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_ops.h 2024-11-01T16:58:59.0378807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0383822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0388256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h 2024-11-01T16:58:59.0393295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h 2024-11-01T16:58:59.0397218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta.h 2024-11-01T16:58:59.0401108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h 2024-11-01T16:58:59.0405371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_native.h 2024-11-01T16:58:59.0447889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_ops.h 2024-11-01T16:58:59.0451664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d.h 2024-11-01T16:58:59.0455491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward.h 2024-11-01T16:58:59.0459662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0463444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h 2024-11-01T16:58:59.0467323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h 2024-11-01T16:58:59.0471050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta.h 2024-11-01T16:58:59.0475101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h 2024-11-01T16:58:59.0478944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_native.h 2024-11-01T16:58:59.0482812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_ops.h 2024-11-01T16:58:59.0486846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0490897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0494625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h 2024-11-01T16:58:59.0498491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h 2024-11-01T16:58:59.0502642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta.h 2024-11-01T16:58:59.0506540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h 2024-11-01T16:58:59.0510280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_native.h 2024-11-01T16:58:59.0514194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_ops.h 2024-11-01T16:58:59.0518002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d.h 2024-11-01T16:58:59.0521827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward.h 2024-11-01T16:58:59.0526481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0530203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h 2024-11-01T16:58:59.0534117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h 2024-11-01T16:58:59.0538487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta.h 2024-11-01T16:58:59.0542518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h 2024-11-01T16:58:59.0547379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_native.h 2024-11-01T16:58:59.0551735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_ops.h 2024-11-01T16:58:59.0562825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0567581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0571099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h 2024-11-01T16:58:59.0575338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h 2024-11-01T16:58:59.0579026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta.h 2024-11-01T16:58:59.0583795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h 2024-11-01T16:58:59.0586838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_native.h 2024-11-01T16:58:59.0591302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_ops.h 2024-11-01T16:58:59.0595928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d.h 2024-11-01T16:58:59.0598857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward.h 2024-11-01T16:58:59.0603315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0607172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h 2024-11-01T16:58:59.0611298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h 2024-11-01T16:58:59.0615433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h 2024-11-01T16:58:59.0619465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h 2024-11-01T16:58:59.0623738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_native.h 2024-11-01T16:58:59.0627543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h 2024-11-01T16:58:59.0631812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0635988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0639753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h 2024-11-01T16:58:59.0643946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h 2024-11-01T16:58:59.0648246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta.h 2024-11-01T16:58:59.0652541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h 2024-11-01T16:58:59.0656554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_native.h 2024-11-01T16:58:59.0660610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_ops.h 2024-11-01T16:58:59.0664442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values.h 2024-11-01T16:58:59.0668134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0671642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy.h 2024-11-01T16:58:59.0675739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0679808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0683736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_native.h 2024-11-01T16:58:59.0687564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_ops.h 2024-11-01T16:58:59.0691485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_native.h 2024-11-01T16:58:59.0695256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_ops.h 2024-11-01T16:58:59.0699273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward.h 2024-11-01T16:58:59.0703442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0707378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_native.h 2024-11-01T16:58:59.0711304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_ops.h 2024-11-01T16:58:59.0715574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander.h 2024-11-01T16:58:59.0719740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0723354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_native.h 2024-11-01T16:58:59.0727154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_ops.h 2024-11-01T16:58:59.0730870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var.h 2024-11-01T16:58:59.0734666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0738525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_cpu_dispatch.h 2024-11-01T16:58:59.0742255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_cuda_dispatch.h 2024-11-01T16:58:59.0745768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean.h 2024-11-01T16:58:59.0749406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0753012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0756667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_cpu_dispatch.h 2024-11-01T16:58:59.0761043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_cuda_dispatch.h 2024-11-01T16:58:59.0765391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_native.h 2024-11-01T16:58:59.0768568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_ops.h 2024-11-01T16:58:59.0772339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_native.h 2024-11-01T16:58:59.0776151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_ops.h 2024-11-01T16:58:59.0779830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot.h 2024-11-01T16:58:59.0783606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0787170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_cpu_dispatch.h 2024-11-01T16:58:59.0791025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_cuda_dispatch.h 2024-11-01T16:58:59.0794833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_native.h 2024-11-01T16:58:59.0798450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_ops.h 2024-11-01T16:58:59.0801883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view.h 2024-11-01T16:58:59.0805397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as.h 2024-11-01T16:58:59.0808786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex.h 2024-11-01T16:58:59.0812574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy.h 2024-11-01T16:58:59.0816951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0820791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0824943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_native.h 2024-11-01T16:58:59.0828832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_ops.h 2024-11-01T16:58:59.0832702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cpu_dispatch.h 2024-11-01T16:58:59.0836579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cuda_dispatch.h 2024-11-01T16:58:59.0840429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_meta_dispatch.h 2024-11-01T16:58:59.0844496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_native.h 2024-11-01T16:58:59.0848388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_ops.h 2024-11-01T16:58:59.0852580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0856551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_native.h 2024-11-01T16:58:59.0860267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_ops.h 2024-11-01T16:58:59.0864061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real.h 2024-11-01T16:58:59.0868188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy.h 2024-11-01T16:58:59.0872350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0876394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0880146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_native.h 2024-11-01T16:58:59.0884277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_ops.h 2024-11-01T16:58:59.0888913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_cpu_dispatch.h 2024-11-01T16:58:59.0893494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_cuda_dispatch.h 2024-11-01T16:58:59.0898367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_meta_dispatch.h 2024-11-01T16:58:59.0902641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_native.h 2024-11-01T16:58:59.0906783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_ops.h 2024-11-01T16:58:59.0911042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0914468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy.h 2024-11-01T16:58:59.0918787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.0923692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.0927906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_native.h 2024-11-01T16:58:59.0932268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_ops.h 2024-11-01T16:58:59.0936083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_cpu_dispatch.h 2024-11-01T16:58:59.0939934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_cuda_dispatch.h 2024-11-01T16:58:59.0943874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_meta_dispatch.h 2024-11-01T16:58:59.0947542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_native.h 2024-11-01T16:58:59.0951425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_ops.h 2024-11-01T16:58:59.0954744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit.h 2024-11-01T16:58:59.0958368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0962239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_native.h 2024-11-01T16:58:59.0965792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_ops.h 2024-11-01T16:58:59.0969403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack.h 2024-11-01T16:58:59.0973023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0976501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_native.h 2024-11-01T16:58:59.0980118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_ops.h 2024-11-01T16:58:59.0983518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where.h 2024-11-01T16:58:59.0987202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.0990880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_cpu_dispatch.h 2024-11-01T16:58:59.0994426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_cuda_dispatch.h 2024-11-01T16:58:59.0998057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_native.h 2024-11-01T16:58:59.1001692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_ops.h 2024-11-01T16:58:59.1005264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy.h 2024-11-01T16:58:59.1009133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.1012690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1017192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_cpu_dispatch.h 2024-11-01T16:58:59.1020862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_cuda_dispatch.h 2024-11-01T16:58:59.1024479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_meta.h 2024-11-01T16:58:59.1028318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_meta_dispatch.h 2024-11-01T16:58:59.1031973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_native.h 2024-11-01T16:58:59.1035437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_ops.h 2024-11-01T16:58:59.1039004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor.h 2024-11-01T16:58:59.1042887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.1046325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_native.h 2024-11-01T16:58:59.1049665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_ops.h 2024-11-01T16:58:59.1052825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero.h 2024-11-01T16:58:59.1056283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros.h 2024-11-01T16:58:59.1059832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1063767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like.h 2024-11-01T16:58:59.1067754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1071956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h 2024-11-01T16:58:59.1075508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_native.h 2024-11-01T16:58:59.1079229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_ops.h 2024-11-01T16:58:59.1083175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_native.h 2024-11-01T16:58:59.1087043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_ops.h 2024-11-01T16:58:59.1091239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1094808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_cpu_dispatch.h 2024-11-01T16:58:59.1098936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_cuda_dispatch.h 2024-11-01T16:58:59.1103354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_meta_dispatch.h 2024-11-01T16:58:59.1106970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_native.h 2024-11-01T16:58:59.1110651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_ops.h 2024-11-01T16:58:59.1114177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d.h 2024-11-01T16:58:59.1117791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h 2024-11-01T16:58:59.1121983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1125932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h 2024-11-01T16:58:59.1129828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h 2024-11-01T16:58:59.1134111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h 2024-11-01T16:58:59.1137713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h 2024-11-01T16:58:59.1142190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1146055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h 2024-11-01T16:58:59.1149947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h 2024-11-01T16:58:59.1153854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_native.h 2024-11-01T16:58:59.1158198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h 2024-11-01T16:58:59.1162217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d.h 2024-11-01T16:58:59.1166160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h 2024-11-01T16:58:59.1170169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1174191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h 2024-11-01T16:58:59.1178044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h 2024-11-01T16:58:59.1182372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h 2024-11-01T16:58:59.1186204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h 2024-11-01T16:58:59.1190265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1194166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h 2024-11-01T16:58:59.1198465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h 2024-11-01T16:58:59.1202398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_native.h 2024-11-01T16:58:59.1206328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h 2024-11-01T16:58:59.1210241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation.h 2024-11-01T16:58:59.1214410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.1218160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h 2024-11-01T16:58:59.1221871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h 2024-11-01T16:58:59.1225620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta.h 2024-11-01T16:58:59.1229526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta_dispatch.h 2024-11-01T16:58:59.1233347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_native.h 2024-11-01T16:58:59.1237805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_ops.h 2024-11-01T16:58:59.1241549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim.h 2024-11-01T16:58:59.1245652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.1249253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_native.h 2024-11-01T16:58:59.1253242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_ops.h 2024-11-01T16:58:59.1256842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu.h 2024-11-01T16:58:59.1260820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1264573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_cpu_dispatch.h 2024-11-01T16:58:59.1268510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_meta_dispatch.h 2024-11-01T16:58:59.1272271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_native.h 2024-11-01T16:58:59.1276150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_ops.h 2024-11-01T16:58:59.1279804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax.h 2024-11-01T16:58:59.1283948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1287441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_cpu_dispatch.h 2024-11-01T16:58:59.1291092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_cuda_dispatch.h 2024-11-01T16:58:59.1294834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_native.h 2024-11-01T16:58:59.1298887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_ops.h 2024-11-01T16:58:59.1302822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h 2024-11-01T16:58:59.1306895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1310909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h 2024-11-01T16:58:59.1314748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h 2024-11-01T16:58:59.1319312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h 2024-11-01T16:58:59.1323123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h 2024-11-01T16:58:59.1326894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale.h 2024-11-01T16:58:59.1331222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1335381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h 2024-11-01T16:58:59.1339824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h 2024-11-01T16:58:59.1343423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h 2024-11-01T16:58:59.1347269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_native.h 2024-11-01T16:58:59.1351436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_ops.h 2024-11-01T16:58:59.1355151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async.h 2024-11-01T16:58:59.1358953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_cpu_dispatch.h 2024-11-01T16:58:59.1362934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_cuda_dispatch.h 2024-11-01T16:58:59.1366831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_native.h 2024-11-01T16:58:59.1372271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_ops.h 2024-11-01T16:58:59.1377503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar.h 2024-11-01T16:58:59.1381642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.1385729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_native.h 2024-11-01T16:58:59.1389880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_ops.h 2024-11-01T16:58:59.1393827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata.h 2024-11-01T16:58:59.1398161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.1402028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_native.h 2024-11-01T16:58:59.1405974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_ops.h 2024-11-01T16:58:59.1409963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision.h 2024-11-01T16:58:59.1414146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.1417729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_native.h 2024-11-01T16:58:59.1421601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_ops.h 2024-11-01T16:58:59.1425572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision.h 2024-11-01T16:58:59.1429919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.1433604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_native.h 2024-11-01T16:58:59.1438113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h 2024-11-01T16:58:59.1442247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward.h 2024-11-01T16:58:59.1446193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.1450184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_native.h 2024-11-01T16:58:59.1453840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_ops.h 2024-11-01T16:58:59.1457639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index.h 2024-11-01T16:58:59.2226163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward.h 2024-11-01T16:58:59.2229996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2233725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h 2024-11-01T16:58:59.2237503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h 2024-11-01T16:58:59.2241629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2245297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_native.h 2024-11-01T16:58:59.2249088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_ops.h 2024-11-01T16:58:59.2252745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update.h 2024-11-01T16:58:59.2256949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2260568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_native.h 2024-11-01T16:58:59.2264309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_ops.h 2024-11-01T16:58:59.2268605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update.h 2024-11-01T16:58:59.2272506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2276175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h 2024-11-01T16:58:59.2280263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h 2024-11-01T16:58:59.2284098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_native.h 2024-11-01T16:58:59.2287867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_ops.h 2024-11-01T16:58:59.2291484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte.h 2024-11-01T16:58:59.2295805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2299296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_native.h 2024-11-01T16:58:59.2303274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_ops.h 2024-11-01T16:58:59.2306890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char.h 2024-11-01T16:58:59.2311109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2314831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_native.h 2024-11-01T16:58:59.2348517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_ops.h 2024-11-01T16:58:59.2352150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double.h 2024-11-01T16:58:59.2356071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2359729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_native.h 2024-11-01T16:58:59.2363313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_ops.h 2024-11-01T16:58:59.2367108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float.h 2024-11-01T16:58:59.2371037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2374689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_native.h 2024-11-01T16:58:59.2378756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_ops.h 2024-11-01T16:58:59.2382413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half.h 2024-11-01T16:58:59.2386413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2390108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_native.h 2024-11-01T16:58:59.2393730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_ops.h 2024-11-01T16:58:59.2397371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int.h 2024-11-01T16:58:59.2401230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2405160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_native.h 2024-11-01T16:58:59.2409008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_ops.h 2024-11-01T16:58:59.2412677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long.h 2024-11-01T16:58:59.2417819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2421451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_native.h 2024-11-01T16:58:59.2425279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_ops.h 2024-11-01T16:58:59.2429239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short.h 2024-11-01T16:58:59.2433711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2437398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_native.h 2024-11-01T16:58:59.2441101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_ops.h 2024-11-01T16:58:59.2445034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward.h 2024-11-01T16:58:59.2448907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2452454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h 2024-11-01T16:58:59.2456144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h 2024-11-01T16:58:59.2459812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_native.h 2024-11-01T16:58:59.2463787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_ops.h 2024-11-01T16:58:59.2467656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward.h 2024-11-01T16:58:59.2471639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2475067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h 2024-11-01T16:58:59.2478750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h 2024-11-01T16:58:59.2482499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_native.h 2024-11-01T16:58:59.2486443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_ops.h 2024-11-01T16:58:59.2490522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper.h 2024-11-01T16:58:59.2494755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2498849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h 2024-11-01T16:58:59.2502756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h 2024-11-01T16:58:59.2506931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_native.h 2024-11-01T16:58:59.2510946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_ops.h 2024-11-01T16:58:59.2515175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor.h 2024-11-01T16:58:59.2519870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2523817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_native.h 2024-11-01T16:58:59.2527997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h 2024-11-01T16:58:59.2532431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat.h 2024-11-01T16:58:59.2536794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2540690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h 2024-11-01T16:58:59.2544611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_native.h 2024-11-01T16:58:59.2548389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_ops.h 2024-11-01T16:58:59.2552128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce.h 2024-11-01T16:58:59.2555700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced.h 2024-11-01T16:58:59.2560079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2563806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_meta_dispatch.h 2024-11-01T16:58:59.2567574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_native.h 2024-11-01T16:58:59.2571420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_ops.h 2024-11-01T16:58:59.2575661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2579490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_native.h 2024-11-01T16:58:59.2583365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_ops.h 2024-11-01T16:58:59.2587472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination.h 2024-11-01T16:58:59.2591509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h 2024-11-01T16:58:59.2595312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h 2024-11-01T16:58:59.2599391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_native.h 2024-11-01T16:58:59.2603570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_ops.h 2024-11-01T16:58:59.2607426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj.h 2024-11-01T16:58:59.2611198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2614907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy.h 2024-11-01T16:58:59.2618977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.2622992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2627214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_native.h 2024-11-01T16:58:59.2630964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_ops.h 2024-11-01T16:58:59.2634769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_native.h 2024-11-01T16:58:59.2638948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_ops.h 2024-11-01T16:58:59.2642973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical.h 2024-11-01T16:58:59.2647344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2651317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_native.h 2024-11-01T16:58:59.2656499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_ops.h 2024-11-01T16:58:59.2660332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h 2024-11-01T16:58:59.2664670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.2668283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h 2024-11-01T16:58:59.2672391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h 2024-11-01T16:58:59.2676635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h 2024-11-01T16:58:59.2680477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h 2024-11-01T16:58:59.2684684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h 2024-11-01T16:58:59.2689204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h 2024-11-01T16:58:59.2692656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h 2024-11-01T16:58:59.2697073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.2701210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h 2024-11-01T16:58:59.2705323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h 2024-11-01T16:58:59.2709234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h 2024-11-01T16:58:59.2713315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h 2024-11-01T16:58:59.2717565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h 2024-11-01T16:58:59.2721693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h 2024-11-01T16:58:59.2725457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack.h 2024-11-01T16:58:59.2729973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_cpu_dispatch.h 2024-11-01T16:58:59.2733849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h 2024-11-01T16:58:59.2737777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_native.h 2024-11-01T16:58:59.2741812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h 2024-11-01T16:58:59.2745713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution.h 2024-11-01T16:58:59.2749686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2753573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2757515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward.h 2024-11-01T16:58:59.2761817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2765884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_native.h 2024-11-01T16:58:59.2769699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_ops.h 2024-11-01T16:58:59.2773336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode.h 2024-11-01T16:58:59.2777409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.2781499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_native.h 2024-11-01T16:58:59.2785206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_ops.h 2024-11-01T16:58:59.2789133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_native.h 2024-11-01T16:58:59.2796065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_ops.h 2024-11-01T16:58:59.2799913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d.h 2024-11-01T16:58:59.2803705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h 2024-11-01T16:58:59.2807601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_native.h 2024-11-01T16:58:59.2811407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_ops.h 2024-11-01T16:58:59.2815014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from.h 2024-11-01T16:58:59.2818739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize.h 2024-11-01T16:58:59.2822737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2826308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_native.h 2024-11-01T16:58:59.2830472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_ops.h 2024-11-01T16:58:59.2834440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2838121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_native.h 2024-11-01T16:58:59.2842099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_ops.h 2024-11-01T16:58:59.2846035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress.h 2024-11-01T16:58:59.2849732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h 2024-11-01T16:58:59.2853255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_native.h 2024-11-01T16:58:59.2856914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_ops.h 2024-11-01T16:58:59.2860558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm.h 2024-11-01T16:58:59.2864620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h 2024-11-01T16:58:59.2868447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_native.h 2024-11-01T16:58:59.2872784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_ops.h 2024-11-01T16:58:59.2876743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search.h 2024-11-01T16:58:59.2880698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h 2024-11-01T16:58:59.2884877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_native.h 2024-11-01T16:58:59.2888893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h 2024-11-01T16:58:59.2892587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss.h 2024-11-01T16:58:59.2902087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward.h 2024-11-01T16:58:59.2902709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2941213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h 2024-11-01T16:58:59.2941717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h 2024-11-01T16:58:59.2942150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_native.h 2024-11-01T16:58:59.2942572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_ops.h 2024-11-01T16:58:59.2943120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2943527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h 2024-11-01T16:58:59.2943930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h 2024-11-01T16:58:59.2944325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_meta_dispatch.h 2024-11-01T16:58:59.2944766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_native.h 2024-11-01T16:58:59.2948294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_ops.h 2024-11-01T16:58:59.2953185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss.h 2024-11-01T16:58:59.2956472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2960383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h 2024-11-01T16:58:59.2965568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_native.h 2024-11-01T16:58:59.2968613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_ops.h 2024-11-01T16:58:59.2972688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state.h 2024-11-01T16:58:59.2976790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.2980661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h 2024-11-01T16:58:59.2984591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_native.h 2024-11-01T16:58:59.2988402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h 2024-11-01T16:58:59.2992529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn.h 2024-11-01T16:58:59.2996693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward.h 2024-11-01T16:58:59.3000798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3004871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h 2024-11-01T16:58:59.3008696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_native.h 2024-11-01T16:58:59.3012683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_ops.h 2024-11-01T16:58:59.3016666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3020361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h 2024-11-01T16:58:59.3024277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h 2024-11-01T16:58:59.3028247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3032110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h 2024-11-01T16:58:59.3036090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h 2024-11-01T16:58:59.3040423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h 2024-11-01T16:58:59.3044410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_native.h 2024-11-01T16:58:59.3048374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_ops.h 2024-11-01T16:58:59.3052019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache.h 2024-11-01T16:58:59.3055891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.3059757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_native.h 2024-11-01T16:58:59.3063420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h 2024-11-01T16:58:59.3067135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h 2024-11-01T16:58:59.3071331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.3074991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h 2024-11-01T16:58:59.3079303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h 2024-11-01T16:58:59.3084086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size.h 2024-11-01T16:58:59.3088064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.3092018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h 2024-11-01T16:58:59.3095872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h 2024-11-01T16:58:59.3099620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h 2024-11-01T16:58:59.3104044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.3107846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h 2024-11-01T16:58:59.3111580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h 2024-11-01T16:58:59.3115510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper.h 2024-11-01T16:58:59.3119293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h 2024-11-01T16:58:59.3123150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h 2024-11-01T16:58:59.3127022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_native.h 2024-11-01T16:58:59.3131035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_ops.h 2024-11-01T16:58:59.3134761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper.h 2024-11-01T16:58:59.3138748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h 2024-11-01T16:58:59.3142614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h 2024-11-01T16:58:59.3146287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_native.h 2024-11-01T16:58:59.3149977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_ops.h 2024-11-01T16:58:59.3154052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap.h 2024-11-01T16:58:59.3158396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.3162022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_native.h 2024-11-01T16:58:59.3166012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_ops.h 2024-11-01T16:58:59.3170006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI.h 2024-11-01T16:58:59.3173471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI_native.h 2024-11-01T16:58:59.3177190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI_ops.h 2024-11-01T16:58:59.3180933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV.h 2024-11-01T16:58:59.3184525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV_native.h 2024-11-01T16:58:59.3188036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV_ops.h 2024-11-01T16:58:59.3191620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange.h 2024-11-01T16:58:59.3195673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.3199243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_native.h 2024-11-01T16:58:59.3202887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_ops.h 2024-11-01T16:58:59.3206753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad.h 2024-11-01T16:58:59.3210945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3214834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h 2024-11-01T16:58:59.3218533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h 2024-11-01T16:58:59.3222703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_native.h 2024-11-01T16:58:59.3227060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_ops.h 2024-11-01T16:58:59.3230855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor.h 2024-11-01T16:58:59.3234724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3238493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h 2024-11-01T16:58:59.3243221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h 2024-11-01T16:58:59.3247147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h 2024-11-01T16:58:59.3251155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_native.h 2024-11-01T16:58:59.3254959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_ops.h 2024-11-01T16:58:59.3258755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward.h 2024-11-01T16:58:59.3263161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h 2024-11-01T16:58:59.3267133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_native.h 2024-11-01T16:58:59.3271077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_ops.h 2024-11-01T16:58:59.3302137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward.h 2024-11-01T16:58:59.3306026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h 2024-11-01T16:58:59.3309926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_native.h 2024-11-01T16:58:59.3314308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_ops.h 2024-11-01T16:58:59.3318142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag.h 2024-11-01T16:58:59.3322059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward.h 2024-11-01T16:58:59.3325921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h 2024-11-01T16:58:59.3329904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h 2024-11-01T16:58:59.3333855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_native.h 2024-11-01T16:58:59.3337917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_ops.h 2024-11-01T16:58:59.3342715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3346615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h 2024-11-01T16:58:59.3350717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h 2024-11-01T16:58:59.3354481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward.h 2024-11-01T16:58:59.3358550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3362827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h 2024-11-01T16:58:59.3367267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h 2024-11-01T16:58:59.3371332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_native.h 2024-11-01T16:58:59.3375140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h 2024-11-01T16:58:59.3379040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only.h 2024-11-01T16:58:59.3383471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3388134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h 2024-11-01T16:58:59.3392231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h 2024-11-01T16:58:59.3396577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_native.h 2024-11-01T16:58:59.3400645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_ops.h 2024-11-01T16:58:59.3404586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_native.h 2024-11-01T16:58:59.3409009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_ops.h 2024-11-01T16:58:59.3413375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h 2024-11-01T16:58:59.3417978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3422253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h 2024-11-01T16:58:59.3426663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h 2024-11-01T16:58:59.3430698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h 2024-11-01T16:58:59.3434745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h 2024-11-01T16:58:59.3439056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward.h 2024-11-01T16:58:59.3443357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.3447189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h 2024-11-01T16:58:59.3451443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h 2024-11-01T16:58:59.3455470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized.h 2024-11-01T16:58:59.3460363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3464636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h 2024-11-01T16:58:59.3468774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_native.h 2024-11-01T16:58:59.3472607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_ops.h 2024-11-01T16:58:59.3476660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized.h 2024-11-01T16:58:59.3480950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3485180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h 2024-11-01T16:58:59.3488952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h 2024-11-01T16:58:59.3492848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h 2024-11-01T16:58:59.3496573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist.h 2024-11-01T16:58:59.3500695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3504515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_native.h 2024-11-01T16:58:59.3508279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_ops.h 2024-11-01T16:58:59.3512259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h 2024-11-01T16:58:59.3516043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h 2024-11-01T16:58:59.3520172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h 2024-11-01T16:58:59.3524653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h 2024-11-01T16:58:59.3528465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h 2024-11-01T16:58:59.3532424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h 2024-11-01T16:58:59.3537013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3540903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h 2024-11-01T16:58:59.3545462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h 2024-11-01T16:58:59.3549705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h 2024-11-01T16:58:59.3553534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h 2024-11-01T16:58:59.3557548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h 2024-11-01T16:58:59.3561817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h 2024-11-01T16:58:59.3566209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h 2024-11-01T16:58:59.3570227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h 2024-11-01T16:58:59.3574360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h 2024-11-01T16:58:59.3578319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h 2024-11-01T16:58:59.3582713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3586816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h 2024-11-01T16:58:59.3591234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h 2024-11-01T16:58:59.3598633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h 2024-11-01T16:58:59.3602259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h 2024-11-01T16:58:59.3606639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h 2024-11-01T16:58:59.3610781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3614801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h 2024-11-01T16:58:59.3619135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h 2024-11-01T16:58:59.3623910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h 2024-11-01T16:58:59.3627985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h 2024-11-01T16:58:59.3631966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c.h 2024-11-01T16:58:59.3635618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h 2024-11-01T16:58:59.3639562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h 2024-11-01T16:58:59.3643620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_native.h 2024-11-01T16:58:59.3647507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_ops.h 2024-11-01T16:58:59.3651349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r.h 2024-11-01T16:58:59.3655134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h 2024-11-01T16:58:59.3659266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h 2024-11-01T16:58:59.3663374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_native.h 2024-11-01T16:58:59.3667742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_ops.h 2024-11-01T16:58:59.3671408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c.h 2024-11-01T16:58:59.3675190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h 2024-11-01T16:58:59.3678918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h 2024-11-01T16:58:59.3682663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_native.h 2024-11-01T16:58:59.3686620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_ops.h 2024-11-01T16:58:59.3690521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h 2024-11-01T16:58:59.3694526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h 2024-11-01T16:58:59.3698561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h 2024-11-01T16:58:59.3702514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h 2024-11-01T16:58:59.3707146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h 2024-11-01T16:58:59.3710346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward.h 2024-11-01T16:58:59.3714032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h 2024-11-01T16:58:59.3718154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_native.h 2024-11-01T16:58:59.3722828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_ops.h 2024-11-01T16:58:59.3727509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward.h 2024-11-01T16:58:59.3731671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h 2024-11-01T16:58:59.3735708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_native.h 2024-11-01T16:58:59.3739901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_ops.h 2024-11-01T16:58:59.3743867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar.h 2024-11-01T16:58:59.3747803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3751694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_cpu_dispatch.h 2024-11-01T16:58:59.3755443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_native.h 2024-11-01T16:58:59.3759118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_ops.h 2024-11-01T16:58:59.3762960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs.h 2024-11-01T16:58:59.3766779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3770775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h 2024-11-01T16:58:59.3774692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_native.h 2024-11-01T16:58:59.3778701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_ops.h 2024-11-01T16:58:59.3782413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos.h 2024-11-01T16:58:59.3786569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3790515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h 2024-11-01T16:58:59.3794710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_native.h 2024-11-01T16:58:59.3798826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_ops.h 2024-11-01T16:58:59.3803081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add.h 2024-11-01T16:58:59.3807358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv.h 2024-11-01T16:58:59.3811635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3815380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h 2024-11-01T16:58:59.3819405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_native.h 2024-11-01T16:58:59.3823201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_ops.h 2024-11-01T16:58:59.3827108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul.h 2024-11-01T16:58:59.3831285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3836084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h 2024-11-01T16:58:59.3839952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_native.h 2024-11-01T16:58:59.3843860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_ops.h 2024-11-01T16:58:59.3847793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3851696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_cuda_dispatch.h 2024-11-01T16:58:59.3855743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_native.h 2024-11-01T16:58:59.3859275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_ops.h 2024-11-01T16:58:59.3863184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin.h 2024-11-01T16:58:59.3867252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3871039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h 2024-11-01T16:58:59.3875040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_native.h 2024-11-01T16:58:59.3878898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_ops.h 2024-11-01T16:58:59.3882696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan.h 2024-11-01T16:58:59.3886751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3890670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h 2024-11-01T16:58:59.3894815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_native.h 2024-11-01T16:58:59.3898741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_ops.h 2024-11-01T16:58:59.3902380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil.h 2024-11-01T16:58:59.3906554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3910537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h 2024-11-01T16:58:59.3914326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_native.h 2024-11-01T16:58:59.3918205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_ops.h 2024-11-01T16:58:59.3922157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max.h 2024-11-01T16:58:59.3926463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3930136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h 2024-11-01T16:58:59.3934214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_native.h 2024-11-01T16:58:59.3938587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_ops.h 2024-11-01T16:58:59.3942324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min.h 2024-11-01T16:58:59.3946683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3950528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h 2024-11-01T16:58:59.3954789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_native.h 2024-11-01T16:58:59.3958749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_ops.h 2024-11-01T16:58:59.3962815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy.h 2024-11-01T16:58:59.3967080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3970900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h 2024-11-01T16:58:59.3974741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_native.h 2024-11-01T16:58:59.3978667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_ops.h 2024-11-01T16:58:59.3982534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos.h 2024-11-01T16:58:59.3986271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh.h 2024-11-01T16:58:59.3990425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.3994375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h 2024-11-01T16:58:59.3998170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_native.h 2024-11-01T16:58:59.4002335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_ops.h 2024-11-01T16:58:59.4006691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4010599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h 2024-11-01T16:58:59.4014464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_native.h 2024-11-01T16:58:59.4018286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_ops.h 2024-11-01T16:58:59.4022059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div.h 2024-11-01T16:58:59.4026105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4029807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_cuda_dispatch.h 2024-11-01T16:58:59.4033606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_native.h 2024-11-01T16:58:59.4037558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_ops.h 2024-11-01T16:58:59.4041315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf.h 2024-11-01T16:58:59.4045946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc.h 2024-11-01T16:58:59.4050215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4053919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h 2024-11-01T16:58:59.4057944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_native.h 2024-11-01T16:58:59.4061778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_ops.h 2024-11-01T16:58:59.4065856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4069738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h 2024-11-01T16:58:59.4073730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_native.h 2024-11-01T16:58:59.4077847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_ops.h 2024-11-01T16:58:59.4081630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp.h 2024-11-01T16:58:59.4085468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1.h 2024-11-01T16:58:59.4089625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4093660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h 2024-11-01T16:58:59.4097618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_native.h 2024-11-01T16:58:59.4101656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_ops.h 2024-11-01T16:58:59.4105717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4109533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h 2024-11-01T16:58:59.4113499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_native.h 2024-11-01T16:58:59.4117151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_ops.h 2024-11-01T16:58:59.4120747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor.h 2024-11-01T16:58:59.4124694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4128573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h 2024-11-01T16:58:59.4132431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_native.h 2024-11-01T16:58:59.4136200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_ops.h 2024-11-01T16:58:59.4139928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac.h 2024-11-01T16:58:59.4144128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4148184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h 2024-11-01T16:58:59.4152147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_native.h 2024-11-01T16:58:59.4156131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_ops.h 2024-11-01T16:58:59.4159966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp.h 2024-11-01T16:58:59.4164158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4167966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h 2024-11-01T16:58:59.4172091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_native.h 2024-11-01T16:58:59.4175905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_ops.h 2024-11-01T16:58:59.4179687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma.h 2024-11-01T16:58:59.4183751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4187434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h 2024-11-01T16:58:59.4191673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_native.h 2024-11-01T16:58:59.4195529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_ops.h 2024-11-01T16:58:59.4199181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log.h 2024-11-01T16:58:59.4203037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10.h 2024-11-01T16:58:59.4207612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4211458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h 2024-11-01T16:58:59.4215194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_native.h 2024-11-01T16:58:59.4219084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_ops.h 2024-11-01T16:58:59.4222914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p.h 2024-11-01T16:58:59.4227169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4231207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h 2024-11-01T16:58:59.4235318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_native.h 2024-11-01T16:58:59.4239341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_ops.h 2024-11-01T16:58:59.4243342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2.h 2024-11-01T16:58:59.4247613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4252083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h 2024-11-01T16:58:59.4256139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_native.h 2024-11-01T16:58:59.4259962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_ops.h 2024-11-01T16:58:59.4264478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4268504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_cuda_dispatch.h 2024-11-01T16:58:59.4272738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_native.h 2024-11-01T16:58:59.4276708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_ops.h 2024-11-01T16:58:59.4280961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max.h 2024-11-01T16:58:59.4284816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum.h 2024-11-01T16:58:59.4289277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4293364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h 2024-11-01T16:58:59.4298109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_native.h 2024-11-01T16:58:59.4301582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_ops.h 2024-11-01T16:58:59.4305577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4309719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_cuda_dispatch.h 2024-11-01T16:58:59.4313904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_native.h 2024-11-01T16:58:59.4317852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_ops.h 2024-11-01T16:58:59.4321688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum.h 2024-11-01T16:58:59.4326502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4329886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h 2024-11-01T16:58:59.4333682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_native.h 2024-11-01T16:58:59.4826805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_ops.h 2024-11-01T16:58:59.4830058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul.h 2024-11-01T16:58:59.4834216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4837741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h 2024-11-01T16:58:59.4841336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_native.h 2024-11-01T16:58:59.4845488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_ops.h 2024-11-01T16:58:59.4849542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg.h 2024-11-01T16:58:59.4853722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4857452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h 2024-11-01T16:58:59.4861770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_native.h 2024-11-01T16:58:59.4865646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_ops.h 2024-11-01T16:58:59.4869965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm.h 2024-11-01T16:58:59.4874078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4877543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h 2024-11-01T16:58:59.4881273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_native.h 2024-11-01T16:58:59.4885243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_ops.h 2024-11-01T16:58:59.4889072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow.h 2024-11-01T16:58:59.4893229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4897188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h 2024-11-01T16:58:59.4901195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_native.h 2024-11-01T16:58:59.4905212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_ops.h 2024-11-01T16:58:59.4909143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal.h 2024-11-01T16:58:59.4913446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4917250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h 2024-11-01T16:58:59.4921076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_native.h 2024-11-01T16:58:59.4925096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_ops.h 2024-11-01T16:58:59.4928899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round.h 2024-11-01T16:58:59.4933053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4936969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_cuda_dispatch.h 2024-11-01T16:58:59.4940867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_native.h 2024-11-01T16:58:59.4944727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_ops.h 2024-11-01T16:58:59.4948482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid.h 2024-11-01T16:58:59.4952975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4956666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h 2024-11-01T16:58:59.4960988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_native.h 2024-11-01T16:58:59.4965256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_ops.h 2024-11-01T16:58:59.4969282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign.h 2024-11-01T16:58:59.4973331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.4977303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h 2024-11-01T16:58:59.4981337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_native.h 2024-11-01T16:58:59.4985484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_ops.h 2024-11-01T16:58:59.4989242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin.h 2024-11-01T16:58:59.4992919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh.h 2024-11-01T16:58:59.4997086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5001235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h 2024-11-01T16:58:59.5005170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_native.h 2024-11-01T16:58:59.5009154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_ops.h 2024-11-01T16:58:59.5013513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5017309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h 2024-11-01T16:58:59.5021009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_native.h 2024-11-01T16:58:59.5025450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_ops.h 2024-11-01T16:58:59.5029298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt.h 2024-11-01T16:58:59.5033418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5037444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h 2024-11-01T16:58:59.5041262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_native.h 2024-11-01T16:58:59.5045362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_ops.h 2024-11-01T16:58:59.5049163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub.h 2024-11-01T16:58:59.5053680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5057850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h 2024-11-01T16:58:59.5061791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_native.h 2024-11-01T16:58:59.5066065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_ops.h 2024-11-01T16:58:59.5069776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan.h 2024-11-01T16:58:59.5073845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh.h 2024-11-01T16:58:59.5077963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5081911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h 2024-11-01T16:58:59.5085776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_native.h 2024-11-01T16:58:59.5089823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_ops.h 2024-11-01T16:58:59.5093888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5097794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h 2024-11-01T16:58:59.5123764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_native.h 2024-11-01T16:58:59.5127561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_ops.h 2024-11-01T16:58:59.5131662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc.h 2024-11-01T16:58:59.5135975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5139807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h 2024-11-01T16:58:59.5143787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_native.h 2024-11-01T16:58:59.5147768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_ops.h 2024-11-01T16:58:59.5151538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero.h 2024-11-01T16:58:59.5155570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5159583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h 2024-11-01T16:58:59.5163893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_native.h 2024-11-01T16:58:59.5167628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_ops.h 2024-11-01T16:58:59.5171482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async.h 2024-11-01T16:58:59.5175474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h 2024-11-01T16:58:59.5179408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_native.h 2024-11-01T16:58:59.5183583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_ops.h 2024-11-01T16:58:59.5187902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar.h 2024-11-01T16:58:59.5192295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5195987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_native.h 2024-11-01T16:58:59.5199835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_ops.h 2024-11-01T16:58:59.5204052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range.h 2024-11-01T16:58:59.5208313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5212414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h 2024-11-01T16:58:59.5223069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5225683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h 2024-11-01T16:58:59.5227711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h 2024-11-01T16:58:59.5231781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_native.h 2024-11-01T16:58:59.5235686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_ops.h 2024-11-01T16:58:59.5239579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad.h 2024-11-01T16:58:59.5243641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5247558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h 2024-11-01T16:58:59.5251456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_native.h 2024-11-01T16:58:59.5255576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_ops.h 2024-11-01T16:58:59.5259713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam.h 2024-11-01T16:58:59.5263404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw.h 2024-11-01T16:58:59.5267634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5271611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h 2024-11-01T16:58:59.5276689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h 2024-11-01T16:58:59.5279435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_native.h 2024-11-01T16:58:59.5284012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_ops.h 2024-11-01T16:58:59.5288317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5292028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cpu_dispatch.h 2024-11-01T16:58:59.5296007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cuda_dispatch.h 2024-11-01T16:58:59.5300103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_native.h 2024-11-01T16:58:59.5304736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_ops.h 2024-11-01T16:58:59.5307846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout.h 2024-11-01T16:58:59.5312165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5316594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h 2024-11-01T16:58:59.5320281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_native.h 2024-11-01T16:58:59.5324375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_ops.h 2024-11-01T16:58:59.5329319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h 2024-11-01T16:58:59.5333992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5336900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h 2024-11-01T16:58:59.5341087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h 2024-11-01T16:58:59.5345200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h 2024-11-01T16:58:59.5349204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h 2024-11-01T16:58:59.5352995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice.h 2024-11-01T16:58:59.5357041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h 2024-11-01T16:58:59.5362021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h 2024-11-01T16:58:59.5365200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h 2024-11-01T16:58:59.5369322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_native.h 2024-11-01T16:58:59.5373110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_ops.h 2024-11-01T16:58:59.5376826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd.h 2024-11-01T16:58:59.5380967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5385302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h 2024-11-01T16:58:59.5389446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h 2024-11-01T16:58:59.5393196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_native.h 2024-11-01T16:58:59.5397101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_ops.h 2024-11-01T16:58:59.5400962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal.h 2024-11-01T16:58:59.5404897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5408598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy.h 2024-11-01T16:58:59.5412795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.5416790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5420405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_native.h 2024-11-01T16:58:59.5424416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_ops.h 2024-11-01T16:58:59.5428260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_native.h 2024-11-01T16:58:59.5432076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_ops.h 2024-11-01T16:58:59.5435920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward.h 2024-11-01T16:58:59.5439908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.5444018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_native.h 2024-11-01T16:58:59.5447726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_ops.h 2024-11-01T16:58:59.5451634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h 2024-11-01T16:58:59.5455627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h 2024-11-01T16:58:59.5459762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.5463697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h 2024-11-01T16:58:59.5468573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h 2024-11-01T16:58:59.5472719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5476567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h 2024-11-01T16:58:59.5480916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h 2024-11-01T16:58:59.5485114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type.h 2024-11-01T16:58:59.5489385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.5493338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h 2024-11-01T16:58:59.5497273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h 2024-11-01T16:58:59.5501155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel.h 2024-11-01T16:58:59.5505278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5508980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_native.h 2024-11-01T16:58:59.5512926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_ops.h 2024-11-01T16:58:59.5516745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges.h 2024-11-01T16:58:59.5520725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5524612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h 2024-11-01T16:58:59.5528634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_native.h 2024-11-01T16:58:59.5532387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_ops.h 2024-11-01T16:58:59.5536159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts.h 2024-11-01T16:58:59.5540489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5544516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h 2024-11-01T16:58:59.5548343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h 2024-11-01T16:58:59.5552844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h 2024-11-01T16:58:59.5556310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors.h 2024-11-01T16:58:59.5560533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5564575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h 2024-11-01T16:58:59.5568388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h 2024-11-01T16:58:59.5572960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h 2024-11-01T16:58:59.5577040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl.h 2024-11-01T16:58:59.5581208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5584856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h 2024-11-01T16:58:59.5588783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h 2024-11-01T16:58:59.5592561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_meta_dispatch.h 2024-11-01T16:58:59.5596514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_native.h 2024-11-01T16:58:59.5600738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_ops.h 2024-11-01T16:58:59.5604561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices.h 2024-11-01T16:58:59.5607958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy.h 2024-11-01T16:58:59.5611910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.5615908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5619644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_native.h 2024-11-01T16:58:59.5623584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_ops.h 2024-11-01T16:58:59.5627308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_native.h 2024-11-01T16:58:59.5631078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_ops.h 2024-11-01T16:58:59.5635081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm.h 2024-11-01T16:58:59.5638629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_cpu_dispatch.h 2024-11-01T16:58:59.5642561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_cuda_dispatch.h 2024-11-01T16:58:59.5646247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_native.h 2024-11-01T16:58:59.5649969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_ops.h 2024-11-01T16:58:59.5653797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true.h 2024-11-01T16:58:59.5657990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5661737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_native.h 2024-11-01T16:58:59.5665469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_ops.h 2024-11-01T16:58:59.5669573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true.h 2024-11-01T16:58:59.5673650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5677589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_native.h 2024-11-01T16:58:59.5681415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_ops.h 2024-11-01T16:58:59.5685276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor.h 2024-11-01T16:58:59.5689119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.5692710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_native.h 2024-11-01T16:58:59.5696723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_ops.h 2024-11-01T16:58:59.5701560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward.h 2024-11-01T16:58:59.5704621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h 2024-11-01T16:58:59.5708946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h 2024-11-01T16:58:59.5713090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h 2024-11-01T16:58:59.5716731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h 2024-11-01T16:58:59.5720877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone.h 2024-11-01T16:58:59.5724959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5728461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_native.h 2024-11-01T16:58:59.5732280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_ops.h 2024-11-01T16:58:59.5736016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors.h 2024-11-01T16:58:59.5740046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.5744042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_native.h 2024-11-01T16:58:59.5747901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_ops.h 2024-11-01T16:58:59.5752435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det.h 2024-11-01T16:58:59.5755873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.5759937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cpu_dispatch.h 2024-11-01T16:58:59.5764275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cuda_dispatch.h 2024-11-01T16:58:59.5768014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta.h 2024-11-01T16:58:59.5772265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta_dispatch.h 2024-11-01T16:58:59.5776161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_native.h 2024-11-01T16:58:59.5781126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_ops.h 2024-11-01T16:58:59.5784299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh.h 2024-11-01T16:58:59.5788726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.5792637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h 2024-11-01T16:58:59.5796245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h 2024-11-01T16:58:59.5800257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta.h 2024-11-01T16:58:59.5804441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h 2024-11-01T16:58:59.5808671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_native.h 2024-11-01T16:58:59.5812218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_ops.h 2024-11-01T16:58:59.5816347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals.h 2024-11-01T16:58:59.5820983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h 2024-11-01T16:58:59.5824338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h 2024-11-01T16:58:59.5828418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_native.h 2024-11-01T16:58:59.5832448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_ops.h 2024-11-01T16:58:59.5836221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet.h 2024-11-01T16:58:59.5840860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.5844807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h 2024-11-01T16:58:59.5849384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h 2024-11-01T16:58:59.5852823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta.h 2024-11-01T16:58:59.5857137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h 2024-11-01T16:58:59.5861072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_native.h 2024-11-01T16:58:59.5865934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_ops.h 2024-11-01T16:58:59.5869983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex.h 2024-11-01T16:58:59.5920183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.5924312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h 2024-11-01T16:58:59.5928629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h 2024-11-01T16:58:59.5933100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta.h 2024-11-01T16:58:59.5937127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h 2024-11-01T16:58:59.5940853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_native.h 2024-11-01T16:58:59.5945178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_ops.h 2024-11-01T16:58:59.5949405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd.h 2024-11-01T16:58:59.5953543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.5957180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h 2024-11-01T16:58:59.5962166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h 2024-11-01T16:58:59.5965246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta.h 2024-11-01T16:58:59.5969117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta_dispatch.h 2024-11-01T16:58:59.5973102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_native.h 2024-11-01T16:58:59.5978042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_ops.h 2024-11-01T16:58:59.5980879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense.h 2024-11-01T16:58:59.5984614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h 2024-11-01T16:58:59.5988640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h 2024-11-01T16:58:59.5992466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_native.h 2024-11-01T16:58:59.5995907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_ops.h 2024-11-01T16:58:59.5999491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp.h 2024-11-01T16:58:59.6003192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h 2024-11-01T16:58:59.6006656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h 2024-11-01T16:58:59.6010339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_native.h 2024-11-01T16:58:59.6013810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_ops.h 2024-11-01T16:58:59.6017394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax.h 2024-11-01T16:58:59.6021184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data.h 2024-11-01T16:58:59.6025298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.6028795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h 2024-11-01T16:58:59.6033310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h 2024-11-01T16:58:59.6037488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta.h 2024-11-01T16:58:59.6041354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h 2024-11-01T16:58:59.6045220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_native.h 2024-11-01T16:58:59.6049332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_ops.h 2024-11-01T16:58:59.6053370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.6056897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cpu_dispatch.h 2024-11-01T16:58:59.6060636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cuda_dispatch.h 2024-11-01T16:58:59.6065291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta.h 2024-11-01T16:58:59.6068772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta_dispatch.h 2024-11-01T16:58:59.6072422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_native.h 2024-11-01T16:58:59.6076134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_ops.h 2024-11-01T16:58:59.6079700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps.h 2024-11-01T16:58:59.6083634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6087072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_native.h 2024-11-01T16:58:59.6090719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_ops.h 2024-11-01T16:58:59.6094182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info.h 2024-11-01T16:58:59.6098084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.6101821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_native.h 2024-11-01T16:58:59.6105618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_ops.h 2024-11-01T16:58:59.6109202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token.h 2024-11-01T16:58:59.6112791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h 2024-11-01T16:58:59.6116532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_native.h 2024-11-01T16:58:59.6120449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_ops.h 2024-11-01T16:58:59.6124134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual.h 2024-11-01T16:58:59.6128463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6132611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy.h 2024-11-01T16:58:59.6136757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.6140867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6144456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_native.h 2024-11-01T16:58:59.6148613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_ops.h 2024-11-01T16:58:59.6152596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_native.h 2024-11-01T16:58:59.6156349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_ops.h 2024-11-01T16:58:59.6160270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor.h 2024-11-01T16:58:59.6164386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6168311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h 2024-11-01T16:58:59.6173519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h 2024-11-01T16:58:59.6177413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h 2024-11-01T16:58:59.6181126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h 2024-11-01T16:58:59.6185026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h 2024-11-01T16:58:59.6188999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6192838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h 2024-11-01T16:58:59.6196953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h 2024-11-01T16:58:59.6200823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h 2024-11-01T16:58:59.6204806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h 2024-11-01T16:58:59.6208749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale.h 2024-11-01T16:58:59.6212742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6216450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_cuda_dispatch.h 2024-11-01T16:58:59.6220095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_native.h 2024-11-01T16:58:59.6224552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_ops.h 2024-11-01T16:58:59.6228804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax.h 2024-11-01T16:58:59.6233276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward.h 2024-11-01T16:58:59.6237433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6241651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h 2024-11-01T16:58:59.6245648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h 2024-11-01T16:58:59.6249755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_native.h 2024-11-01T16:58:59.6253792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_ops.h 2024-11-01T16:58:59.6257718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6261839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h 2024-11-01T16:58:59.6265799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h 2024-11-01T16:58:59.6269830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_native.h 2024-11-01T16:58:59.6273696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_ops.h 2024-11-01T16:58:59.6277544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear.h 2024-11-01T16:58:59.6281312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h 2024-11-01T16:58:59.6285038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_native.h 2024-11-01T16:58:59.6288801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_ops.h 2024-11-01T16:58:59.6292669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape.h 2024-11-01T16:58:59.6296767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6300189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_native.h 2024-11-01T16:58:59.6304035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_ops.h 2024-11-01T16:58:59.6307835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose.h 2024-11-01T16:58:59.6311946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6316076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h 2024-11-01T16:58:59.6320214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_native.h 2024-11-01T16:58:59.6324707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_ops.h 2024-11-01T16:58:59.6328787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution.h 2024-11-01T16:58:59.6333513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6337420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_native.h 2024-11-01T16:58:59.6341096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_ops.h 2024-11-01T16:58:59.6345627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose.h 2024-11-01T16:58:59.6350447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6355147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_native.h 2024-11-01T16:58:59.6375807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_ops.h 2024-11-01T16:58:59.6376851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit.h 2024-11-01T16:58:59.6378071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6379381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h 2024-11-01T16:58:59.6381790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h 2024-11-01T16:58:59.6382901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_native.h 2024-11-01T16:58:59.6387478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training.h 2024-11-01T16:58:59.6390705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6394695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h 2024-11-01T16:58:59.6399117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h 2024-11-01T16:58:59.6402997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_ops.h 2024-11-01T16:58:59.6407239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention.h 2024-11-01T16:58:59.6411382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6415138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h 2024-11-01T16:58:59.6419076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h 2024-11-01T16:58:59.6423609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_native.h 2024-11-01T16:58:59.6427630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_ops.h 2024-11-01T16:58:59.6431228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view.h 2024-11-01T16:58:59.6435372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6439189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy.h 2024-11-01T16:58:59.6443373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.6447468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6450976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_native.h 2024-11-01T16:58:59.6455320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_ops.h 2024-11-01T16:58:59.6459224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_native.h 2024-11-01T16:58:59.6462970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_ops.h 2024-11-01T16:58:59.6467100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h 2024-11-01T16:58:59.6471112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h 2024-11-01T16:58:59.6475142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h 2024-11-01T16:58:59.6478810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h 2024-11-01T16:58:59.6482923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h 2024-11-01T16:58:59.6486496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded.h 2024-11-01T16:58:59.6491076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example.h 2024-11-01T16:58:59.6495173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6498797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h 2024-11-01T16:58:59.6502660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h 2024-11-01T16:58:59.6506763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6510814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h 2024-11-01T16:58:59.6515288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h 2024-11-01T16:58:59.6519051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_native.h 2024-11-01T16:58:59.6523144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_ops.h 2024-11-01T16:58:59.6526930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor.h 2024-11-01T16:58:59.6530886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_native.h 2024-11-01T16:58:59.6534628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_ops.h 2024-11-01T16:58:59.6538643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy.h 2024-11-01T16:58:59.6542489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_native.h 2024-11-01T16:58:59.6546291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h 2024-11-01T16:58:59.6550181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths.h 2024-11-01T16:58:59.6554224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_native.h 2024-11-01T16:58:59.6558139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_ops.h 2024-11-01T16:58:59.6562197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen.h 2024-11-01T16:58:59.6566304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_native.h 2024-11-01T16:58:59.6570119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_ops.h 2024-11-01T16:58:59.6574211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen.h 2024-11-01T16:58:59.6578089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_native.h 2024-11-01T16:58:59.6581876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_ops.h 2024-11-01T16:58:59.6585608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets.h 2024-11-01T16:58:59.6589531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_native.h 2024-11-01T16:58:59.6593953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_ops.h 2024-11-01T16:58:59.6597797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx.h 2024-11-01T16:58:59.6601678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_native.h 2024-11-01T16:58:59.6605952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_ops.h 2024-11-01T16:58:59.6609421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values.h 2024-11-01T16:58:59.6613376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy.h 2024-11-01T16:58:59.6618159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.6622017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6626019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_native.h 2024-11-01T16:58:59.6629433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_ops.h 2024-11-01T16:58:59.6633079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_native.h 2024-11-01T16:58:59.6637205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_ops.h 2024-11-01T16:58:59.6641560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward.h 2024-11-01T16:58:59.6645582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_native.h 2024-11-01T16:58:59.6649260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_ops.h 2024-11-01T16:58:59.6652900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward.h 2024-11-01T16:58:59.6656722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_native.h 2024-11-01T16:58:59.6660658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_ops.h 2024-11-01T16:58:59.6664519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask.h 2024-11-01T16:58:59.6668533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6672287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h 2024-11-01T16:58:59.6676085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h 2024-11-01T16:58:59.6679770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h 2024-11-01T16:58:59.6683896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h 2024-11-01T16:58:59.6687932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h 2024-11-01T16:58:59.6691732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h 2024-11-01T16:58:59.6695401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h 2024-11-01T16:58:59.6699038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_native.h 2024-11-01T16:58:59.6702875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_ops.h 2024-11-01T16:58:59.6707133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list.h 2024-11-01T16:58:59.6711135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6714994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h 2024-11-01T16:58:59.6718955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h 2024-11-01T16:58:59.6722731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size.h 2024-11-01T16:58:59.6726666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6730861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_native.h 2024-11-01T16:58:59.6734707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_ops.h 2024-11-01T16:58:59.6738529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h 2024-11-01T16:58:59.6742469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h 2024-11-01T16:58:59.6746197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h 2024-11-01T16:58:59.6750285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets.h 2024-11-01T16:58:59.6754616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6758397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h 2024-11-01T16:58:59.6762308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h 2024-11-01T16:58:59.6766293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides.h 2024-11-01T16:58:59.6770831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6775406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_native.h 2024-11-01T16:58:59.6778454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_ops.h 2024-11-01T16:58:59.6782572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer.h 2024-11-01T16:58:59.6787089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy.h 2024-11-01T16:58:59.6790631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.6794949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6799120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h 2024-11-01T16:58:59.6803648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h 2024-11-01T16:58:59.6806796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h 2024-11-01T16:58:59.6810806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h 2024-11-01T16:58:59.6815114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_native.h 2024-11-01T16:58:59.6818746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_ops.h 2024-11-01T16:58:59.6822565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged.h 2024-11-01T16:58:59.6826416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy.h 2024-11-01T16:58:59.6830515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.6834461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6838472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h 2024-11-01T16:58:59.6842387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h 2024-11-01T16:58:59.6846311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_native.h 2024-11-01T16:58:59.6850224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_ops.h 2024-11-01T16:58:59.6854096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h 2024-11-01T16:58:59.6858107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6862054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h 2024-11-01T16:58:59.6866385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h 2024-11-01T16:58:59.6870085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available.h 2024-11-01T16:58:59.6874129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.6877708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_native.h 2024-11-01T16:58:59.6881953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_ops.h 2024-11-01T16:58:59.6886017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution.h 2024-11-01T16:58:59.6890312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.6894185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_native.h 2024-11-01T16:58:59.6897904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h 2024-11-01T16:58:59.6901765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz.h 2024-11-01T16:58:59.6905134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz_native.h 2024-11-01T16:58:59.6908851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz_ops.h 2024-11-01T16:58:59.6912469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence.h 2024-11-01T16:58:59.6916125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward.h 2024-11-01T16:58:59.6920323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.6924455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_native.h 2024-11-01T16:58:59.6928897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h 2024-11-01T16:58:59.6934162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7338835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_native.h 2024-11-01T16:58:59.7342846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_ops.h 2024-11-01T16:58:59.7346427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward.h 2024-11-01T16:58:59.7350371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h 2024-11-01T16:58:59.7354272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h 2024-11-01T16:58:59.7358184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h 2024-11-01T16:58:59.7362190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h 2024-11-01T16:58:59.7366182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular.h 2024-11-01T16:58:59.7370150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.7373817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_native.h 2024-11-01T16:58:59.7378313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_ops.h 2024-11-01T16:58:59.7382334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum.h 2024-11-01T16:58:59.7386246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.7389830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_native.h 2024-11-01T16:58:59.7393679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_ops.h 2024-11-01T16:58:59.7397440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence.h 2024-11-01T16:58:59.7402018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.7405884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_native.h 2024-11-01T16:58:59.7410648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_ops.h 2024-11-01T16:58:59.7413488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward.h 2024-11-01T16:58:59.7417461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7421833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h 2024-11-01T16:58:59.7424890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h 2024-11-01T16:58:59.7440965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_native.h 2024-11-01T16:58:59.7441543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_ops.h 2024-11-01T16:58:59.7441921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward.h 2024-11-01T16:58:59.7443129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7446906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h 2024-11-01T16:58:59.7450713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h 2024-11-01T16:58:59.7454551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_native.h 2024-11-01T16:58:59.7458739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_ops.h 2024-11-01T16:58:59.7462226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory.h 2024-11-01T16:58:59.7466499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7469963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_native.h 2024-11-01T16:58:59.7473616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_ops.h 2024-11-01T16:58:59.7477555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel.h 2024-11-01T16:58:59.7481314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward.h 2024-11-01T16:58:59.7485941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h 2024-11-01T16:58:59.7489757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h 2024-11-01T16:58:59.7493742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_native.h 2024-11-01T16:58:59.7497548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_ops.h 2024-11-01T16:58:59.7501511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h 2024-11-01T16:58:59.7505273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h 2024-11-01T16:58:59.7509053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_native.h 2024-11-01T16:58:59.7512835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_ops.h 2024-11-01T16:58:59.7516506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print.h 2024-11-01T16:58:59.7520309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7524170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_native.h 2024-11-01T16:58:59.7527871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_ops.h 2024-11-01T16:58:59.7531573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data.h 2024-11-01T16:58:59.7535525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.7539509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_native.h 2024-11-01T16:58:59.7543185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_ops.h 2024-11-01T16:58:59.7547032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim.h 2024-11-01T16:58:59.7550962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.7554661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_native.h 2024-11-01T16:58:59.7558246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_ops.h 2024-11-01T16:58:59.7561896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias.h 2024-11-01T16:58:59.7565709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy.h 2024-11-01T16:58:59.7569600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.7573492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7577107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_native.h 2024-11-01T16:58:59.7580930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_ops.h 2024-11-01T16:58:59.7586307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h 2024-11-01T16:58:59.7590371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h 2024-11-01T16:58:59.7594316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_meta_dispatch.h 2024-11-01T16:58:59.7598010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_native.h 2024-11-01T16:58:59.7601728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_ops.h 2024-11-01T16:58:59.7605472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy.h 2024-11-01T16:58:59.7609440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7613337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_native.h 2024-11-01T16:58:59.7617014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_ops.h 2024-11-01T16:58:59.7620947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor.h 2024-11-01T16:58:59.7625007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.7628669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_native.h 2024-11-01T16:58:59.7632415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_ops.h 2024-11-01T16:58:59.7636159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output.h 2024-11-01T16:58:59.7640792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7644700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_meta_dispatch.h 2024-11-01T16:58:59.7648637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_native.h 2024-11-01T16:58:59.7652308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_ops.h 2024-11-01T16:58:59.7656967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune.h 2024-11-01T16:58:59.7660871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.7664597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_native.h 2024-11-01T16:58:59.7668382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_ops.h 2024-11-01T16:58:59.7672119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax.h 2024-11-01T16:58:59.7676093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7679894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_native.h 2024-11-01T16:58:59.7683918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_ops.h 2024-11-01T16:58:59.7688005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet.h 2024-11-01T16:58:59.7691716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7695362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h 2024-11-01T16:58:59.7699407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h 2024-11-01T16:58:59.7734502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_native.h 2024-11-01T16:58:59.7738199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_ops.h 2024-11-01T16:58:59.7741999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16.h 2024-11-01T16:58:59.7745902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.7749428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_native.h 2024-11-01T16:58:59.7753310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h 2024-11-01T16:58:59.7757569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math.h 2024-11-01T16:58:59.7761478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.7765289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h 2024-11-01T16:58:59.7769091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h 2024-11-01T16:58:59.7772863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h 2024-11-01T16:58:59.7776783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h 2024-11-01T16:58:59.7780567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h 2024-11-01T16:58:59.7784684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h 2024-11-01T16:58:59.7788400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h 2024-11-01T16:58:59.7792480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h 2024-11-01T16:58:59.7796539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h 2024-11-01T16:58:59.7800424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h 2024-11-01T16:58:59.7805213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h 2024-11-01T16:58:59.7809073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h 2024-11-01T16:58:59.7812859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h 2024-11-01T16:58:59.7816886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h 2024-11-01T16:58:59.7820862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h 2024-11-01T16:58:59.7824875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h 2024-11-01T16:58:59.7828801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h 2024-11-01T16:58:59.7832700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h 2024-11-01T16:58:59.7836888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h 2024-11-01T16:58:59.7842808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h 2024-11-01T16:58:59.7846673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h 2024-11-01T16:58:59.7850625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention.h 2024-11-01T16:58:59.7854583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h 2024-11-01T16:58:59.7859209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h 2024-11-01T16:58:59.7863140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h 2024-11-01T16:58:59.7867013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h 2024-11-01T16:58:59.7871347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h 2024-11-01T16:58:59.7875361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h 2024-11-01T16:58:59.7879550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h 2024-11-01T16:58:59.7884127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h 2024-11-01T16:58:59.7889690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h 2024-11-01T16:58:59.7894430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h 2024-11-01T16:58:59.7899215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h 2024-11-01T16:58:59.7904052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h 2024-11-01T16:58:59.7908127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h 2024-11-01T16:58:59.7912499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h 2024-11-01T16:58:59.7916945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h 2024-11-01T16:58:59.7921852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h 2024-11-01T16:58:59.7926726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h 2024-11-01T16:58:59.7931129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7951716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h 2024-11-01T16:58:59.7952838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h 2024-11-01T16:58:59.7954173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7978003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h 2024-11-01T16:58:59.7979144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h 2024-11-01T16:58:59.7979739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm.h 2024-11-01T16:58:59.7980467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h 2024-11-01T16:58:59.7981304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_native.h 2024-11-01T16:58:59.7981927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_ops.h 2024-11-01T16:58:59.7984223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward.h 2024-11-01T16:58:59.7986282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.7989891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h 2024-11-01T16:58:59.7994073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h 2024-11-01T16:58:59.7998455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_native.h 2024-11-01T16:58:59.8002412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_ops.h 2024-11-01T16:58:59.8006024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor.h 2024-11-01T16:58:59.8009896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8013936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_native.h 2024-11-01T16:58:59.8017618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_ops.h 2024-11-01T16:58:59.8021439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward.h 2024-11-01T16:58:59.8025316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8029117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h 2024-11-01T16:58:59.8032870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h 2024-11-01T16:58:59.8036660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_native.h 2024-11-01T16:58:59.8040367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_ops.h 2024-11-01T16:58:59.8044645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward.h 2024-11-01T16:58:59.8048466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h 2024-11-01T16:58:59.8052108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h 2024-11-01T16:58:59.8055899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_native.h 2024-11-01T16:58:59.8060056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_ops.h 2024-11-01T16:58:59.8063717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw.h 2024-11-01T16:58:59.8067629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8071689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_native.h 2024-11-01T16:58:59.8075240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_ops.h 2024-11-01T16:58:59.8078797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff.h 2024-11-01T16:58:59.8083381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8087240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_native.h 2024-11-01T16:58:59.8091053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_ops.h 2024-11-01T16:58:59.8095008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state.h 2024-11-01T16:58:59.8099139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8102724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_native.h 2024-11-01T16:58:59.8106430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h 2024-11-01T16:58:59.8110122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble.h 2024-11-01T16:58:59.8114131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8118212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_native.h 2024-11-01T16:58:59.8122162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_ops.h 2024-11-01T16:58:59.8125796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax.h 2024-11-01T16:58:59.8129342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data.h 2024-11-01T16:58:59.8133852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.8137537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h 2024-11-01T16:58:59.8141443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h 2024-11-01T16:58:59.8145194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta.h 2024-11-01T16:58:59.8149057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h 2024-11-01T16:58:59.8152764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_native.h 2024-11-01T16:58:59.8156518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_ops.h 2024-11-01T16:58:59.8160511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.8164530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_cpu_dispatch.h 2024-11-01T16:58:59.8168282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_cuda_dispatch.h 2024-11-01T16:58:59.8171945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_meta.h 2024-11-01T16:58:59.8176359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_meta_dispatch.h 2024-11-01T16:58:59.8180216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_native.h 2024-11-01T16:58:59.8183956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_ops.h 2024-11-01T16:58:59.8187802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm.h 2024-11-01T16:58:59.8191857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8195411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_native.h 2024-11-01T16:58:59.8199444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_ops.h 2024-11-01T16:58:59.8203808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to.h 2024-11-01T16:58:59.8207843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy.h 2024-11-01T16:58:59.8211998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.8216272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8220687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h 2024-11-01T16:58:59.8224745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h 2024-11-01T16:58:59.8228737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_native.h 2024-11-01T16:58:59.8232410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_ops.h 2024-11-01T16:58:59.8236310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h 2024-11-01T16:58:59.8240681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8244582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h 2024-11-01T16:58:59.8248396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h 2024-11-01T16:58:59.8252355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h 2024-11-01T16:58:59.8256574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8260687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h 2024-11-01T16:58:59.8264531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h 2024-11-01T16:58:59.8268629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h 2024-11-01T16:58:59.8273680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8277840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h 2024-11-01T16:58:59.8281638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h 2024-11-01T16:58:59.8285439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h 2024-11-01T16:58:59.8289822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8293586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h 2024-11-01T16:58:59.8297606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h 2024-11-01T16:58:59.8301405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h 2024-11-01T16:58:59.8305567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8309760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h 2024-11-01T16:58:59.8313984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h 2024-11-01T16:58:59.8317877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h 2024-11-01T16:58:59.8322122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h 2024-11-01T16:58:59.8326580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8330568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h 2024-11-01T16:58:59.8334488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h 2024-11-01T16:58:59.8338513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h 2024-11-01T16:58:59.8342529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8346460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h 2024-11-01T16:58:59.8350539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h 2024-11-01T16:58:59.8355043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h 2024-11-01T16:58:59.8359393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h 2024-11-01T16:58:59.8363650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8367427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h 2024-11-01T16:58:59.8371212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h 2024-11-01T16:58:59.8375056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod.h 2024-11-01T16:58:59.8378989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8382518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_native.h 2024-11-01T16:58:59.8386060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_ops.h 2024-11-01T16:58:59.8389688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum.h 2024-11-01T16:58:59.8393697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8397431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_native.h 2024-11-01T16:58:59.8429759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_ops.h 2024-11-01T16:58:59.8434098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h 2024-11-01T16:58:59.8438585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8442625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h 2024-11-01T16:58:59.8447129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h 2024-11-01T16:58:59.8451962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax.h 2024-11-01T16:58:59.8456244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data.h 2024-11-01T16:58:59.8460573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8464560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h 2024-11-01T16:58:59.8468668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h 2024-11-01T16:58:59.8472855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8477040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8481252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_native.h 2024-11-01T16:58:59.8485233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_ops.h 2024-11-01T16:58:59.8489332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection.h 2024-11-01T16:58:59.8493473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8497363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_native.h 2024-11-01T16:58:59.8501230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_ops.h 2024-11-01T16:58:59.8505311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm.h 2024-11-01T16:58:59.8509261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8513109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_native.h 2024-11-01T16:58:59.8516837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_ops.h 2024-11-01T16:58:59.8520634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl.h 2024-11-01T16:58:59.8524810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h 2024-11-01T16:58:59.8528703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h 2024-11-01T16:58:59.8532557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h 2024-11-01T16:58:59.8536530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h 2024-11-01T16:58:59.8540355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h 2024-11-01T16:58:59.8544182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm.h 2024-11-01T16:58:59.8548263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h 2024-11-01T16:58:59.8552141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h 2024-11-01T16:58:59.8555998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h 2024-11-01T16:58:59.8559995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply.h 2024-11-01T16:58:59.8564104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h 2024-11-01T16:58:59.8568054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h 2024-11-01T16:58:59.8572792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h 2024-11-01T16:58:59.8576693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h 2024-11-01T16:58:59.8581019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h 2024-11-01T16:58:59.8584959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_native.h 2024-11-01T16:58:59.8588817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h 2024-11-01T16:58:59.8592863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear.h 2024-11-01T16:58:59.8597023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h 2024-11-01T16:58:59.8601040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_native.h 2024-11-01T16:58:59.8605015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h 2024-11-01T16:58:59.8608914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm.h 2024-11-01T16:58:59.8612859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h 2024-11-01T16:58:59.8616871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_native.h 2024-11-01T16:58:59.8621014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h 2024-11-01T16:58:59.8624869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile.h 2024-11-01T16:58:59.8628904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h 2024-11-01T16:58:59.8632774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_native.h 2024-11-01T16:58:59.8636464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h 2024-11-01T16:58:59.8640228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax.h 2024-11-01T16:58:59.8644368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data.h 2024-11-01T16:58:59.8648493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8652326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_native.h 2024-11-01T16:58:59.8656201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h 2024-11-01T16:58:59.8660215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8664271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8667999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_native.h 2024-11-01T16:58:59.8672206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_ops.h 2024-11-01T16:58:59.8676036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul.h 2024-11-01T16:58:59.8680032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8683918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_native.h 2024-11-01T16:58:59.8688069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_ops.h 2024-11-01T16:58:59.8691901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum.h 2024-11-01T16:58:59.8695761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward.h 2024-11-01T16:58:59.8699959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8703771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_native.h 2024-11-01T16:58:59.8707679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_ops.h 2024-11-01T16:58:59.8712157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8716430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8720673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_native.h 2024-11-01T16:58:59.8724465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_ops.h 2024-11-01T16:58:59.8728425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags.h 2024-11-01T16:58:59.8732221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8735844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_cpu_dispatch.h 2024-11-01T16:58:59.8739548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_native.h 2024-11-01T16:58:59.8743533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_ops.h 2024-11-01T16:58:59.8747352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve.h 2024-11-01T16:58:59.8750905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve_native.h 2024-11-01T16:58:59.8754578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve_ops.h 2024-11-01T16:58:59.8758247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack.h 2024-11-01T16:58:59.8762168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8766109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_cpu_dispatch.h 2024-11-01T16:58:59.8770476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_native.h 2024-11-01T16:58:59.8773560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_ops.h 2024-11-01T16:58:59.8777958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma.h 2024-11-01T16:58:59.8782474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8785587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h 2024-11-01T16:58:59.8789492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h 2024-11-01T16:58:59.8793648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad.h 2024-11-01T16:58:59.8797547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8801908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h 2024-11-01T16:58:59.8806080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h 2024-11-01T16:58:59.8810698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_native.h 2024-11-01T16:58:59.8813861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_ops.h 2024-11-01T16:58:59.8817904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_native.h 2024-11-01T16:58:59.8822079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_ops.h 2024-11-01T16:58:59.8825793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults.h 2024-11-01T16:58:59.8829883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8833642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_native.h 2024-11-01T16:58:59.8837421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_ops.h 2024-11-01T16:58:59.8841446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch.h 2024-11-01T16:58:59.8846303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8850731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8854268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h 2024-11-01T16:58:59.8858248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h 2024-11-01T16:58:59.8862318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h 2024-11-01T16:58:59.8867766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8871669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h 2024-11-01T16:58:59.8875972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.8879998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8884079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h 2024-11-01T16:58:59.8888072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h 2024-11-01T16:58:59.8892106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h 2024-11-01T16:58:59.8896151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h 2024-11-01T16:58:59.8899928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor.h 2024-11-01T16:58:59.8904190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.8908255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_native.h 2024-11-01T16:58:59.8912421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_ops.h 2024-11-01T16:58:59.8916395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback.h 2024-11-01T16:58:59.8921151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8925079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h 2024-11-01T16:58:59.8928891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_native.h 2024-11-01T16:58:59.8932979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_ops.h 2024-11-01T16:58:59.8936968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist.h 2024-11-01T16:58:59.8941190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8945701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h 2024-11-01T16:58:59.8950017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_native.h 2024-11-01T16:58:59.8954231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_ops.h 2024-11-01T16:58:59.8958114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist.h 2024-11-01T16:58:59.8963804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8967872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h 2024-11-01T16:58:59.8971830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_native.h 2024-11-01T16:58:59.8975848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_ops.h 2024-11-01T16:58:59.8980151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist.h 2024-11-01T16:58:59.8984428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.8988146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h 2024-11-01T16:58:59.8991836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_native.h 2024-11-01T16:58:59.8995606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_ops.h 2024-11-01T16:58:59.8999482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize.h 2024-11-01T16:58:59.9003808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9007588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_native.h 2024-11-01T16:58:59.9011538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_ops.h 2024-11-01T16:58:59.9015201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul.h 2024-11-01T16:58:59.9025908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.9030147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_native.h 2024-11-01T16:58:59.9034217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_ops.h 2024-11-01T16:58:59.9038161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default.h 2024-11-01T16:58:59.9042365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.9046423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_native.h 2024-11-01T16:58:59.9050309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_ops.h 2024-11-01T16:58:59.9054152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd.h 2024-11-01T16:58:59.9058539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9062828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_native.h 2024-11-01T16:58:59.9066755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_ops.h 2024-11-01T16:58:59.9070755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h 2024-11-01T16:58:59.9074721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.9078680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h 2024-11-01T16:58:59.9082576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h 2024-11-01T16:58:59.9086574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h 2024-11-01T16:58:59.9090700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.9094595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h 2024-11-01T16:58:59.9098691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h 2024-11-01T16:58:59.9102426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell.h 2024-11-01T16:58:59.9106436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h 2024-11-01T16:58:59.9110706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9114520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h 2024-11-01T16:58:59.9118685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h 2024-11-01T16:58:59.9123093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h 2024-11-01T16:58:59.9127153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9130987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h 2024-11-01T16:58:59.9134817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_native.h 2024-11-01T16:58:59.9138866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h 2024-11-01T16:58:59.9142870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell.h 2024-11-01T16:58:59.9146829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h 2024-11-01T16:58:59.9151448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.9155272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h 2024-11-01T16:58:59.9159725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9163943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h 2024-11-01T16:58:59.9167926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h 2024-11-01T16:58:59.9171851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h 2024-11-01T16:58:59.9175702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h 2024-11-01T16:58:59.9179523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h 2024-11-01T16:58:59.9183643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9187760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h 2024-11-01T16:58:59.9192246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h 2024-11-01T16:58:59.9196228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h 2024-11-01T16:58:59.9199986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy.h 2024-11-01T16:58:59.9203819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9207496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_native.h 2024-11-01T16:58:59.9211430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_ops.h 2024-11-01T16:58:59.9215254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu.h 2024-11-01T16:58:59.9218912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h 2024-11-01T16:58:59.9222720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_native.h 2024-11-01T16:58:59.9226460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_ops.h 2024-11-01T16:58:59.9230143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense.h 2024-11-01T16:58:59.9234061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9237841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_native.h 2024-11-01T16:58:59.9241663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_ops.h 2024-11-01T16:58:59.9245481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse.h 2024-11-01T16:58:59.9249628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc.h 2024-11-01T16:58:59.9253740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9257343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h 2024-11-01T16:58:59.9261116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h 2024-11-01T16:58:59.9265366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_native.h 2024-11-01T16:58:59.9269434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_ops.h 2024-11-01T16:58:59.9273126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr.h 2024-11-01T16:58:59.9277149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9280944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h 2024-11-01T16:58:59.9285233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h 2024-11-01T16:58:59.9289019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_native.h 2024-11-01T16:58:59.9292937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_ops.h 2024-11-01T16:58:59.9297136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9301226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cpu_dispatch.h 2024-11-01T16:58:59.9305036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc.h 2024-11-01T16:58:59.9309168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9313043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h 2024-11-01T16:58:59.9317074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h 2024-11-01T16:58:59.9321056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_native.h 2024-11-01T16:58:59.9325064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_ops.h 2024-11-01T16:58:59.9328939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr.h 2024-11-01T16:58:59.9333024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9336904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h 2024-11-01T16:58:59.9340906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h 2024-11-01T16:58:59.9344762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_native.h 2024-11-01T16:58:59.9348786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_ops.h 2024-11-01T16:58:59.9353007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cuda_dispatch.h 2024-11-01T16:58:59.9356821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_native.h 2024-11-01T16:58:59.9360824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_ops.h 2024-11-01T16:58:59.9364945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured.h 2024-11-01T16:58:59.9368969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h 2024-11-01T16:58:59.9372784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_native.h 2024-11-01T16:58:59.9376857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_ops.h 2024-11-01T16:58:59.9380793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd.h 2024-11-01T16:58:59.9384816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9388553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h 2024-11-01T16:58:59.9392434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h 2024-11-01T16:58:59.9396547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h 2024-11-01T16:58:59.9401243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h 2024-11-01T16:58:59.9405130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv.h 2024-11-01T16:58:59.9409346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9413123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h 2024-11-01T16:58:59.9417146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h 2024-11-01T16:58:59.9421254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h 2024-11-01T16:58:59.9425135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h 2024-11-01T16:58:59.9428945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear.h 2024-11-01T16:58:59.9433183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:58:59.9437084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9441622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_native.h 2024-11-01T16:58:59.9445748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_ops.h 2024-11-01T16:58:59.9450664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention.h 2024-11-01T16:58:59.9455433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h 2024-11-01T16:58:59.9459720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h 2024-11-01T16:58:59.9464023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_native.h 2024-11-01T16:59:00.0291236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_ops.h 2024-11-01T16:59:00.0294961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention.h 2024-11-01T16:59:00.0299128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h 2024-11-01T16:59:00.0303015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h 2024-11-01T16:59:00.0306992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_native.h 2024-11-01T16:59:00.0310935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h 2024-11-01T16:59:00.0314964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique.h 2024-11-01T16:59:00.0318542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2.h 2024-11-01T16:59:00.0322332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h 2024-11-01T16:59:00.0325965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_cpu_dispatch.h 2024-11-01T16:59:00.0329789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_cuda_dispatch.h 2024-11-01T16:59:00.0333637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_native.h 2024-11-01T16:59:00.0337454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_ops.h 2024-11-01T16:59:00.0341501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h 2024-11-01T16:59:00.0345565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_cpu_dispatch.h 2024-11-01T16:59:00.0350309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_cuda_dispatch.h 2024-11-01T16:59:00.0353833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_native.h 2024-11-01T16:59:00.0357486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_ops.h 2024-11-01T16:59:00.0361742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual.h 2024-11-01T16:59:00.0365693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0369379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_native.h 2024-11-01T16:59:00.0373433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_ops.h 2024-11-01T16:59:00.0377787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index.h 2024-11-01T16:59:00.0391670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h 2024-11-01T16:59:00.0393142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_native.h 2024-11-01T16:59:00.0394161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_ops.h 2024-11-01T16:59:00.0395123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put.h 2024-11-01T16:59:00.0397827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h 2024-11-01T16:59:00.0401318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_native.h 2024-11-01T16:59:00.0405160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_ops.h 2024-11-01T16:59:00.0408977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index.h 2024-11-01T16:59:00.0413166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h 2024-11-01T16:59:00.0416848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_native.h 2024-11-01T16:59:00.0421113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_ops.h 2024-11-01T16:59:00.0425599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h 2024-11-01T16:59:00.0430362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h 2024-11-01T16:59:00.0435346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h 2024-11-01T16:59:00.0439539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h 2024-11-01T16:59:00.0443713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view.h 2024-11-01T16:59:00.0447779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h 2024-11-01T16:59:00.0451971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_native.h 2024-11-01T16:59:00.0455840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_ops.h 2024-11-01T16:59:00.0459720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa.h 2024-11-01T16:59:00.0463812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h 2024-11-01T16:59:00.0468069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:59:00.0471971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h 2024-11-01T16:59:00.0476337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h 2024-11-01T16:59:00.0480287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h 2024-11-01T16:59:00.0484492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h 2024-11-01T16:59:00.0488220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h 2024-11-01T16:59:00.0492172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h 2024-11-01T16:59:00.0496585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:59:00.0500944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0504839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h 2024-11-01T16:59:00.0508632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h 2024-11-01T16:59:00.0512423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h 2024-11-01T16:59:00.0516529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h 2024-11-01T16:59:00.0520441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h 2024-11-01T16:59:00.0524283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h 2024-11-01T16:59:00.0528112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa.h 2024-11-01T16:59:00.0532008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h 2024-11-01T16:59:00.0536152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:59:00.0540055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h 2024-11-01T16:59:00.0544108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h 2024-11-01T16:59:00.0547981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h 2024-11-01T16:59:00.0551974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h 2024-11-01T16:59:00.0555854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h 2024-11-01T16:59:00.0559893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h 2024-11-01T16:59:00.0564615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:59:00.0568670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0572542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h 2024-11-01T16:59:00.0576497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h 2024-11-01T16:59:00.0580468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h 2024-11-01T16:59:00.0584458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h 2024-11-01T16:59:00.0588299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h 2024-11-01T16:59:00.0592088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h 2024-11-01T16:59:00.0596090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d.h 2024-11-01T16:59:00.0600312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h 2024-11-01T16:59:00.0604801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:59:00.0608513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h 2024-11-01T16:59:00.0612634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h 2024-11-01T16:59:00.0616411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h 2024-11-01T16:59:00.0620325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h 2024-11-01T16:59:00.0625571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h 2024-11-01T16:59:00.0629467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h 2024-11-01T16:59:00.0634059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:59:00.0638806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0642995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h 2024-11-01T16:59:00.0646934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h 2024-11-01T16:59:00.0651184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h 2024-11-01T16:59:00.0655168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h 2024-11-01T16:59:00.0695165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_native.h 2024-11-01T16:59:00.0699327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h 2024-11-01T16:59:00.0703391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d.h 2024-11-01T16:59:00.0707261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h 2024-11-01T16:59:00.0711677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:59:00.0715651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h 2024-11-01T16:59:00.0719720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h 2024-11-01T16:59:00.0723900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h 2024-11-01T16:59:00.0728031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h 2024-11-01T16:59:00.0732165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h 2024-11-01T16:59:00.0736239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h 2024-11-01T16:59:00.0740389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:59:00.0744688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0748644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h 2024-11-01T16:59:00.0752588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h 2024-11-01T16:59:00.0756609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h 2024-11-01T16:59:00.0761582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h 2024-11-01T16:59:00.0765283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_native.h 2024-11-01T16:59:00.0769044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h 2024-11-01T16:59:00.0773030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d.h 2024-11-01T16:59:00.0777761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h 2024-11-01T16:59:00.0782170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:59:00.0785907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h 2024-11-01T16:59:00.0790197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h 2024-11-01T16:59:00.0794220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h 2024-11-01T16:59:00.0798190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h 2024-11-01T16:59:00.0802249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h 2024-11-01T16:59:00.0806637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h 2024-11-01T16:59:00.0811363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:59:00.0815305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0819166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h 2024-11-01T16:59:00.0823277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h 2024-11-01T16:59:00.0827323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h 2024-11-01T16:59:00.0831558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h 2024-11-01T16:59:00.0835627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_native.h 2024-11-01T16:59:00.0839723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h 2024-11-01T16:59:00.0843807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss.h 2024-11-01T16:59:00.0847657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h 2024-11-01T16:59:00.0851475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h 2024-11-01T16:59:00.0855504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h 2024-11-01T16:59:00.0859416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h 2024-11-01T16:59:00.0863786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0868094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h 2024-11-01T16:59:00.0872054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h 2024-11-01T16:59:00.0876100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices.h 2024-11-01T16:59:00.0880381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h 2024-11-01T16:59:00.0884615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h 2024-11-01T16:59:00.0888204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h 2024-11-01T16:59:00.0892139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h 2024-11-01T16:59:00.0896138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h 2024-11-01T16:59:00.0900483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0904585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h 2024-11-01T16:59:00.0908472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h 2024-11-01T16:59:00.0912555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h 2024-11-01T16:59:00.0916696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0920705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h 2024-11-01T16:59:00.0924880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h 2024-11-01T16:59:00.0928959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h 2024-11-01T16:59:00.0933085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0937048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h 2024-11-01T16:59:00.0941311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h 2024-11-01T16:59:00.0946089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h 2024-11-01T16:59:00.0950068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0954879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h 2024-11-01T16:59:00.0958777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h 2024-11-01T16:59:00.0962849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h 2024-11-01T16:59:00.0967450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0971241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h 2024-11-01T16:59:00.0975546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h 2024-11-01T16:59:00.0979388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h 2024-11-01T16:59:00.0984284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.0988411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h 2024-11-01T16:59:00.0992486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h 2024-11-01T16:59:00.0996126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values.h 2024-11-01T16:59:00.0999554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy.h 2024-11-01T16:59:00.1003702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2024-11-01T16:59:00.1007800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h 2024-11-01T16:59:00.1011575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_native.h 2024-11-01T16:59:00.1015361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_ops.h 2024-11-01T16:59:00.1019161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_native.h 2024-11-01T16:59:00.1023201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_ops.h 2024-11-01T16:59:00.1027183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version.h 2024-11-01T16:59:00.1030768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.1034246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_native.h 2024-11-01T16:59:00.1038082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_ops.h 2024-11-01T16:59:00.1042070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm.h 2024-11-01T16:59:00.1045940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_cpu_dispatch.h 2024-11-01T16:59:00.1049935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h 2024-11-01T16:59:00.1053845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_native.h 2024-11-01T16:59:00.1057654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_ops.h 2024-11-01T16:59:00.1062066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm.h 2024-11-01T16:59:00.1065956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h 2024-11-01T16:59:00.1069869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_native.h 2024-11-01T16:59:00.1073796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_ops.h 2024-11-01T16:59:00.1077465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm.h 2024-11-01T16:59:00.1081456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.1085280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward.h 2024-11-01T16:59:00.1089769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.1093916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h 2024-11-01T16:59:00.1097740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h 2024-11-01T16:59:00.1101465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface.h 2024-11-01T16:59:00.1106060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward.h 2024-11-01T16:59:00.1116909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h 2024-11-01T16:59:00.1120819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h 2024-11-01T16:59:00.1124831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h 2024-11-01T16:59:00.1128787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_native.h 2024-11-01T16:59:00.1132599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_ops.h 2024-11-01T16:59:00.1136694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h 2024-11-01T16:59:00.1141080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h 2024-11-01T16:59:00.1144939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h 2024-11-01T16:59:00.1148964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_native.h 2024-11-01T16:59:00.1152998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_ops.h 2024-11-01T16:59:00.1156836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_native.h 2024-11-01T16:59:00.1160613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_ops.h 2024-11-01T16:59:00.1164621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack.h 2024-11-01T16:59:00.1169163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.1172625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_native.h 2024-11-01T16:59:00.1176380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_ops.h 2024-11-01T16:59:00.1180253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h 2024-11-01T16:59:00.1184427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h 2024-11-01T16:59:00.1188428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h 2024-11-01T16:59:00.1192259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h 2024-11-01T16:59:00.1432754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\quantized\QTensorImpl.h 2024-11-01T16:59:00.1436127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\quantized\Quantizer.h 2024-11-01T16:59:00.1444238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\CachingHostAllocator.h 2024-11-01T16:59:00.1447952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\PinnedMemoryAllocator.h 2024-11-01T16:59:00.1451534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUContext.h 2024-11-01T16:59:00.1454953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUDevice.h 2024-11-01T16:59:00.1469793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUEvent.h 2024-11-01T16:59:00.1473572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUGeneratorImpl.h 2024-11-01T16:59:00.1482231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\detail\XPUHooks.h 2024-11-01T16:59:00.1495147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\alignment.h 2024-11-01T16:59:00.1498771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Allocator.h 2024-11-01T16:59:00.1502631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\AutogradState.h 2024-11-01T16:59:00.1505996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Backend.h 2024-11-01T16:59:00.1516936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CachingDeviceAllocator.h 2024-11-01T16:59:00.1520682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CompileTimeFunctionPointer.h 2024-11-01T16:59:00.1524227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ConstantSymNodeImpl.h 2024-11-01T16:59:00.1527614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Contiguity.h 2024-11-01T16:59:00.1531012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CopyBytes.h 2024-11-01T16:59:00.1534420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CPUAllocator.h 2024-11-01T16:59:00.1538241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DefaultDtype.h 2024-11-01T16:59:00.1541836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DefaultTensorOptions.h 2024-11-01T16:59:00.1545468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Device.h 2024-11-01T16:59:00.1548778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceArray.h 2024-11-01T16:59:00.1552236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceGuard.h 2024-11-01T16:59:00.1555658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceType.h 2024-11-01T16:59:00.1559077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DispatchKey.h 2024-11-01T16:59:00.1562887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DispatchKeySet.h 2024-11-01T16:59:00.1566875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DynamicCast.h 2024-11-01T16:59:00.1570589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Event.h 2024-11-01T16:59:00.1580728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\GeneratorImpl.h 2024-11-01T16:59:00.1584154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\GradMode.h 2024-11-01T16:59:00.1587484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\InferenceMode.h 2024-11-01T16:59:00.1590803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Layout.h 2024-11-01T16:59:00.1594109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\MemoryFormat.h 2024-11-01T16:59:00.1597450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\OptionalRef.h 2024-11-01T16:59:00.1600809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\PyHandleCache.h 2024-11-01T16:59:00.1604319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\QEngine.h 2024-11-01T16:59:00.1607760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\QScheme.h 2024-11-01T16:59:00.1635616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\RefcountedDeleter.h 2024-11-01T16:59:00.1638944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SafePyObject.h 2024-11-01T16:59:00.1642662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Scalar.h 2024-11-01T16:59:00.1646029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ScalarType.h 2024-11-01T16:59:00.1659423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ScalarTypeToTypeMeta.h 2024-11-01T16:59:00.1662843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Storage.h 2024-11-01T16:59:00.1666559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\StorageImpl.h 2024-11-01T16:59:00.1670587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Stream.h 2024-11-01T16:59:00.1674176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\StreamGuard.h 2024-11-01T16:59:00.1677615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymbolicShapeMeta.h 2024-11-01T16:59:00.1680900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymBool.h 2024-11-01T16:59:00.1684703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymFloat.h 2024-11-01T16:59:00.1687967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymInt.h 2024-11-01T16:59:00.1691312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymIntArrayRef.h 2024-11-01T16:59:00.1694839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymNodeImpl.h 2024-11-01T16:59:00.1698210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\TensorImpl.h 2024-11-01T16:59:00.1729829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\TensorOptions.h 2024-11-01T16:59:00.1733444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\thread_pool.h 2024-11-01T16:59:00.1737321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\UndefinedTensorImpl.h 2024-11-01T16:59:00.1740907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\WrapDimMinimal.h 2024-11-01T16:59:00.1748497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\alloc_cpu.h 2024-11-01T16:59:00.1752346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\COW.h 2024-11-01T16:59:00.1755637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\COWDeleter.h 2024-11-01T16:59:00.1759214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\DeviceGuardImplInterface.h 2024-11-01T16:59:00.1771316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\FakeGuardImpl.h 2024-11-01T16:59:00.1774798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\GPUTrace.h 2024-11-01T16:59:00.1778446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\HermeticPyObjectTLS.h 2024-11-01T16:59:00.1782015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineDeviceGuard.h 2024-11-01T16:59:00.1785458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineEvent.h 2024-11-01T16:59:00.1788946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineStreamGuard.h 2024-11-01T16:59:00.1792532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\LocalDispatchKeySet.h 2024-11-01T16:59:00.1795887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PyInterpreter.h 2024-11-01T16:59:00.1799344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PyObjectSlot.h 2024-11-01T16:59:00.1803016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PythonDispatcherTLS.h 2024-11-01T16:59:00.1806666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\SizesAndStrides.h 2024-11-01T16:59:00.1810206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\TorchDispatchModeTLS.h 2024-11-01T16:59:00.1813688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\VirtualGuardImpl.h 2024-11-01T16:59:00.1822345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAAlgorithm.h 2024-11-01T16:59:00.1825918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAAllocatorConfig.h 2024-11-01T16:59:00.1829247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDACachingAllocator.h 2024-11-01T16:59:00.1832779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertion.h 2024-11-01T16:59:00.1850255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertionHost.h 2024-11-01T16:59:00.1854466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAException.h 2024-11-01T16:59:00.1857800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAFunctions.h 2024-11-01T16:59:00.1861338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAGraphsC10Utils.h 2024-11-01T16:59:00.1864896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAGuard.h 2024-11-01T16:59:00.1868297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMacros.h 2024-11-01T16:59:00.1871890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMathCompat.h 2024-11-01T16:59:00.1875423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMiscFunctions.h 2024-11-01T16:59:00.1878886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAStream.h 2024-11-01T16:59:00.1882671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\driver_api.h 2024-11-01T16:59:00.1889988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\impl\CUDAGuardImpl.h 2024-11-01T16:59:00.1893451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\impl\CUDATest.h 2024-11-01T16:59:00.1900931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\cmake_macros.h 2024-11-01T16:59:00.1904333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\Export.h 2024-11-01T16:59:00.1907557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\Macros.h 2024-11-01T16:59:00.1915050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\AbortHandler.h 2024-11-01T16:59:00.1918838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\accumulate.h 2024-11-01T16:59:00.1922237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\AlignOf.h 2024-11-01T16:59:00.1925547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ApproximateClock.h 2024-11-01T16:59:00.1937193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Array.h 2024-11-01T16:59:00.1940388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ArrayRef.h 2024-11-01T16:59:00.1943727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Backtrace.h 2024-11-01T16:59:00.1947441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16-inl.h 2024-11-01T16:59:00.1950890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16-math.h 2024-11-01T16:59:00.1954206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16.h 2024-11-01T16:59:00.1957872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\bits.h 2024-11-01T16:59:00.1961316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Bitset.h 2024-11-01T16:59:00.1969045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\bit_cast.h 2024-11-01T16:59:00.1969878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\C++17.h 2024-11-01T16:59:00.1972848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\CallOnce.h 2024-11-01T16:59:00.1976276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex.h 2024-11-01T16:59:00.1980781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex_math.h 2024-11-01T16:59:00.1983478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex_utils.h 2024-11-01T16:59:00.1987057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ConstexprCrc.h 2024-11-01T16:59:00.1990551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\copysign.h 2024-11-01T16:59:00.1994421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DeadlockDetection.h 2024-11-01T16:59:00.1997797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Deprecated.h 2024-11-01T16:59:00.2001219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DimVector.h 2024-11-01T16:59:00.2004945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DynamicCounter.h 2024-11-01T16:59:00.2017702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\env.h 2024-11-01T16:59:00.2021138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Exception.h 2024-11-01T16:59:00.2024632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ExclusivelyOwned.h 2024-11-01T16:59:00.2028060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h 2024-11-01T16:59:00.2031347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\FbcodeMaps.h 2024-11-01T16:59:00.2035169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Flags.h 2024-11-01T16:59:00.2038188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\flat_hash_map.h 2024-11-01T16:59:00.2042242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn-inl.h 2024-11-01T16:59:00.2045818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn.h 2024-11-01T16:59:00.2049461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz-inl.h 2024-11-01T16:59:00.2053015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz.h 2024-11-01T16:59:00.2078430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2-inl.h 2024-11-01T16:59:00.2081842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2.h 2024-11-01T16:59:00.2085526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz-inl.h 2024-11-01T16:59:00.2088935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz.h 2024-11-01T16:59:00.2092620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_fnuz_cvt.h 2024-11-01T16:59:00.2096024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\floating_point_utils.h 2024-11-01T16:59:00.2099430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\FunctionRef.h 2024-11-01T16:59:00.2102776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Gauge.h 2024-11-01T16:59:00.2106282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\generic_math.h 2024-11-01T16:59:00.2118982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Half-inl.h 2024-11-01T16:59:00.2122204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Half.h 2024-11-01T16:59:00.2125682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\hash.h 2024-11-01T16:59:00.2128976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\IdWrapper.h 2024-11-01T16:59:00.2132303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\int128.h 2024-11-01T16:59:00.2136261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\intrusive_ptr.h 2024-11-01T16:59:00.2139969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\irange.h 2024-11-01T16:59:00.2143326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Lazy.h 2024-11-01T16:59:00.2146632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\LeftRight.h 2024-11-01T16:59:00.2150028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\llvmMathExtras.h 2024-11-01T16:59:00.2153584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Load.h 2024-11-01T16:59:00.2156963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Logging.h 2024-11-01T16:59:00.2160647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\logging_is_google_glog.h 2024-11-01T16:59:00.2164024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\logging_is_not_google_glog.h 2024-11-01T16:59:00.2195689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\MathConstants.h 2024-11-01T16:59:00.2199071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\MaybeOwned.h 2024-11-01T16:59:00.2202512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Metaprogramming.h 2024-11-01T16:59:00.2205889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\NetworkFlow.h 2024-11-01T16:59:00.2209373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\numa.h 2024-11-01T16:59:00.2213364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Optional.h 2024-11-01T16:59:00.2216763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\OptionalArrayRef.h 2024-11-01T16:59:00.2220557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\order_preserving_flat_hash_map.h 2024-11-01T16:59:00.2224509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\overloaded.h 2024-11-01T16:59:00.2227978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ParallelGuard.h 2024-11-01T16:59:00.2246721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\python_stub.h 2024-11-01T16:59:00.2250235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\qint32.h 2024-11-01T16:59:00.2253642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\qint8.h 2024-11-01T16:59:00.2256990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint2x4.h 2024-11-01T16:59:00.2260626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint4x2.h 2024-11-01T16:59:00.2264130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint8.h 2024-11-01T16:59:00.2267638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Registry.h 2024-11-01T16:59:00.2271241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\safe_numerics.h 2024-11-01T16:59:00.2275973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ScopeExit.h 2024-11-01T16:59:00.2278538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\signal_handler.h 2024-11-01T16:59:00.2282338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\SmallBuffer.h 2024-11-01T16:59:00.2285737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\SmallVector.h 2024-11-01T16:59:00.2289791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\sparse_bitset.h 2024-11-01T16:59:00.2301705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ssize.h 2024-11-01T16:59:00.2305351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\static_tracepoint.h 2024-11-01T16:59:00.2310072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\static_tracepoint_elfx86.h 2024-11-01T16:59:00.2312796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\strides.h 2024-11-01T16:59:00.2316396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\StringUtil.h 2024-11-01T16:59:00.2319977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\string_utils.h 2024-11-01T16:59:00.2324236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\string_view.h 2024-11-01T16:59:00.2327951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\strong_type.h 2024-11-01T16:59:00.2332571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Synchronized.h 2024-11-01T16:59:00.2335297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\tempfile.h 2024-11-01T16:59:00.2338840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ThreadLocal.h 2024-11-01T16:59:00.2351530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ThreadLocalDebugInfo.h 2024-11-01T16:59:00.2355492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\thread_name.h 2024-11-01T16:59:00.2358639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Type.h 2024-11-01T16:59:00.2362183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeCast.h 2024-11-01T16:59:00.2366038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\typeid.h 2024-11-01T16:59:00.2369159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeIndex.h 2024-11-01T16:59:00.2372796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeList.h 2024-11-01T16:59:00.2376166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeSafeSignMath.h 2024-11-01T16:59:00.2379693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeTraits.h 2024-11-01T16:59:00.2383862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Unicode.h 2024-11-01T16:59:00.2387030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\UniqueVoidPtr.h 2024-11-01T16:59:00.2391008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Unroll.h 2024-11-01T16:59:00.2395271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\WaitCounter.h 2024-11-01T16:59:00.2398219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\WaitCounterDynamicBackend.h 2024-11-01T16:59:00.2401882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\win32-headers.h 2024-11-01T16:59:00.2412799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUCachingAllocator.h 2024-11-01T16:59:00.2416119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUDeviceProp.h 2024-11-01T16:59:00.2419665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUException.h 2024-11-01T16:59:00.2423630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUFunctions.h 2024-11-01T16:59:00.2435058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUMacros.h 2024-11-01T16:59:00.2438644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUStream.h 2024-11-01T16:59:00.2445413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\impl\XPUGuardImpl.h 2024-11-01T16:59:00.2457859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\crc_alt.h 2024-11-01T16:59:00.2461741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\file_adapter.h 2024-11-01T16:59:00.2466133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\inline_container.h 2024-11-01T16:59:00.2470116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\in_memory_adapter.h 2024-11-01T16:59:00.2483422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\istream_adapter.h 2024-11-01T16:59:00.2487271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\read_adapter_interface.h 2024-11-01T16:59:00.2491354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\versions.h 2024-11-01T16:59:00.2501958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\AbstractConfig.h 2024-11-01T16:59:00.2506062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityProfilerInterface.h 2024-11-01T16:59:00.2510293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityTraceInterface.h 2024-11-01T16:59:00.2523897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityType.h 2024-11-01T16:59:00.2527357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ClientInterface.h 2024-11-01T16:59:00.2530938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\Config.h 2024-11-01T16:59:00.2534752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\GenericTraceActivity.h 2024-11-01T16:59:00.2538298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\IActivityProfiler.h 2024-11-01T16:59:00.2541556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ILoggerObserver.h 2024-11-01T16:59:00.2545418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ITraceActivity.h 2024-11-01T16:59:00.2548582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\libkineto.h 2024-11-01T16:59:00.2552217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\LoggingAPI.h 2024-11-01T16:59:00.2555530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\output_base.h 2024-11-01T16:59:00.2558960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ThreadUtil.h 2024-11-01T16:59:00.2562667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\time_since_epoch.h 2024-11-01T16:59:00.2566080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\TraceSpan.h 2024-11-01T16:59:00.2574081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\attr.h 2024-11-01T16:59:00.2577493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\buffer_info.h 2024-11-01T16:59:00.2580706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\cast.h 2024-11-01T16:59:00.2584960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\chrono.h 2024-11-01T16:59:00.2588126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\common.h 2024-11-01T16:59:00.2592213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\complex.h 2024-11-01T16:59:00.2604661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen.h 2024-11-01T16:59:00.2607905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\embed.h 2024-11-01T16:59:00.2611147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eval.h 2024-11-01T16:59:00.2614380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\functional.h 2024-11-01T16:59:00.2617873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\gil.h 2024-11-01T16:59:00.2621186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\gil_safe_call_once.h 2024-11-01T16:59:00.2624568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\iostream.h 2024-11-01T16:59:00.2628046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\numpy.h 2024-11-01T16:59:00.2632033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\operators.h 2024-11-01T16:59:00.2635501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\options.h 2024-11-01T16:59:00.2639205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\pybind11.h 2024-11-01T16:59:00.2643869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\pytypes.h 2024-11-01T16:59:00.2648567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl.h 2024-11-01T16:59:00.2651375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl_bind.h 2024-11-01T16:59:00.2654853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\type_caster_pyobject_ptr.h 2024-11-01T16:59:00.2658357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\typing.h 2024-11-01T16:59:00.2665265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\class.h 2024-11-01T16:59:00.2668735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\common.h 2024-11-01T16:59:00.2672356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\cpp_conduit.h 2024-11-01T16:59:00.2675776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\descr.h 2024-11-01T16:59:00.2679170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\exception_translation.h 2024-11-01T16:59:00.2692339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\init.h 2024-11-01T16:59:00.2695640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\internals.h 2024-11-01T16:59:00.2699191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\typeid.h 2024-11-01T16:59:00.2702536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\type_caster_base.h 2024-11-01T16:59:00.2706312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\value_and_holder.h 2024-11-01T16:59:00.2713725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\common.h 2024-11-01T16:59:00.2717004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\matrix.h 2024-11-01T16:59:00.2720400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\tensor.h 2024-11-01T16:59:00.2729926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\custom_class.h 2024-11-01T16:59:00.2733341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\custom_class_detail.h 2024-11-01T16:59:00.2736828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\extension.h 2024-11-01T16:59:00.2740137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\library.h 2024-11-01T16:59:00.2777926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\script.h 2024-11-01T16:59:00.2786308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\copy_utils.h 2024-11-01T16:59:00.2789539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\CudaIPCTypes.h 2024-11-01T16:59:00.2792646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DataLoader.h 2024-11-01T16:59:00.2795806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Device.h 2024-11-01T16:59:00.2806884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DeviceAccelerator.h 2024-11-01T16:59:00.2810132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Dtype.h 2024-11-01T16:59:00.2813363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DynamicTypes.h 2024-11-01T16:59:00.2816850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Event.h 2024-11-01T16:59:00.4672916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Exceptions.h 2024-11-01T16:59:00.4676040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Export.h 2024-11-01T16:59:00.4679412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Generator.h 2024-11-01T16:59:00.4683049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\itt_wrapper.h 2024-11-01T16:59:00.4686879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Layout.h 2024-11-01T16:59:00.4689844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\MemoryFormat.h 2024-11-01T16:59:00.4693218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Module.h 2024-11-01T16:59:00.4696945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\PyInterpreter.h 2024-11-01T16:59:00.4700303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\python_dimname.h 2024-11-01T16:59:00.4703807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\python_headers.h 2024-11-01T16:59:00.4707175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\QScheme.h 2024-11-01T16:59:00.4710524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\serialization.h 2024-11-01T16:59:00.4713910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Size.h 2024-11-01T16:59:00.4717192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Storage.h 2024-11-01T16:59:00.4720611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\StorageMethods.h 2024-11-01T16:59:00.4724063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\StorageSharing.h 2024-11-01T16:59:00.4760811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Stream.h 2024-11-01T16:59:00.4764380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\THConcat.h 2024-11-01T16:59:00.4767672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\THP.h 2024-11-01T16:59:00.4771140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\TypeInfo.h 2024-11-01T16:59:00.4774409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Types.h 2024-11-01T16:59:00.4777642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils.h 2024-11-01T16:59:00.4794216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\all.h 2024-11-01T16:59:00.4797620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\arg.h 2024-11-01T16:59:00.4802022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\autograd.h 2024-11-01T16:59:00.4806289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\cuda.h 2024-11-01T16:59:00.4809959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data.h 2024-11-01T16:59:00.4813569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\enum.h 2024-11-01T16:59:00.4817232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\expanding_array.h 2024-11-01T16:59:00.4845408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\fft.h 2024-11-01T16:59:00.4848829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\imethod.h 2024-11-01T16:59:00.4852298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\jit.h 2024-11-01T16:59:00.4855668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\mps.h 2024-11-01T16:59:00.4859201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nested.h 2024-11-01T16:59:00.4862622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn.h 2024-11-01T16:59:00.4865951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim.h 2024-11-01T16:59:00.4869385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\ordered_dict.h 2024-11-01T16:59:00.4873068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\python.h 2024-11-01T16:59:00.4876846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize.h 2024-11-01T16:59:00.4880014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\sparse.h 2024-11-01T16:59:00.4883412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\special.h 2024-11-01T16:59:00.4887094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\torch.h 2024-11-01T16:59:00.4890658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\types.h 2024-11-01T16:59:00.4893892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\utils.h 2024-11-01T16:59:00.4897597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\version.h 2024-11-01T16:59:00.4900714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\xpu.h 2024-11-01T16:59:00.4909085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader.h 2024-11-01T16:59:00.4912711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader_options.h 2024-11-01T16:59:00.4916200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets.h 2024-11-01T16:59:00.4919652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\example.h 2024-11-01T16:59:00.4923085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\iterator.h 2024-11-01T16:59:00.4934686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers.h 2024-11-01T16:59:00.4938449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms.h 2024-11-01T16:59:00.4942130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\worker_exception.h 2024-11-01T16:59:00.4949915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\base.h 2024-11-01T16:59:00.4953484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h 2024-11-01T16:59:00.4956804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h 2024-11-01T16:59:00.4964635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\base.h 2024-11-01T16:59:00.4967775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h 2024-11-01T16:59:00.4971233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\map.h 2024-11-01T16:59:00.4974557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h 2024-11-01T16:59:00.4977864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\shared.h 2024-11-01T16:59:00.4981735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h 2024-11-01T16:59:00.4985649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h 2024-11-01T16:59:00.5004557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h 2024-11-01T16:59:00.5005886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\queue.h 2024-11-01T16:59:00.5010242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h 2024-11-01T16:59:00.5017379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\base.h 2024-11-01T16:59:00.5022211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h 2024-11-01T16:59:00.5024813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h 2024-11-01T16:59:00.5028343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\random.h 2024-11-01T16:59:00.5031741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h 2024-11-01T16:59:00.5080766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h 2024-11-01T16:59:00.5085379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\stream.h 2024-11-01T16:59:00.5092002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\base.h 2024-11-01T16:59:00.5095589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\collate.h 2024-11-01T16:59:00.5099020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h 2024-11-01T16:59:00.5102398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\stack.h 2024-11-01T16:59:00.5105744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h 2024-11-01T16:59:00.5113897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\static.h 2024-11-01T16:59:00.5117537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h 2024-11-01T16:59:00.5125263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\cloneable.h 2024-11-01T16:59:00.5129298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional.h 2024-11-01T16:59:00.5132841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\init.h 2024-11-01T16:59:00.5136111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\module.h 2024-11-01T16:59:00.5139783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules.h 2024-11-01T16:59:00.5169709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options.h 2024-11-01T16:59:00.5173681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h 2024-11-01T16:59:00.5177248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl.h 2024-11-01T16:59:00.5180829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils.h 2024-11-01T16:59:00.5188234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\activation.h 2024-11-01T16:59:00.5191878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h 2024-11-01T16:59:00.5195308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\conv.h 2024-11-01T16:59:00.5198690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\distance.h 2024-11-01T16:59:00.5230782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h 2024-11-01T16:59:00.5234050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h 2024-11-01T16:59:00.5237434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\fold.h 2024-11-01T16:59:00.5240896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h 2024-11-01T16:59:00.5244673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\linear.h 2024-11-01T16:59:00.5248139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\loss.h 2024-11-01T16:59:00.5251939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h 2024-11-01T16:59:00.5255370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\padding.h 2024-11-01T16:59:00.5258778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h 2024-11-01T16:59:00.5262404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h 2024-11-01T16:59:00.5266167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h 2024-11-01T16:59:00.5269651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\vision.h 2024-11-01T16:59:00.5277505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\activation.h 2024-11-01T16:59:00.5281127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h 2024-11-01T16:59:00.5284596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h 2024-11-01T16:59:00.5288100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\common.h 2024-11-01T16:59:00.5291452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\conv.h 2024-11-01T16:59:00.5305107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\distance.h 2024-11-01T16:59:00.5308136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h 2024-11-01T16:59:00.5311806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h 2024-11-01T16:59:00.5316012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\fold.h 2024-11-01T16:59:00.5318736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h 2024-11-01T16:59:00.5322521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\linear.h 2024-11-01T16:59:00.5325725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\loss.h 2024-11-01T16:59:00.5329276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h 2024-11-01T16:59:00.5332796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\padding.h 2024-11-01T16:59:00.5336250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h 2024-11-01T16:59:00.5339784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h 2024-11-01T16:59:00.5343125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h 2024-11-01T16:59:00.5346664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h 2024-11-01T16:59:00.5350269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h 2024-11-01T16:59:00.5353757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h 2024-11-01T16:59:00.5357442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h 2024-11-01T16:59:00.5361018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\utils.h 2024-11-01T16:59:00.5364707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h 2024-11-01T16:59:00.5372192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h 2024-11-01T16:59:00.5375791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h 2024-11-01T16:59:00.5379393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h 2024-11-01T16:59:00.5382834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h 2024-11-01T16:59:00.5394189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h 2024-11-01T16:59:00.5397584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h 2024-11-01T16:59:00.5401307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h 2024-11-01T16:59:00.5405040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h 2024-11-01T16:59:00.5408604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h 2024-11-01T16:59:00.5412098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h 2024-11-01T16:59:00.5420841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\activation.h 2024-11-01T16:59:00.5424407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h 2024-11-01T16:59:00.5427786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h 2024-11-01T16:59:00.5431256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\conv.h 2024-11-01T16:59:00.5435281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\distance.h 2024-11-01T16:59:00.5450703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\dropout.h 2024-11-01T16:59:00.5454088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\embedding.h 2024-11-01T16:59:00.5457575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\fold.h 2024-11-01T16:59:00.5460989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h 2024-11-01T16:59:00.5464623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\linear.h 2024-11-01T16:59:00.5467963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\loss.h 2024-11-01T16:59:00.5471579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\normalization.h 2024-11-01T16:59:00.5475022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\padding.h 2024-11-01T16:59:00.5478402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h 2024-11-01T16:59:00.5482636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pooling.h 2024-11-01T16:59:00.5486515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\rnn.h 2024-11-01T16:59:00.5490647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformer.h 2024-11-01T16:59:00.5494716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h 2024-11-01T16:59:00.5498407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h 2024-11-01T16:59:00.5502156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h 2024-11-01T16:59:00.5505614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\vision.h 2024-11-01T16:59:00.5513801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h 2024-11-01T16:59:00.5521214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h 2024-11-01T16:59:00.5524800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h 2024-11-01T16:59:00.5528809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h 2024-11-01T16:59:00.5535694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adagrad.h 2024-11-01T16:59:00.5539032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adam.h 2024-11-01T16:59:00.5543134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adamw.h 2024-11-01T16:59:00.5546849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\lbfgs.h 2024-11-01T16:59:00.5550243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\optimizer.h 2024-11-01T16:59:00.5553522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\rmsprop.h 2024-11-01T16:59:00.5598382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\serialize.h 2024-11-01T16:59:00.5601705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\sgd.h 2024-11-01T16:59:00.5609678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h 2024-11-01T16:59:00.5613316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h 2024-11-01T16:59:00.5616693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h 2024-11-01T16:59:00.5641209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\archive.h 2024-11-01T16:59:00.5645260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\input-archive.h 2024-11-01T16:59:00.5649059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\output-archive.h 2024-11-01T16:59:00.5652562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\tensor.h 2024-11-01T16:59:00.5694383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\anomaly_mode.h 2024-11-01T16:59:00.5697922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\autograd.h 2024-11-01T16:59:00.5701421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h 2024-11-01T16:59:00.5704686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\cpp_hook.h 2024-11-01T16:59:00.5728593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\custom_function.h 2024-11-01T16:59:00.5731945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\edge.h 2024-11-01T16:59:00.5735566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\engine.h 2024-11-01T16:59:00.5738954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\forward_grad.h 2024-11-01T16:59:00.5742380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\function.h 2024-11-01T16:59:00.5746003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\FunctionsManual.h 2024-11-01T16:59:00.5749546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\function_hook.h 2024-11-01T16:59:00.5753082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\grad_mode.h 2024-11-01T16:59:00.5756573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\graph_task.h 2024-11-01T16:59:00.5759918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\InferenceMode.h 2024-11-01T16:59:00.5763340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\input_buffer.h 2024-11-01T16:59:00.5766837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\input_metadata.h 2024-11-01T16:59:00.5770464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\jit_decomp_interface.h 2024-11-01T16:59:00.5773894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler.h 2024-11-01T16:59:00.5777846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_kineto.h 2024-11-01T16:59:00.5781253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_legacy.h 2024-11-01T16:59:00.5784723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_python.h 2024-11-01T16:59:00.5788360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_anomaly_mode.h 2024-11-01T16:59:00.5809304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_autograd.h 2024-11-01T16:59:00.5812970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_cpp_function.h 2024-11-01T16:59:00.5816475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_engine.h 2024-11-01T16:59:00.5820106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_enum_tag.h 2024-11-01T16:59:00.5823633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_fft_functions.h 2024-11-01T16:59:00.5827239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_function.h 2024-11-01T16:59:00.5830829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_hook.h 2024-11-01T16:59:00.5834788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_legacy_variable.h 2024-11-01T16:59:00.5840131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_linalg_functions.h 2024-11-01T16:59:00.5879263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_nested_functions.h 2024-11-01T16:59:00.5882679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_nn_functions.h 2024-11-01T16:59:00.5886356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_saved_variable_hooks.h 2024-11-01T16:59:00.5889896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_sparse_functions.h 2024-11-01T16:59:00.5893658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_special_functions.h 2024-11-01T16:59:00.5897348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_torch_functions.h 2024-11-01T16:59:00.5900873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable.h 2024-11-01T16:59:00.5905008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable_indexing.h 2024-11-01T16:59:00.5908788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\record_function_ops.h 2024-11-01T16:59:00.5912112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable.h 2024-11-01T16:59:00.5915494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable_hooks.h 2024-11-01T16:59:00.5948747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\symbolic.h 2024-11-01T16:59:00.5952007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\variable.h 2024-11-01T16:59:00.5955657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\VariableTypeUtils.h 2024-11-01T16:59:00.5959182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\variable_info.h 2024-11-01T16:59:00.5967749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\accumulate_grad.h 2024-11-01T16:59:00.5971370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\basic_ops.h 2024-11-01T16:59:00.5974782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\comm.h 2024-11-01T16:59:00.5978233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\pybind.h 2024-11-01T16:59:00.5996958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\tensor.h 2024-11-01T16:59:00.6000290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\utils.h 2024-11-01T16:59:00.6007361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\Functions.h 2024-11-01T16:59:00.6013515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_functions.h 2024-11-01T16:59:00.6082976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_return_types.h 2024-11-01T16:59:00.6109392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\VariableType.h 2024-11-01T16:59:00.6112839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\variable_factories.h 2024-11-01T16:59:00.6116688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\ViewFuncs.h 2024-11-01T16:59:00.6125162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\error_messages.h 2024-11-01T16:59:00.6128605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\grad_layout_contract.h 2024-11-01T16:59:00.6131926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\lambda_post_hook.h 2024-11-01T16:59:00.6135420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\python_arg_parsing.h 2024-11-01T16:59:00.6151837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\warnings.h 2024-11-01T16:59:00.6155223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\wrap_outputs.h 2024-11-01T16:59:00.6163137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\comm.h 2024-11-01T16:59:00.6166577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h 2024-11-01T16:59:00.6169906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\device_set.h 2024-11-01T16:59:00.6173116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Event.h 2024-11-01T16:59:00.6176296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\GdsFile.h 2024-11-01T16:59:00.6191516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\memory_snapshot.h 2024-11-01T16:59:00.6194876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Module.h 2024-11-01T16:59:00.6198316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\nccl.h 2024-11-01T16:59:00.6201592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\python_comm.h 2024-11-01T16:59:00.6205414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\python_nccl.h 2024-11-01T16:59:00.6209288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Stream.h 2024-11-01T16:59:00.6212476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\THCP.h 2024-11-01T16:59:00.6227525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\container.h 2024-11-01T16:59:00.6230961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\context.h 2024-11-01T16:59:00.6238098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h 2024-11-01T16:59:00.6241681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h 2024-11-01T16:59:00.6248934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h 2024-11-01T16:59:00.6252618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h 2024-11-01T16:59:00.6256305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h 2024-11-01T16:59:00.6272465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h 2024-11-01T16:59:00.6276216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h 2024-11-01T16:59:00.6279734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h 2024-11-01T16:59:00.6283486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h 2024-11-01T16:59:00.6287135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h 2024-11-01T16:59:00.6290693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h 2024-11-01T16:59:00.6294308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h 2024-11-01T16:59:00.6303248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backend.hpp 2024-11-01T16:59:00.6306842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backoff.hpp 2024-11-01T16:59:00.6310267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\c10d.h 2024-11-01T16:59:00.6313529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\comm.hpp 2024-11-01T16:59:00.6317044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h 2024-11-01T16:59:00.6320386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp 2024-11-01T16:59:00.6361591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\debug.h 2024-11-01T16:59:00.6364853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp 2024-11-01T16:59:00.6368482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp 2024-11-01T16:59:00.6371994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\error.h 2024-11-01T16:59:00.6375466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\exception.h 2024-11-01T16:59:00.6379089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp 2024-11-01T16:59:00.6382679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FileStore.hpp 2024-11-01T16:59:00.6386210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Functional.hpp 2024-11-01T16:59:00.6389651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp 2024-11-01T16:59:00.6392993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp 2024-11-01T16:59:00.6396581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\HashStore.hpp 2024-11-01T16:59:00.6400398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp 2024-11-01T16:59:00.6403882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logger.hpp 2024-11-01T16:59:00.6407340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logging.h 2024-11-01T16:59:00.6410757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NanCheck.hpp 2024-11-01T16:59:00.6414083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp 2024-11-01T16:59:00.6417870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp 2024-11-01T16:59:00.6468959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp 2024-11-01T16:59:00.6472423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp 2024-11-01T16:59:00.6476026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp 2024-11-01T16:59:00.6479522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp 2024-11-01T16:59:00.6483173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp 2024-11-01T16:59:00.6487065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp 2024-11-01T16:59:00.6490606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp 2024-11-01T16:59:00.6494261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp 2024-11-01T16:59:00.6515654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\python_comm_hook.h 2024-11-01T16:59:00.6519025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\RankLocal.hpp 2024-11-01T16:59:00.6522455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer.hpp 2024-11-01T16:59:00.6525903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp 2024-11-01T16:59:00.6529318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\sequence_num.hpp 2024-11-01T16:59:00.6532870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket.h 2024-11-01T16:59:00.6536142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket_fmt.h 2024-11-01T16:59:00.6539512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Store.hpp 2024-11-01T16:59:00.6542846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp 2024-11-01T16:59:00.6546154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStore.hpp 2024-11-01T16:59:00.6549643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp 2024-11-01T16:59:00.6553050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TraceUtils.h 2024-11-01T16:59:00.6569228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Types.hpp 2024-11-01T16:59:00.6572479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp 2024-11-01T16:59:00.6576056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp 2024-11-01T16:59:00.6579303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp 2024-11-01T16:59:00.6582620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Utils.hpp 2024-11-01T16:59:00.6585986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp 2024-11-01T16:59:00.6589274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Work.hpp 2024-11-01T16:59:00.6598279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\agent_utils.h 2024-11-01T16:59:00.6601684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\message.h 2024-11-01T16:59:00.6604984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_call.h 2024-11-01T16:59:00.6608556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_functions.h 2024-11-01T16:59:00.6620552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_remote_call.h 2024-11-01T16:59:00.6624229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_resp.h 2024-11-01T16:59:00.6627624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h 2024-11-01T16:59:00.6630901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\py_rref.h 2024-11-01T16:59:00.6634224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback.h 2024-11-01T16:59:00.6637652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_impl.h 2024-11-01T16:59:00.6641197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h 2024-11-01T16:59:00.6644811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc.h 2024-11-01T16:59:00.6648099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_agent.h 2024-11-01T16:59:00.6651581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_command_base.h 2024-11-01T16:59:00.6655696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_context.h 2024-11-01T16:59:00.6659157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_impl.h 2024-11-01T16:59:00.6662613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_proto.h 2024-11-01T16:59:00.6665958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_call.h 2024-11-01T16:59:00.6669358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_remote_call.h 2024-11-01T16:59:00.6672989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_resp.h 2024-11-01T16:59:00.6685516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h 2024-11-01T16:59:00.6688995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h 2024-11-01T16:59:00.6692807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\torchscript_functions.h 2024-11-01T16:59:00.6696155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\types.h 2024-11-01T16:59:00.6699509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h 2024-11-01T16:59:00.6703007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h 2024-11-01T16:59:00.6706616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\utils.h 2024-11-01T16:59:00.6715364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cache_entry.h 2024-11-01T16:59:00.6718889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\compiled_autograd.h 2024-11-01T16:59:00.6722249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpp_shim.h 2024-11-01T16:59:00.6725506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_defs.h 2024-11-01T16:59:00.6755571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_includes.h 2024-11-01T16:59:00.6758865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\debug_macros.h 2024-11-01T16:59:00.6762241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\eval_frame.h 2024-11-01T16:59:00.6765509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\extra_state.h 2024-11-01T16:59:00.6768849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\framelocals_mapping.h 2024-11-01T16:59:00.6772267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\guards.h 2024-11-01T16:59:00.6775626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\init.h 2024-11-01T16:59:00.6778848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\python_compiled_autograd.h 2024-11-01T16:59:00.6782028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\utils.h 2024-11-01T16:59:00.6789792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\inductor_ops.h 2024-11-01T16:59:00.6796648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h 2024-11-01T16:59:00.6800332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\pybind.h 2024-11-01T16:59:00.6807548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h 2024-11-01T16:59:00.6810959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h 2024-11-01T16:59:00.6814438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h 2024-11-01T16:59:00.6825496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\pybind.h 2024-11-01T16:59:00.6840302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h 2024-11-01T16:59:00.6843782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h 2024-11-01T16:59:00.6847201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\interface.h 2024-11-01T16:59:00.6859312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model.h 2024-11-01T16:59:00.6862649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model_container.h 2024-11-01T16:59:00.6866113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h 2024-11-01T16:59:00.6869534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h 2024-11-01T16:59:00.6872781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils.h 2024-11-01T16:59:00.6876058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h 2024-11-01T16:59:00.6884528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h 2024-11-01T16:59:00.6887888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h 2024-11-01T16:59:00.6891450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h 2024-11-01T16:59:00.6904025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h 2024-11-01T16:59:00.6907248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\utils.h 2024-11-01T16:59:00.6914038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim.h 2024-11-01T16:59:00.6917600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h 2024-11-01T16:59:00.6925218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h 2024-11-01T16:59:00.6928649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h 2024-11-01T16:59:00.6938245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\jit_log.h 2024-11-01T16:59:00.6941587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\jit_opt_limit.h 2024-11-01T16:59:00.6945088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\resource_guard.h 2024-11-01T16:59:00.6955668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\compilation_unit.h 2024-11-01T16:59:00.6959743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\function_impl.h 2024-11-01T16:59:00.6962099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\method.h 2024-11-01T16:59:00.6965779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\module.h 2024-11-01T16:59:00.6968700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\object.h 2024-11-01T16:59:00.6999183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend.h 2024-11-01T16:59:00.7003598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_handler.h 2024-11-01T16:59:00.7007712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_info.h 2024-11-01T16:59:00.7011907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_detail.h 2024-11-01T16:59:00.7025200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_exception.h 2024-11-01T16:59:00.7028985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_init.h 2024-11-01T16:59:00.7032392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_interface.h 2024-11-01T16:59:00.7036119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_preprocess.h 2024-11-01T16:59:00.7039863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_resolver.h 2024-11-01T16:59:00.7051786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\cuda\interface.h 2024-11-01T16:59:00.7059762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\builtin_functions.h 2024-11-01T16:59:00.7063521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h 2024-11-01T16:59:00.7067670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\concrete_module_type.h 2024-11-01T16:59:00.7116111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\convert_to_ssa.h 2024-11-01T16:59:00.7119456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\edit_distance.h 2024-11-01T16:59:00.7123108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\error_report.h 2024-11-01T16:59:00.7126659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\exit_transforms.h 2024-11-01T16:59:00.7130339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\function_schema_parser.h 2024-11-01T16:59:00.7133613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\inline_loop_condition.h 2024-11-01T16:59:00.7136839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\ir_emitter.h 2024-11-01T16:59:00.7140380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\lexer.h 2024-11-01T16:59:00.7143832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\mini_environment.h 2024-11-01T16:59:00.7147449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\name_mangler.h 2024-11-01T16:59:00.7150972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser.h 2024-11-01T16:59:00.7154729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser_constants.h 2024-11-01T16:59:00.7158164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parse_string_literal.h 2024-11-01T16:59:00.7161604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\resolver.h 2024-11-01T16:59:00.7165410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_matching.h 2024-11-01T16:59:00.7168883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_type_parser.h 2024-11-01T16:59:00.7172624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\script_type_parser.h 2024-11-01T16:59:00.7184590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_range.h 2024-11-01T16:59:00.7188022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_ref.h 2024-11-01T16:59:00.7191467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\strtod.h 2024-11-01T16:59:00.7194962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\sugared_value.h 2024-11-01T16:59:00.7198638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tracer.h 2024-11-01T16:59:00.7202361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree.h 2024-11-01T16:59:00.7205781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree_views.h 2024-11-01T16:59:00.7209445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\versioned_symbols.h 2024-11-01T16:59:00.7218100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\alias_analysis.h 2024-11-01T16:59:00.7221837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\attributes.h 2024-11-01T16:59:00.7225188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\constants.h 2024-11-01T16:59:00.7228869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_node_list.h 2024-11-01T16:59:00.7243211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_utils.h 2024-11-01T16:59:00.7246610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir.h 2024-11-01T16:59:00.7250709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\irparser.h 2024-11-01T16:59:00.7254241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir_views.h 2024-11-01T16:59:00.7257867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\named_value.h 2024-11-01T16:59:00.7261437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\node_hashing.h 2024-11-01T16:59:00.7264965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\scope.h 2024-11-01T16:59:00.7268431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\subgraph_matcher.h 2024-11-01T16:59:00.7271956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\type_hashing.h 2024-11-01T16:59:00.7279886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\code.h 2024-11-01T16:59:00.7283510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\debug_info.h 2024-11-01T16:59:00.7286996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\file_format.h 2024-11-01T16:59:00.7290449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h 2024-11-01T16:59:00.7304324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\frame.h 2024-11-01T16:59:00.7308073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\function.h 2024-11-01T16:59:00.7311301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import.h 2024-11-01T16:59:00.7314822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_data.h 2024-11-01T16:59:00.7318745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_export_common.h 2024-11-01T16:59:00.7322167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\interpreter.h 2024-11-01T16:59:00.7325776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\method.h 2024-11-01T16:59:00.7329311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\module.h 2024-11-01T16:59:00.7332758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\observer.h 2024-11-01T16:59:00.7336623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_bytecode.h 2024-11-01T16:59:00.7340432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_operators.h 2024-11-01T16:59:00.7344307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\prim_ops_registery.h 2024-11-01T16:59:00.7348073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\profiler_edge.h 2024-11-01T16:59:00.7351559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h 2024-11-01T16:59:00.7355498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\quantization.h 2024-11-01T16:59:00.7359323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h 2024-11-01T16:59:00.7363019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\type_parser.h 2024-11-01T16:59:00.7900888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\upgrader_mobile.h 2024-11-01T16:59:00.7933386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\add_if_then_else.h 2024-11-01T16:59:00.7936962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\annotate_warns.h 2024-11-01T16:59:00.7940511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\autocast.h 2024-11-01T16:59:00.7943938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\bailout_graph.h 2024-11-01T16:59:00.7979360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\batch_mm.h 2024-11-01T16:59:00.7982799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize.h 2024-11-01T16:59:00.7986078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h 2024-11-01T16:59:00.7989584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\check_strict_fusion.h 2024-11-01T16:59:00.7993097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_profiling.h 2024-11-01T16:59:00.7996832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_undefinedness.h 2024-11-01T16:59:00.8000794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h 2024-11-01T16:59:00.8004841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\concat_opt.h 2024-11-01T16:59:00.8008697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_pooling.h 2024-11-01T16:59:00.8012325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_propagation.h 2024-11-01T16:59:00.8016014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h 2024-11-01T16:59:00.8019869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_functional_graphs.h 2024-11-01T16:59:00.8023551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dead_code_elimination.h 2024-11-01T16:59:00.8027162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\decompose_ops.h 2024-11-01T16:59:00.8030832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\device_type_analysis.h 2024-11-01T16:59:00.8069845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dtype_analysis.h 2024-11-01T16:59:00.8073354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\eliminate_no_ops.h 2024-11-01T16:59:00.8076858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\erase_number_types.h 2024-11-01T16:59:00.8080454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h 2024-11-01T16:59:00.8084092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_conv_bn.h 2024-11-01T16:59:00.8088067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_linear_bn.h 2024-11-01T16:59:00.8091184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\freeze_module.h 2024-11-01T16:59:00.8094830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_concat_linear.h 2024-11-01T16:59:00.8098547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h 2024-11-01T16:59:00.8111966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_folding.h 2024-11-01T16:59:00.8115870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h 2024-11-01T16:59:00.8119614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_folding.h 2024-11-01T16:59:00.8123529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h 2024-11-01T16:59:00.8127161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h 2024-11-01T16:59:00.8130818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_linear.h 2024-11-01T16:59:00.8134910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_relu.h 2024-11-01T16:59:00.8138021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_fuser.h 2024-11-01T16:59:00.8141547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h 2024-11-01T16:59:00.8157189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\guard_elimination.h 2024-11-01T16:59:00.8161462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h 2024-11-01T16:59:00.8164856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inliner.h 2024-11-01T16:59:00.8168507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h 2024-11-01T16:59:00.8172636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_forked_closures.h 2024-11-01T16:59:00.8175812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_fork_wait.h 2024-11-01T16:59:00.8179196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inplace_check.h 2024-11-01T16:59:00.8182872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\insert_guards.h 2024-11-01T16:59:00.8186677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\integer_value_refinement.h 2024-11-01T16:59:00.8199948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lift_closures.h 2024-11-01T16:59:00.8203665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\liveness.h 2024-11-01T16:59:00.8207217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\loop_unrolling.h 2024-11-01T16:59:00.8210733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_grad_of.h 2024-11-01T16:59:00.8214206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_graph.h 2024-11-01T16:59:00.8217930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_tuples.h 2024-11-01T16:59:00.8221505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\metal_rewrite.h 2024-11-01T16:59:00.8225138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h 2024-11-01T16:59:00.8228732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h 2024-11-01T16:59:00.8232550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\normalize_ops.h 2024-11-01T16:59:00.8269412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h 2024-11-01T16:59:00.8272938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx.h 2024-11-01T16:59:00.8276662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\pass_manager.h 2024-11-01T16:59:00.8280402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole.h 2024-11-01T16:59:00.8283963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h 2024-11-01T16:59:00.8287422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h 2024-11-01T16:59:00.8290925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_list_idioms.h 2024-11-01T16:59:00.8294842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_non_tensor.h 2024-11-01T16:59:00.8298477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\prepack_folding.h 2024-11-01T16:59:00.8302123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\refine_tuple_types.h 2024-11-01T16:59:00.8305637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_dropout.h 2024-11-01T16:59:00.8319298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_exceptions.h 2024-11-01T16:59:00.8323017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_expands.h 2024-11-01T16:59:00.8326662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_inplace_ops.h 2024-11-01T16:59:00.8330326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_mutation.h 2024-11-01T16:59:00.8334336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h 2024-11-01T16:59:00.8338217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h 2024-11-01T16:59:00.8341877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\requires_grad_analysis.h 2024-11-01T16:59:00.8345434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\restore_mutation.h 2024-11-01T16:59:00.8349056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\shape_analysis.h 2024-11-01T16:59:00.8364954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\specialize_autogradzero.h 2024-11-01T16:59:00.8368510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\subgraph_rewrite.h 2024-11-01T16:59:00.8372124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h 2024-11-01T16:59:00.8375678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h 2024-11-01T16:59:00.8379431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h 2024-11-01T16:59:00.8383356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h 2024-11-01T16:59:00.8387064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h 2024-11-01T16:59:00.8390981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\value_refinement_utils.h 2024-11-01T16:59:00.8394814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\variadic_ops.h 2024-11-01T16:59:00.8398319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\vulkan_rewrite.h 2024-11-01T16:59:00.8402108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h 2024-11-01T16:59:00.8411853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h 2024-11-01T16:59:00.8415539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\finalize.h 2024-11-01T16:59:00.8419030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h 2024-11-01T16:59:00.8422509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\helper.h 2024-11-01T16:59:00.8434991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_observers.h 2024-11-01T16:59:00.8438513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h 2024-11-01T16:59:00.8442274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h 2024-11-01T16:59:00.8446495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_type.h 2024-11-01T16:59:00.8451210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h 2024-11-01T16:59:00.8459335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h 2024-11-01T16:59:00.8462790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\memory_dag.h 2024-11-01T16:59:00.8466264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\optimization_utils.h 2024-11-01T16:59:00.8482764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\op_registry.h 2024-11-01T16:59:00.8486268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h 2024-11-01T16:59:00.8494566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\init.h 2024-11-01T16:59:00.8498015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\module_python.h 2024-11-01T16:59:00.8501373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind.h 2024-11-01T16:59:00.8504681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind_utils.h 2024-11-01T16:59:00.8508549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_arg_flatten.h 2024-11-01T16:59:00.8522207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_custom_class.h 2024-11-01T16:59:00.8525765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_dict.h 2024-11-01T16:59:00.8529334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ir.h 2024-11-01T16:59:00.8533001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ivalue.h 2024-11-01T16:59:00.8537081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_list.h 2024-11-01T16:59:00.8540766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_sugared_value.h 2024-11-01T16:59:00.8544491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tracer.h 2024-11-01T16:59:00.8548816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tree_views.h 2024-11-01T16:59:00.8552405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\script_init.h 2024-11-01T16:59:00.8556037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\update_graph_executor_opt.h 2024-11-01T16:59:00.8559697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h 2024-11-01T16:59:00.8567779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\argument_spec.h 2024-11-01T16:59:00.8571371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\autodiff.h 2024-11-01T16:59:00.8575005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h 2024-11-01T16:59:00.8578614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\custom_operator.h 2024-11-01T16:59:00.8591708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry.h 2024-11-01T16:59:00.8595903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h 2024-11-01T16:59:00.8599018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\exception_message.h 2024-11-01T16:59:00.8602510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor.h 2024-11-01T16:59:00.8606415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor_impl.h 2024-11-01T16:59:00.8610557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_iterator.h 2024-11-01T16:59:00.8614076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\instruction.h 2024-11-01T16:59:00.8617417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter.h 2024-11-01T16:59:00.8621126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_exception.h 2024-11-01T16:59:00.8624601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_trace.h 2024-11-01T16:59:00.8628144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\logging.h 2024-11-01T16:59:00.8631648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator.h 2024-11-01T16:59:00.8635035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator_options.h 2024-11-01T16:59:00.8638825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\print_handler.h 2024-11-01T16:59:00.8642589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h 2024-11-01T16:59:00.8645857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_record.h 2024-11-01T16:59:00.8676674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\register_ops_utils.h 2024-11-01T16:59:00.8680439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\script_profile.h 2024-11-01T16:59:00.8684218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h 2024-11-01T16:59:00.8687931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\shape_function_registry.h 2024-11-01T16:59:00.8691392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h 2024-11-01T16:59:00.8695274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h 2024-11-01T16:59:00.8698815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_script.h 2024-11-01T16:59:00.8702624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h 2024-11-01T16:59:00.8706543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h 2024-11-01T16:59:00.8720909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\vararg_functions.h 2024-11-01T16:59:00.8724670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\variable_tensor_list.h 2024-11-01T16:59:00.8734310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h 2024-11-01T16:59:00.8738086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export.h 2024-11-01T16:59:00.8741735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export_bytecode.h 2024-11-01T16:59:00.8758716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h 2024-11-01T16:59:00.8762499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h 2024-11-01T16:59:00.8765795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import.h 2024-11-01T16:59:00.8769751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_constants.h 2024-11-01T16:59:00.8773299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_functions.h 2024-11-01T16:59:00.8776641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_helpers.h 2024-11-01T16:59:00.8780326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_read.h 2024-11-01T16:59:00.8783972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_source.h 2024-11-01T16:59:00.8787890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h 2024-11-01T16:59:00.8791917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\onnx.h 2024-11-01T16:59:00.8795763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickle.h 2024-11-01T16:59:00.8799197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickler.h 2024-11-01T16:59:00.8802871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\python_print.h 2024-11-01T16:59:00.8806883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization.h 2024-11-01T16:59:00.8810872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h 2024-11-01T16:59:00.8814557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\storage_context.h 2024-11-01T16:59:00.8818273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\type_name_uniquer.h 2024-11-01T16:59:00.8853297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\unpickler.h 2024-11-01T16:59:00.8861738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\analysis.h 2024-11-01T16:59:00.8865425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\block_codegen.h 2024-11-01T16:59:00.8868961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h 2024-11-01T16:59:00.8872625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h 2024-11-01T16:59:00.8888059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\codegen.h 2024-11-01T16:59:00.8891450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h 2024-11-01T16:59:00.8895147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h 2024-11-01T16:59:00.8898761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h 2024-11-01T16:59:00.8902802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_random.h 2024-11-01T16:59:00.8906673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\eval.h 2024-11-01T16:59:00.8909923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\exceptions.h 2024-11-01T16:59:00.8913511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\expr.h 2024-11-01T16:59:00.8917166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions.h 2024-11-01T16:59:00.8921111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h 2024-11-01T16:59:00.8924861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h 2024-11-01T16:59:00.8928886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h 2024-11-01T16:59:00.8932676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\graph_opt.h 2024-11-01T16:59:00.8936223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\half_support.h 2024-11-01T16:59:00.8939779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\hash_provider.h 2024-11-01T16:59:00.8943424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h 2024-11-01T16:59:00.8946759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir.h 2024-11-01T16:59:00.8962772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h 2024-11-01T16:59:00.8966965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h 2024-11-01T16:59:00.8970267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_printer.h 2024-11-01T16:59:00.8973973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h 2024-11-01T16:59:00.8977574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h 2024-11-01T16:59:00.8981240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h 2024-11-01T16:59:00.8984937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\kernel.h 2024-11-01T16:59:00.8988404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h 2024-11-01T16:59:00.8992103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h 2024-11-01T16:59:00.8995771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest.h 2024-11-01T16:59:00.8999584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h 2024-11-01T16:59:00.9014133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\lowerings.h 2024-11-01T16:59:00.9018205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h 2024-11-01T16:59:00.9021895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\reduction.h 2024-11-01T16:59:00.9025920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\registerizer.h 2024-11-01T16:59:00.9030227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\stmt.h 2024-11-01T16:59:00.9034295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensor.h 2024-11-01T16:59:00.9037687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h 2024-11-01T16:59:00.9041588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\types.h 2024-11-01T16:59:00.9045379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h 2024-11-01T16:59:00.9049039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h 2024-11-01T16:59:00.9057591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h 2024-11-01T16:59:00.9060948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h 2024-11-01T16:59:00.9064556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\misc.h 2024-11-01T16:59:00.9068176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\norm.h 2024-11-01T16:59:00.9071658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\operators.h 2024-11-01T16:59:00.9087757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h 2024-11-01T16:59:00.9091163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h 2024-11-01T16:59:00.9094630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h 2024-11-01T16:59:00.9098326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h 2024-11-01T16:59:00.9106569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\file_check.h 2024-11-01T16:59:00.9110006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\hooks_for_testing.h 2024-11-01T16:59:00.9121860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_data.h 2024-11-01T16:59:00.9125601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_device.h 2024-11-01T16:59:00.9129099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_interface.h 2024-11-01T16:59:00.9132474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\lowering_context.h 2024-11-01T16:59:00.9149826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\cache.h 2024-11-01T16:59:00.9153145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\config.h 2024-11-01T16:59:00.9156407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\debug_util.h 2024-11-01T16:59:00.9159947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\dynamic_ir.h 2024-11-01T16:59:00.9163475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\hash.h 2024-11-01T16:59:00.9183233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\helpers.h 2024-11-01T16:59:00.9186900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir.h 2024-11-01T16:59:00.9190294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_builder.h 2024-11-01T16:59:00.9193669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_dump_util.h 2024-11-01T16:59:00.9197010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_metadata.h 2024-11-01T16:59:00.9200548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_util.h 2024-11-01T16:59:00.9204073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\lazy_graph_executor.h 2024-11-01T16:59:00.9207725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\metrics.h 2024-11-01T16:59:00.9211043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\multi_wait.h 2024-11-01T16:59:00.9214491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\permutation_util.h 2024-11-01T16:59:00.9218083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape.h 2024-11-01T16:59:00.9221629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape_inference.h 2024-11-01T16:59:00.9255666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor.h 2024-11-01T16:59:00.9258969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_impl.h 2024-11-01T16:59:00.9262391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_util.h 2024-11-01T16:59:00.9266071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\thread_pool.h 2024-11-01T16:59:00.9269499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\trie.h 2024-11-01T16:59:00.9272916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\unique.h 2024-11-01T16:59:00.9276687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\util.h 2024-11-01T16:59:00.9293654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h 2024-11-01T16:59:00.9307652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h 2024-11-01T16:59:00.9311347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\utils.h 2024-11-01T16:59:00.9319737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\python\python_util.h 2024-11-01T16:59:00.9327099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\config.h 2024-11-01T16:59:00.9331042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h 2024-11-01T16:59:00.9334013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ir_builder.h 2024-11-01T16:59:00.9337992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h 2024-11-01T16:59:00.9353973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h 2024-11-01T16:59:00.9356866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h 2024-11-01T16:59:00.9360422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h 2024-11-01T16:59:00.9364843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h 2024-11-01T16:59:00.9367398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node.h 2024-11-01T16:59:00.9370847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h 2024-11-01T16:59:00.9379480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\back_compat.h 2024-11-01T16:59:00.9382891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\init.h 2024-11-01T16:59:00.9386118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\onnx.h 2024-11-01T16:59:00.9393776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\api.h 2024-11-01T16:59:00.9397088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\collection.h 2024-11-01T16:59:00.9400777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\combined_traceback.h 2024-11-01T16:59:00.9404759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\containers.h 2024-11-01T16:59:00.9432155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\data_flow.h 2024-11-01T16:59:00.9435225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\events.h 2024-11-01T16:59:00.9438945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_client_interface.h 2024-11-01T16:59:00.9442362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_shim.h 2024-11-01T16:59:00.9446114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\perf-inl.h 2024-11-01T16:59:00.9450008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\perf.h 2024-11-01T16:59:00.9452918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\util.h 2024-11-01T16:59:00.9459969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\observer.h 2024-11-01T16:59:00.9463443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\python_tracer.h 2024-11-01T16:59:00.9467566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\vulkan.h 2024-11-01T16:59:00.9474342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\combined_traceback.h 2024-11-01T16:59:00.9477799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\init.h 2024-11-01T16:59:00.9481330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\pybind.h 2024-11-01T16:59:00.9489167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h 2024-11-01T16:59:00.9492437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\itt_observer.h 2024-11-01T16:59:00.9495947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\nvtx_observer.h 2024-11-01T16:59:00.9523881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h 2024-11-01T16:59:00.9532899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\stubs\base.h 2024-11-01T16:59:00.9541128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\action.h 2024-11-01T16:59:00.9544998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\communicate.h 2024-11-01T16:59:00.9549220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\debug_info.h 2024-11-01T16:59:00.9553037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_enums.h 2024-11-01T16:59:00.9586737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h 2024-11-01T16:59:00.9590399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h 2024-11-01T16:59:00.9594038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h 2024-11-01T16:59:00.9597595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fde.h 2024-11-01T16:59:00.9600970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\lexer.h 2024-11-01T16:59:00.9604584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\line_number_program.h 2024-11-01T16:59:00.9607883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\mem_file.h 2024-11-01T16:59:00.9611431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\range_table.h 2024-11-01T16:59:00.9614852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\sections.h 2024-11-01T16:59:00.9618115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind.h 2024-11-01T16:59:00.9621487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwinder.h 2024-11-01T16:59:00.9624791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind_error.h 2024-11-01T16:59:00.9634211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\tensor\python_tensor.h 2024-11-01T16:59:00.9642412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\byte_order.h 2024-11-01T16:59:00.9645788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\cpp_stacktraces.h 2024-11-01T16:59:00.9649119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\cuda_enabled.h 2024-11-01T16:59:00.9652651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\device_lazy_init.h 2024-11-01T16:59:00.9666731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\disable_torch_function.h 2024-11-01T16:59:00.9669958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\init.h 2024-11-01T16:59:00.9673371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\invalid_arguments.h 2024-11-01T16:59:00.9676863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\nested.h 2024-11-01T16:59:00.9680234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\numpy_stub.h 2024-11-01T16:59:00.9683679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\object_ptr.h 2024-11-01T16:59:00.9687112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\out_types.h 2024-11-01T16:59:00.9690516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pybind.h 2024-11-01T16:59:00.9693866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pycfunction_helpers.h 2024-11-01T16:59:00.9697344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pyobject_preservation.h 2024-11-01T16:59:00.9700689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pythoncapi_compat.h 2024-11-01T16:59:00.9704441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_arg_parser.h 2024-11-01T16:59:00.9708237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_compat.h 2024-11-01T16:59:00.9712038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_dispatch.h 2024-11-01T16:59:00.9715481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_numbers.h 2024-11-01T16:59:00.9719437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_raii.h 2024-11-01T16:59:00.9730857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_scalars.h 2024-11-01T16:59:00.9734463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_strings.h 2024-11-01T16:59:00.9738116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_stub.h 2024-11-01T16:59:00.9741860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_symnode.h 2024-11-01T16:59:00.9745730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_torch_function_mode.h 2024-11-01T16:59:00.9749162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_tuples.h 2024-11-01T16:59:00.9753383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\schema_info.h 2024-11-01T16:59:00.9756778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\six.h 2024-11-01T16:59:00.9760347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\structseq.h 2024-11-01T16:59:00.9763873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_apply.h 2024-11-01T16:59:00.9777277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_dtypes.h 2024-11-01T16:59:00.9781043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_flatten.h 2024-11-01T16:59:00.9784391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_layouts.h 2024-11-01T16:59:00.9787794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_list.h 2024-11-01T16:59:00.9791352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_memoryformats.h 2024-11-01T16:59:00.9794787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_new.h 2024-11-01T16:59:00.9798223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_numpy.h 2024-11-01T16:59:00.9801838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_qschemes.h 2024-11-01T16:59:00.9805478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_types.h 2024-11-01T16:59:00.9809163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark-inl.h 2024-11-01T16:59:00.9833190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark.h 2024-11-01T16:59:00.9838348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\torch_dispatch_mode.h 2024-11-01T16:59:00.9842561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\variadic.h 2024-11-01T16:59:00.9846077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\verbose.h 2024-11-01T16:59:00.9855781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Event.h 2024-11-01T16:59:00.9859231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Module.h 2024-11-01T16:59:00.9862646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Stream.h 2024-11-01T16:59:00.9884946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\annotations.py 2024-11-01T16:59:00.9888928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\frontend.py 2024-11-01T16:59:00.9892746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\generate_bytecode.py 2024-11-01T16:59:00.9896098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\quantized.py 2024-11-01T16:59:00.9908263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\supported_ops.py 2024-11-01T16:59:00.9911734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\unsupported_tensor_ops.py 2024-11-01T16:59:00.9915557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_async.py 2024-11-01T16:59:00.9918963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_await.py 2024-11-01T16:59:00.9922415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_builtins.py 2024-11-01T16:59:00.9925836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_check.py 2024-11-01T16:59:00.9929143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_dataclass_impls.py 2024-11-01T16:59:00.9933158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_decompositions.py 2024-11-01T16:59:00.9937009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_decomposition_utils.py 2024-11-01T16:59:00.9940300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_freeze.py 2024-11-01T16:59:00.9943627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_fuser.py 2024-11-01T16:59:00.9946957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_ir_utils.py 2024-11-01T16:59:00.9950336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_logging.py 2024-11-01T16:59:00.9953836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_monkeytype_config.py 2024-11-01T16:59:00.9957129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_pickle.py 2024-11-01T16:59:00.9960604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_recursive.py 2024-11-01T16:59:00.9964447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_script.py 2024-11-01T16:59:00.9968224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_script.pyi 2024-11-01T16:59:00.9971790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_serialization.py 2024-11-01T16:59:00.9975268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_shape_functions.py 2024-11-01T16:59:00.9988474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_state.py 2024-11-01T16:59:00.9991879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_trace.py 2024-11-01T16:59:00.9995668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__init__.py 2024-11-01T16:59:01.0002646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\mobile\__init__.py 2024-11-01T16:59:01.0010147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\mobile\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:01.0018344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\_property_propagation.py 2024-11-01T16:59:01.0030655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__init__.py 2024-11-01T16:59:01.0031666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__pycache__\_property_propagation.cpython-39.pyc 2024-11-01T16:59:01.0032803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:01.0041742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\annotations.cpython-39.pyc 2024-11-01T16:59:01.0044359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\frontend.cpython-39.pyc 2024-11-01T16:59:01.0048269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\generate_bytecode.cpython-39.pyc 2024-11-01T16:59:01.0060383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\quantized.cpython-39.pyc 2024-11-01T16:59:01.0064707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\supported_ops.cpython-39.pyc 2024-11-01T16:59:01.0067653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\unsupported_tensor_ops.cpython-39.pyc 2024-11-01T16:59:01.0071449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_async.cpython-39.pyc 2024-11-01T16:59:01.0074730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_await.cpython-39.pyc 2024-11-01T16:59:01.0078195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_builtins.cpython-39.pyc 2024-11-01T16:59:01.0082328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_check.cpython-39.pyc 2024-11-01T16:59:01.0085902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_dataclass_impls.cpython-39.pyc 2024-11-01T16:59:01.0089306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_decompositions.cpython-39.pyc 2024-11-01T16:59:01.0092807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_decomposition_utils.cpython-39.pyc 2024-11-01T16:59:01.0096331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_freeze.cpython-39.pyc 2024-11-01T16:59:01.0099748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_fuser.cpython-39.pyc 2024-11-01T16:59:01.0103456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_ir_utils.cpython-39.pyc 2024-11-01T16:59:01.0107080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_logging.cpython-39.pyc 2024-11-01T16:59:01.0121271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_monkeytype_config.cpython-39.pyc 2024-11-01T16:59:01.0124721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_pickle.cpython-39.pyc 2024-11-01T16:59:01.0128252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_recursive.cpython-39.pyc 2024-11-01T16:59:01.0131804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_script.cpython-39.pyc 2024-11-01T16:59:01.0135907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_serialization.cpython-39.pyc 2024-11-01T16:59:01.0139444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_shape_functions.cpython-39.pyc 2024-11-01T16:59:01.0143086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_state.cpython-39.pyc 2024-11-01T16:59:01.0146715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_trace.cpython-39.pyc 2024-11-01T16:59:01.0162542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:01.0170946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\aoti_custom_ops.dll 2024-11-01T16:59:01.0175917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\aoti_custom_ops.lib 2024-11-01T16:59:01.0179651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\asmjit.dll 2024-11-01T16:59:01.0184892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\asmjit.lib 2024-11-01T16:59:01.0189434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\backend_with_compiler.dll 2024-11-01T16:59:01.0221871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\backend_with_compiler.lib 2024-11-01T16:59:01.0225525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\c10.dll 2024-11-01T16:59:01.0233702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\c10.lib 2024-11-01T16:59:01.0240457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\cpuinfo.lib 2024-11-01T16:59:01.0245149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\dnnl.lib 2024-11-01T16:59:01.3456092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fbgemm.dll 2024-11-01T16:59:01.3485524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fbgemm.lib 2024-11-01T16:59:01.3496108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fmt.lib 2024-11-01T16:59:01.3506645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\jitbackend_test.dll 2024-11-01T16:59:01.3512011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\jitbackend_test.lib 2024-11-01T16:59:01.3515945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\kineto.lib 2024-11-01T16:59:01.3630997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotobuf-lite.lib 2024-11-01T16:59:01.3658784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotobuf.lib 2024-11-01T16:59:01.3844470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotoc.lib 2024-11-01T16:59:01.4043364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\pthreadpool.lib 2024-11-01T16:59:01.4054182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\shm.dll 2024-11-01T16:59:01.4054833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\shm.lib 2024-11-01T16:59:01.4056293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\sleef.lib 2024-11-01T16:59:01.4106347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch.dll 2024-11-01T16:59:01.4109504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch.lib 2024-11-01T16:59:01.4112834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torchbind_test.dll 2024-11-01T16:59:01.9244557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torchbind_test.lib 2024-11-01T16:59:01.9248613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_cpu.dll 2024-11-01T16:59:01.9957484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_cpu.lib 2024-11-01T16:59:02.0101121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_global_deps.dll 2024-11-01T16:59:02.0104612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_python.dll 2024-11-01T16:59:02.0184232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_python.lib 2024-11-01T16:59:02.0189550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\XNNPACK.lib 2024-11-01T16:59:02.0210215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\_C.lib 2024-11-01T16:59:02.0218657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\linalg\__init__.py 2024-11-01T16:59:02.0226742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\linalg\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.0235380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\_docs.py 2024-11-01T16:59:02.0238984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\_ops.py 2024-11-01T16:59:02.0242945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__init__.py 2024-11-01T16:59:02.0250127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\binary.py 2024-11-01T16:59:02.0253459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\core.py 2024-11-01T16:59:02.0256932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\creation.py 2024-11-01T16:59:02.0260354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\passthrough.py 2024-11-01T16:59:02.0263900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\reductions.py 2024-11-01T16:59:02.0386887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\unary.py 2024-11-01T16:59:02.0390071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\_ops_refs.py 2024-11-01T16:59:02.0393626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__init__.py 2024-11-01T16:59:02.0400693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\binary.cpython-39.pyc 2024-11-01T16:59:02.0404316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\core.cpython-39.pyc 2024-11-01T16:59:02.0407799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\creation.cpython-39.pyc 2024-11-01T16:59:02.0498892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\passthrough.cpython-39.pyc 2024-11-01T16:59:02.0502454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\reductions.cpython-39.pyc 2024-11-01T16:59:02.0505970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\unary.cpython-39.pyc 2024-11-01T16:59:02.0509410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\_ops_refs.cpython-39.pyc 2024-11-01T16:59:02.0512791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.5566244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\_docs.cpython-39.pyc 2024-11-01T16:59:02.5570026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\_ops.cpython-39.pyc 2024-11-01T16:59:02.5574061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.5652409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\monitor\__init__.py 2024-11-01T16:59:02.6229365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\monitor\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.6236036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\event.py 2024-11-01T16:59:02.6239252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\profiler.py 2024-11-01T16:59:02.6243402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__init__.py 2024-11-01T16:59:02.6250673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\event.cpython-39.pyc 2024-11-01T16:59:02.6254716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\profiler.cpython-39.pyc 2024-11-01T16:59:02.6258481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.6335843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\_utils.py 2024-11-01T16:59:02.6338948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__init__.py 2024-11-01T16:59:02.6345584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:59:02.6349193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.6357421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\pool.py 2024-11-01T16:59:02.6360891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\queue.py 2024-11-01T16:59:02.6365151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\reductions.py 2024-11-01T16:59:02.6369181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\spawn.py 2024-11-01T16:59:02.6372192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\_atfork.py 2024-11-01T16:59:02.6441824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__init__.py 2024-11-01T16:59:02.6449709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\pool.cpython-39.pyc 2024-11-01T16:59:02.6453487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\queue.cpython-39.pyc 2024-11-01T16:59:02.6457043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\reductions.cpython-39.pyc 2024-11-01T16:59:02.6532055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\spawn.cpython-39.pyc 2024-11-01T16:59:02.6535270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\_atfork.cpython-39.pyc 2024-11-01T16:59:02.6540326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.6547906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\__init__.py 2024-11-01T16:59:02.6555397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\nested_tensor.py 2024-11-01T16:59:02.6558424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\ops.py 2024-11-01T16:59:02.6563658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\sdpa.py 2024-11-01T16:59:02.6567193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__init__.py 2024-11-01T16:59:02.6992682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\nested_tensor.cpython-39.pyc 2024-11-01T16:59:02.6996400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\ops.cpython-39.pyc 2024-11-01T16:59:02.7000597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\sdpa.cpython-39.pyc 2024-11-01T16:59:02.7143748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.7152011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.7160789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\common_types.py 2024-11-01T16:59:02.7164320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\cpp.py 2024-11-01T16:59:02.7167663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\functional.py 2024-11-01T16:59:02.7173162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\functional.pyi 2024-11-01T16:59:02.7801607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\grad.py 2024-11-01T16:59:02.7805038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\init.py 2024-11-01T16:59:02.7808548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parameter.py 2024-11-01T16:59:02.7812019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parameter.pyi 2024-11-01T16:59:02.7815684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\_reduction.py 2024-11-01T16:59:02.7819056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__init__.py 2024-11-01T16:59:02.7825973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\bias.py 2024-11-01T16:59:02.7829562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\flex_attention.py 2024-11-01T16:59:02.7833431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\_utils.py 2024-11-01T16:59:02.7836731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__init__.py 2024-11-01T16:59:02.8007994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\_paged_attention.py 2024-11-01T16:59:02.8012894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__init__.py 2024-11-01T16:59:02.8020978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__pycache__\_paged_attention.cpython-39.pyc 2024-11-01T16:59:02.8024378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.8032169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\bias.cpython-39.pyc 2024-11-01T16:59:02.8035937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\flex_attention.cpython-39.pyc 2024-11-01T16:59:02.8039604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:59:02.8239953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.8247003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\thnn.py 2024-11-01T16:59:02.8250376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__init__.py 2024-11-01T16:59:02.8256142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__pycache__\thnn.cpython-39.pyc 2024-11-01T16:59:02.8259635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.8268625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\__init__.py 2024-11-01T16:59:02.8274924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\fused.py 2024-11-01T16:59:02.8278803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__init__.py 2024-11-01T16:59:02.8286109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\fused.cpython-39.pyc 2024-11-01T16:59:02.8289610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.8297546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\__init__.py 2024-11-01T16:59:02.8303928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\conv_fused.py 2024-11-01T16:59:02.8307460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_fused.py 2024-11-01T16:59:02.8310742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_relu.py 2024-11-01T16:59:02.8314104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__init__.py 2024-11-01T16:59:02.8452644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-39.pyc 2024-11-01T16:59:02.8456247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-39.pyc 2024-11-01T16:59:02.8459755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-39.pyc 2024-11-01T16:59:02.8639156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.8896906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.8906338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\__init__.py 2024-11-01T16:59:02.8913987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__init__.py 2024-11-01T16:59:02.8921302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2024-11-01T16:59:02.8924996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__init__.py 2024-11-01T16:59:02.8932978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-39.pyc 2024-11-01T16:59:02.8936687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.8944687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.8952575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\bn_relu.py 2024-11-01T16:59:02.8956034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\conv_relu.py 2024-11-01T16:59:02.8959377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\linear_relu.py 2024-11-01T16:59:02.8962932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__init__.py 2024-11-01T16:59:02.9099389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-39.pyc 2024-11-01T16:59:02.9102175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-39.pyc 2024-11-01T16:59:02.9106323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-39.pyc 2024-11-01T16:59:02.9227033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:02.9235562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:03.0997966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:03.1005877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\activation.py 2024-11-01T16:59:03.1009918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\adaptive.py 2024-11-01T16:59:03.1013459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\batchnorm.py 2024-11-01T16:59:03.1017062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\channelshuffle.py 2024-11-01T16:59:03.1159827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\container.py 2024-11-01T16:59:03.1163756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\conv.py 2024-11-01T16:59:03.1168508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\distance.py 2024-11-01T16:59:03.1172431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\dropout.py 2024-11-01T16:59:03.1176307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\flatten.py 2024-11-01T16:59:03.1180442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\fold.py 2024-11-01T16:59:03.1183982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\instancenorm.py 2024-11-01T16:59:03.1187749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\lazy.py 2024-11-01T16:59:03.1191397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\linear.py 2024-11-01T16:59:03.1194879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\loss.py 2024-11-01T16:59:03.1200040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\module.py 2024-11-01T16:59:03.1204901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\normalization.py 2024-11-01T16:59:03.1208794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\padding.py 2024-11-01T16:59:03.1212151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\pixelshuffle.py 2024-11-01T16:59:03.1215746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\pooling.py 2024-11-01T16:59:03.1219789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\rnn.py 2024-11-01T16:59:03.1223674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\sparse.py 2024-11-01T16:59:03.1227189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\transformer.py 2024-11-01T16:59:03.1230874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\upsampling.py 2024-11-01T16:59:03.1234479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\utils.py 2024-11-01T16:59:03.1238005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\_functions.py 2024-11-01T16:59:03.1241403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__init__.py 2024-11-01T16:59:03.1249556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\activation.cpython-39.pyc 2024-11-01T16:59:03.1253777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\adaptive.cpython-39.pyc 2024-11-01T16:59:03.1257453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\batchnorm.cpython-39.pyc 2024-11-01T16:59:03.1693687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\channelshuffle.cpython-39.pyc 2024-11-01T16:59:03.1697059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\container.cpython-39.pyc 2024-11-01T16:59:03.1700729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\conv.cpython-39.pyc 2024-11-01T16:59:03.1704611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\distance.cpython-39.pyc 2024-11-01T16:59:03.1708206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\dropout.cpython-39.pyc 2024-11-01T16:59:03.1711882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\flatten.cpython-39.pyc 2024-11-01T16:59:03.1715394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\fold.cpython-39.pyc 2024-11-01T16:59:03.1718860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\instancenorm.cpython-39.pyc 2024-11-01T16:59:03.1722804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\lazy.cpython-39.pyc 2024-11-01T16:59:03.1726207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\linear.cpython-39.pyc 2024-11-01T16:59:03.1729659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\loss.cpython-39.pyc 2024-11-01T16:59:03.1733748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\module.cpython-39.pyc 2024-11-01T16:59:03.1738558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\normalization.cpython-39.pyc 2024-11-01T16:59:03.1742744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\padding.cpython-39.pyc 2024-11-01T16:59:03.7306191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\pixelshuffle.cpython-39.pyc 2024-11-01T16:59:03.7310143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\pooling.cpython-39.pyc 2024-11-01T16:59:03.7313473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\rnn.cpython-39.pyc 2024-11-01T16:59:03.7317181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\sparse.cpython-39.pyc 2024-11-01T16:59:03.7320762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\transformer.cpython-39.pyc 2024-11-01T16:59:03.7324428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\upsampling.cpython-39.pyc 2024-11-01T16:59:03.7327907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:03.7331594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\_functions.cpython-39.pyc 2024-11-01T16:59:03.7335232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:04.2390400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\comm.py 2024-11-01T16:59:04.2394474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\data_parallel.py 2024-11-01T16:59:04.2398173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\distributed.py 2024-11-01T16:59:04.2402607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\parallel_apply.py 2024-11-01T16:59:04.3042452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\replicate.py 2024-11-01T16:59:04.3045672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\scatter_gather.py 2024-11-01T16:59:04.3049257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\_functions.py 2024-11-01T16:59:04.3053032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__init__.py 2024-11-01T16:59:04.3060185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\comm.cpython-39.pyc 2024-11-01T16:59:04.3063830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\data_parallel.cpython-39.pyc 2024-11-01T16:59:04.3067098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\distributed.cpython-39.pyc 2024-11-01T16:59:04.3289866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\parallel_apply.cpython-39.pyc 2024-11-01T16:59:04.3293820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\replicate.cpython-39.pyc 2024-11-01T16:59:04.3297234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\scatter_gather.cpython-39.pyc 2024-11-01T16:59:04.3300932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\_functions.cpython-39.pyc 2024-11-01T16:59:04.3304357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:04.3312783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\__init__.py 2024-11-01T16:59:04.3319743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\__init__.py 2024-11-01T16:59:04.3326435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\linear.py 2024-11-01T16:59:04.3330022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__init__.py 2024-11-01T16:59:04.3336496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\linear.cpython-39.pyc 2024-11-01T16:59:04.3340264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:04.3347181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:04.3354478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\conv.py 2024-11-01T16:59:04.3358018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\embedding_ops.py 2024-11-01T16:59:04.3361309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\linear.py 2024-11-01T16:59:04.3364819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__init__.py 2024-11-01T16:59:04.9036022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\conv.cpython-39.pyc 2024-11-01T16:59:04.9039328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\embedding_ops.cpython-39.pyc 2024-11-01T16:59:04.9043097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\linear.cpython-39.pyc 2024-11-01T16:59:06.0640539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:06.0648433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:06.0657400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\__init__.py 2024-11-01T16:59:06.0664887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\activation.py 2024-11-01T16:59:06.0667879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\rnn.py 2024-11-01T16:59:06.0671328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__init__.py 2024-11-01T16:59:06.0678513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\activation.cpython-39.pyc 2024-11-01T16:59:06.0682218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\rnn.cpython-39.pyc 2024-11-01T16:59:06.0685947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:06.3695218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:06.3703389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\functional.py 2024-11-01T16:59:06.3707073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__init__.py 2024-11-01T16:59:06.3714670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\__init__.py 2024-11-01T16:59:06.3721128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\conv.py 2024-11-01T16:59:06.3724479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\linear.py 2024-11-01T16:59:06.3727752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\rnn.py 2024-11-01T16:59:06.3731053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__init__.py 2024-11-01T16:59:06.3738678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\conv.cpython-39.pyc 2024-11-01T16:59:06.3742189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\linear.cpython-39.pyc 2024-11-01T16:59:06.3745664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-39.pyc 2024-11-01T16:59:06.3899842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:06.3907678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:06.3915082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\activation.py 2024-11-01T16:59:06.3918691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\batchnorm.py 2024-11-01T16:59:06.3922248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\conv.py 2024-11-01T16:59:06.3925732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\dropout.py 2024-11-01T16:59:06.3929058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\embedding_ops.py 2024-11-01T16:59:06.4077299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\functional_modules.py 2024-11-01T16:59:06.4080792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\linear.py 2024-11-01T16:59:06.4084181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\normalization.py 2024-11-01T16:59:06.4087539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\rnn.py 2024-11-01T16:59:06.4090780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\utils.py 2024-11-01T16:59:06.4093979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__init__.py 2024-11-01T16:59:06.4101091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\activation.cpython-39.pyc 2024-11-01T16:59:06.4104620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\batchnorm.cpython-39.pyc 2024-11-01T16:59:06.4108158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\conv.cpython-39.pyc 2024-11-01T16:59:06.6636366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\dropout.cpython-39.pyc 2024-11-01T16:59:06.6640038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\embedding_ops.cpython-39.pyc 2024-11-01T16:59:06.6643694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\functional_modules.cpython-39.pyc 2024-11-01T16:59:06.6647324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\linear.cpython-39.pyc 2024-11-01T16:59:06.6650772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\normalization.cpython-39.pyc 2024-11-01T16:59:06.6654252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\rnn.cpython-39.pyc 2024-11-01T16:59:06.6657698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:06.6661438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:07.4557244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\__init__.py 2024-11-01T16:59:07.4563841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\conv.py 2024-11-01T16:59:07.4567592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\linear.py 2024-11-01T16:59:07.4571115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\rnn.py 2024-11-01T16:59:07.4574301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\sparse.py 2024-11-01T16:59:07.4577579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\utils.py 2024-11-01T16:59:07.4581489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__init__.py 2024-11-01T16:59:07.4732407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\conv.cpython-39.pyc 2024-11-01T16:59:07.4735258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\linear.cpython-39.pyc 2024-11-01T16:59:07.4739174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\rnn.cpython-39.pyc 2024-11-01T16:59:07.4881802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\sparse.cpython-39.pyc 2024-11-01T16:59:07.4886010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:07.4888732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:07.4897436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:07.4904800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__pycache__\functional.cpython-39.pyc 2024-11-01T16:59:07.4908309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:07.4916179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\clip_grad.py 2024-11-01T16:59:07.4921042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\convert_parameters.py 2024-11-01T16:59:07.4924661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\fusion.py 2024-11-01T16:59:07.4928083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\init.py 2024-11-01T16:59:07.4931728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\memory_format.py 2024-11-01T16:59:07.5025812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\parametrizations.py 2024-11-01T16:59:07.5029110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\parametrize.py 2024-11-01T16:59:07.5032599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\prune.py 2024-11-01T16:59:07.5036165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\rnn.py 2024-11-01T16:59:07.5039597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\spectral_norm.py 2024-11-01T16:59:07.5043046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\stateless.py 2024-11-01T16:59:07.5046354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\weight_norm.py 2024-11-01T16:59:07.5050288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_deprecation_utils.py 2024-11-01T16:59:07.5053603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_named_member_accessor.py 2024-11-01T16:59:07.5057027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_per_sample_grad.py 2024-11-01T16:59:07.5060155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__init__.py 2024-11-01T16:59:07.5067381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_expanded_weights.py 2024-11-01T16:59:07.5070870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_utils.py 2024-11-01T16:59:07.5074361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\embedding_expanded_weights.py 2024-11-01T16:59:07.5471442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_impl.py 2024-11-01T16:59:07.5474605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_utils.py 2024-11-01T16:59:07.5478066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py 2024-11-01T16:59:07.5481684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py 2024-11-01T16:59:07.5485309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py 2024-11-01T16:59:07.5489036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\linear_expanded_weights.py 2024-11-01T16:59:07.5492420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__init__.py 2024-11-01T16:59:07.5500401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_expanded_weights.cpython-39.pyc 2024-11-01T16:59:07.5503712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_utils.cpython-39.pyc 2024-11-01T16:59:07.5507041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\embedding_expanded_weights.cpython-39.pyc 2024-11-01T16:59:07.7364992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_impl.cpython-39.pyc 2024-11-01T16:59:07.7368265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_utils.cpython-39.pyc 2024-11-01T16:59:07.7372203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\group_norm_expanded_weights.cpython-39.pyc 2024-11-01T16:59:07.7376048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\instance_norm_expanded_weights.cpython-39.pyc 2024-11-01T16:59:07.7379504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\layer_norm_expanded_weights.cpython-39.pyc 2024-11-01T16:59:07.7383226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\linear_expanded_weights.cpython-39.pyc 2024-11-01T16:59:07.7387179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:07.7395491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\clip_grad.cpython-39.pyc 2024-11-01T16:59:07.7400081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\convert_parameters.cpython-39.pyc 2024-11-01T16:59:07.7403985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\fusion.cpython-39.pyc 2024-11-01T16:59:07.7526764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\init.cpython-39.pyc 2024-11-01T16:59:07.7530073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\memory_format.cpython-39.pyc 2024-11-01T16:59:07.7533621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\parametrizations.cpython-39.pyc 2024-11-01T16:59:07.7537075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\parametrize.cpython-39.pyc 2024-11-01T16:59:07.7540560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\prune.cpython-39.pyc 2024-11-01T16:59:07.7544261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\rnn.cpython-39.pyc 2024-11-01T16:59:07.7548072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\spectral_norm.cpython-39.pyc 2024-11-01T16:59:07.7551322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\stateless.cpython-39.pyc 2024-11-01T16:59:07.7554776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\weight_norm.cpython-39.pyc 2024-11-01T16:59:07.7558244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_deprecation_utils.cpython-39.pyc 2024-11-01T16:59:07.7561835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_named_member_accessor.cpython-39.pyc 2024-11-01T16:59:07.7565344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_per_sample_grad.cpython-39.pyc 2024-11-01T16:59:07.7568884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:07.7577268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\common_types.cpython-39.pyc 2024-11-01T16:59:07.7580695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\cpp.cpython-39.pyc 2024-11-01T16:59:07.7584144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\functional.cpython-39.pyc 2024-11-01T16:59:07.8074113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\grad.cpython-39.pyc 2024-11-01T16:59:07.8077226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\init.cpython-39.pyc 2024-11-01T16:59:07.8080718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\parameter.cpython-39.pyc 2024-11-01T16:59:07.8084447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\_reduction.cpython-39.pyc 2024-11-01T16:59:07.8087871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:07.8097303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\errors.py 2024-11-01T16:59:07.8101073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\operators.py 2024-11-01T16:59:07.8105031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_caffe2.py 2024-11-01T16:59:07.8107642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_helper.py 2024-11-01T16:59:08.0596682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset10.py 2024-11-01T16:59:08.0600246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset11.py 2024-11-01T16:59:08.0604240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset12.py 2024-11-01T16:59:08.0608212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset13.py 2024-11-01T16:59:08.0611834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset14.py 2024-11-01T16:59:08.0643611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset15.py 2024-11-01T16:59:08.0644571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset16.py 2024-11-01T16:59:08.0645358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset17.py 2024-11-01T16:59:08.0646140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset18.py 2024-11-01T16:59:08.0646897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset19.py 2024-11-01T16:59:08.0647657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset20.py 2024-11-01T16:59:08.0648417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset7.py 2024-11-01T16:59:08.0649162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset8.py 2024-11-01T16:59:08.0649910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset9.py 2024-11-01T16:59:08.0650609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\utils.py 2024-11-01T16:59:08.0652994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\verification.py 2024-11-01T16:59:08.1650064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_constants.py 2024-11-01T16:59:08.1653555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_deprecation.py 2024-11-01T16:59:08.1657139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_experimental.py 2024-11-01T16:59:08.1661902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_exporter_states.py 2024-11-01T16:59:08.1664333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_flags.py 2024-11-01T16:59:08.1668148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_globals.py 2024-11-01T16:59:08.1671589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_onnx_supported_ops.py 2024-11-01T16:59:08.1674986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_type_utils.py 2024-11-01T16:59:08.1678383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__init__.py 2024-11-01T16:59:08.2034156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\io_adapter.py 2024-11-01T16:59:08.2037495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\jit_utils.py 2024-11-01T16:59:08.2041182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\onnxruntime.py 2024-11-01T16:59:08.2053317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\onnx_proto_utils.py 2024-11-01T16:59:08.2056686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\registration.py 2024-11-01T16:59:08.2060345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\_exporter_legacy.py 2024-11-01T16:59:08.2064590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\_lazy_import.py 2024-11-01T16:59:08.2067886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__init__.py 2024-11-01T16:59:08.2074448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\_diagnostic.py 2024-11-01T16:59:08.2077801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\_rules.py 2024-11-01T16:59:08.2081325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__init__.py 2024-11-01T16:59:08.2088266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\context.py 2024-11-01T16:59:08.2092023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\decorator.py 2024-11-01T16:59:08.2095307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\formatter.py 2024-11-01T16:59:08.2098639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\utils.py 2024-11-01T16:59:08.2101904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\_infra.py 2024-11-01T16:59:08.2114155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__init__.py 2024-11-01T16:59:08.2121215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\version.py 2024-11-01T16:59:08.2125784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_address.py 2024-11-01T16:59:08.2129427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py 2024-11-01T16:59:08.2132609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py 2024-11-01T16:59:08.2136017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py 2024-11-01T16:59:08.2167021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py 2024-11-01T16:59:08.2170719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py 2024-11-01T16:59:08.2174258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py 2024-11-01T16:59:08.2177964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py 2024-11-01T16:59:08.2181349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py 2024-11-01T16:59:08.2184656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_edge.py 2024-11-01T16:59:08.2188021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py 2024-11-01T16:59:08.2191696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_exception.py 2024-11-01T16:59:08.2195310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py 2024-11-01T16:59:08.2198550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py 2024-11-01T16:59:08.2202132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py 2024-11-01T16:59:08.2205623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_fix.py 2024-11-01T16:59:08.2208985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_graph.py 2024-11-01T16:59:08.2212367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py 2024-11-01T16:59:08.2216309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py 2024-11-01T16:59:08.2219898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_location.py 2024-11-01T16:59:08.2233197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py 2024-11-01T16:59:08.2236566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py 2024-11-01T16:59:08.2240331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_message.py 2024-11-01T16:59:08.2243952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py 2024-11-01T16:59:08.2247264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_node.py 2024-11-01T16:59:08.2250594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_notification.py 2024-11-01T16:59:08.2254052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py 2024-11-01T16:59:08.2257471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py 2024-11-01T16:59:08.2261117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py 2024-11-01T16:59:08.2264724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_region.py 2024-11-01T16:59:08.2603692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py 2024-11-01T16:59:08.2606913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py 2024-11-01T16:59:08.2612164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py 2024-11-01T16:59:08.2615083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py 2024-11-01T16:59:08.2618563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py 2024-11-01T16:59:08.2621990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_result.py 2024-11-01T16:59:08.2625488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py 2024-11-01T16:59:08.2629068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_run.py 2024-11-01T16:59:08.2632755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py 2024-11-01T16:59:08.2636393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py 2024-11-01T16:59:08.2650161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py 2024-11-01T16:59:08.2653805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_stack.py 2024-11-01T16:59:08.2657312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py 2024-11-01T16:59:08.2660713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py 2024-11-01T16:59:08.2664305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py 2024-11-01T16:59:08.2668578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py 2024-11-01T16:59:08.2671331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_tool.py 2024-11-01T16:59:08.2674878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py 2024-11-01T16:59:08.2710127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py 2024-11-01T16:59:08.2711642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py 2024-11-01T16:59:08.2712898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py 2024-11-01T16:59:08.2714103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py 2024-11-01T16:59:08.2716475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py 2024-11-01T16:59:08.2717592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__init__.py 2024-11-01T16:59:08.2718823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\version.cpython-39.pyc 2024-11-01T16:59:08.2722580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_address.cpython-39.pyc 2024-11-01T16:59:08.2725581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact.cpython-39.pyc 2024-11-01T16:59:08.2739213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact_change.cpython-39.pyc 2024-11-01T16:59:08.2742726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact_content.cpython-39.pyc 2024-11-01T16:59:08.2746594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact_location.cpython-39.pyc 2024-11-01T16:59:08.2750192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_attachment.cpython-39.pyc 2024-11-01T16:59:08.2753786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_code_flow.cpython-39.pyc 2024-11-01T16:59:08.2757684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_configuration_override.cpython-39.pyc 2024-11-01T16:59:08.2761505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_conversion.cpython-39.pyc 2024-11-01T16:59:08.2764974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_edge.cpython-39.pyc 2024-11-01T16:59:08.2768570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_edge_traversal.cpython-39.pyc 2024-11-01T16:59:08.2772093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_exception.cpython-39.pyc 2024-11-01T16:59:08.2776113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_external_properties.cpython-39.pyc 2024-11-01T16:59:08.2780043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_external_property_file_reference.cpython-39.pyc 2024-11-01T16:59:08.2784043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_external_property_file_references.cpython-39.pyc 2024-11-01T16:59:08.2797223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_fix.cpython-39.pyc 2024-11-01T16:59:08.2800685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_graph.cpython-39.pyc 2024-11-01T16:59:08.2804527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_graph_traversal.cpython-39.pyc 2024-11-01T16:59:08.2808228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_invocation.cpython-39.pyc 2024-11-01T16:59:08.2811865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_location.cpython-39.pyc 2024-11-01T16:59:08.2815745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_location_relationship.cpython-39.pyc 2024-11-01T16:59:08.2819412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_logical_location.cpython-39.pyc 2024-11-01T16:59:08.2823462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_message.cpython-39.pyc 2024-11-01T16:59:08.2838170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_multiformat_message_string.cpython-39.pyc 2024-11-01T16:59:08.2841921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_node.cpython-39.pyc 2024-11-01T16:59:08.2845688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_notification.cpython-39.pyc 2024-11-01T16:59:08.2849688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_physical_location.cpython-39.pyc 2024-11-01T16:59:08.2853117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_property_bag.cpython-39.pyc 2024-11-01T16:59:08.2856512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_rectangle.cpython-39.pyc 2024-11-01T16:59:08.2860002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_region.cpython-39.pyc 2024-11-01T16:59:08.2863689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_replacement.cpython-39.pyc 2024-11-01T16:59:08.2878136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_configuration.cpython-39.pyc 2024-11-01T16:59:08.2881654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_descriptor.cpython-39.pyc 2024-11-01T16:59:08.2885585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_descriptor_reference.cpython-39.pyc 2024-11-01T16:59:08.2889244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_descriptor_relationship.cpython-39.pyc 2024-11-01T16:59:08.2892785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_result.cpython-39.pyc 2024-11-01T16:59:08.2896455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_result_provenance.cpython-39.pyc 2024-11-01T16:59:08.2899989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_run.cpython-39.pyc 2024-11-01T16:59:08.2903629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_run_automation_details.cpython-39.pyc 2024-11-01T16:59:08.2945874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_sarif_log.cpython-39.pyc 2024-11-01T16:59:08.2950278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_special_locations.cpython-39.pyc 2024-11-01T16:59:08.2953853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_stack.cpython-39.pyc 2024-11-01T16:59:08.2958601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_stack_frame.cpython-39.pyc 2024-11-01T16:59:08.2962657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_suppression.cpython-39.pyc 2024-11-01T16:59:08.3296795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_thread_flow.cpython-39.pyc 2024-11-01T16:59:08.3300647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_thread_flow_location.cpython-39.pyc 2024-11-01T16:59:08.3304550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_tool.cpython-39.pyc 2024-11-01T16:59:08.3317513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_tool_component.cpython-39.pyc 2024-11-01T16:59:08.3321371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_tool_component_reference.cpython-39.pyc 2024-11-01T16:59:08.3325116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_translation_metadata.cpython-39.pyc 2024-11-01T16:59:08.3328871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_version_control_details.cpython-39.pyc 2024-11-01T16:59:08.3332420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_web_request.cpython-39.pyc 2024-11-01T16:59:08.3336126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_web_response.cpython-39.pyc 2024-11-01T16:59:08.3339671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.3349466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\context.cpython-39.pyc 2024-11-01T16:59:08.3353022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\decorator.cpython-39.pyc 2024-11-01T16:59:08.3356493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\formatter.cpython-39.pyc 2024-11-01T16:59:08.3370902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:08.3374265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\_infra.cpython-39.pyc 2024-11-01T16:59:08.3378466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.3398560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__pycache__\_diagnostic.cpython-39.pyc 2024-11-01T16:59:08.3402399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__pycache__\_rules.cpython-39.pyc 2024-11-01T16:59:08.3406664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.3443402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_analysis.py 2024-11-01T16:59:08.3446683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_building.py 2024-11-01T16:59:08.3450491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_capture_strategies.py 2024-11-01T16:59:08.3453896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_compat.py 2024-11-01T16:59:08.3912877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_core.py 2024-11-01T16:59:08.3916457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_decomp.py 2024-11-01T16:59:08.3919700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_dispatching.py 2024-11-01T16:59:08.3923296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_errors.py 2024-11-01T16:59:08.3926703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_fx_passes.py 2024-11-01T16:59:08.3930204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_ir_passes.py 2024-11-01T16:59:08.3933807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_isolated.py 2024-11-01T16:59:08.3937596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_onnx_program.py 2024-11-01T16:59:08.3941330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_registration.py 2024-11-01T16:59:08.3944799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_reporting.py 2024-11-01T16:59:08.3948143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_schemas.py 2024-11-01T16:59:08.3951558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_tensors.py 2024-11-01T16:59:08.3955744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_testing.py 2024-11-01T16:59:08.3958773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_verification.py 2024-11-01T16:59:08.3962718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__init__.py 2024-11-01T16:59:08.3969515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_analysis.cpython-39.pyc 2024-11-01T16:59:08.3997937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_building.cpython-39.pyc 2024-11-01T16:59:08.3999223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_capture_strategies.cpython-39.pyc 2024-11-01T16:59:08.4000473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_compat.cpython-39.pyc 2024-11-01T16:59:08.4001699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_core.cpython-39.pyc 2024-11-01T16:59:08.4003011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_decomp.cpython-39.pyc 2024-11-01T16:59:08.4004227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_dispatching.cpython-39.pyc 2024-11-01T16:59:08.4006932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_errors.cpython-39.pyc 2024-11-01T16:59:08.4010814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_fx_passes.cpython-39.pyc 2024-11-01T16:59:08.4014461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_ir_passes.cpython-39.pyc 2024-11-01T16:59:08.4018131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_isolated.cpython-39.pyc 2024-11-01T16:59:08.4021851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_onnx_program.cpython-39.pyc 2024-11-01T16:59:08.4025301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_registration.cpython-39.pyc 2024-11-01T16:59:08.4028725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_reporting.cpython-39.pyc 2024-11-01T16:59:08.4032379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_schemas.cpython-39.pyc 2024-11-01T16:59:08.4036079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_tensors.cpython-39.pyc 2024-11-01T16:59:08.4039561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_testing.cpython-39.pyc 2024-11-01T16:59:08.4051398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_verification.cpython-39.pyc 2024-11-01T16:59:08.4054993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.4063265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\decomposition_skip.py 2024-11-01T16:59:08.4066558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\decomposition_table.py 2024-11-01T16:59:08.4069890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\diagnostics.py 2024-11-01T16:59:08.4073614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\dynamo_graph_extractor.py 2024-11-01T16:59:08.4086443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\fx_onnx_interpreter.py 2024-11-01T16:59:08.4089957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py 2024-11-01T16:59:08.4094297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\onnxfunction_dispatcher.py 2024-11-01T16:59:08.4097936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\patcher.py 2024-11-01T16:59:08.4101245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\registration.py 2024-11-01T16:59:08.4104646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\serialization.py 2024-11-01T16:59:08.4108017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\type_utils.py 2024-11-01T16:59:08.4111517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\_pass.py 2024-11-01T16:59:08.4115103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__init__.py 2024-11-01T16:59:08.4121957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\unsupported_nodes.py 2024-11-01T16:59:08.4126093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\__init__.py 2024-11-01T16:59:08.4132968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\__pycache__\unsupported_nodes.cpython-39.pyc 2024-11-01T16:59:08.4136461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.4143911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\decomp.py 2024-11-01T16:59:08.4147281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\functionalization.py 2024-11-01T16:59:08.4150552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\modularization.py 2024-11-01T16:59:08.4153967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\readability.py 2024-11-01T16:59:08.4746195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\type_promotion.py 2024-11-01T16:59:08.4749728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\virtualization.py 2024-11-01T16:59:08.4753344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\_utils.py 2024-11-01T16:59:08.4756703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__init__.py 2024-11-01T16:59:08.4764350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\decomp.cpython-39.pyc 2024-11-01T16:59:08.4768163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\functionalization.cpython-39.pyc 2024-11-01T16:59:08.4771786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\modularization.cpython-39.pyc 2024-11-01T16:59:08.4781627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\readability.cpython-39.pyc 2024-11-01T16:59:08.4785000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\type_promotion.cpython-39.pyc 2024-11-01T16:59:08.4788640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\virtualization.cpython-39.pyc 2024-11-01T16:59:08.4792329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:59:08.4796031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.4804502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\decomposition_skip.cpython-39.pyc 2024-11-01T16:59:08.4807828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\decomposition_table.cpython-39.pyc 2024-11-01T16:59:08.4811301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\diagnostics.cpython-39.pyc 2024-11-01T16:59:08.4822226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\dynamo_graph_extractor.cpython-39.pyc 2024-11-01T16:59:08.4825743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\fx_onnx_interpreter.cpython-39.pyc 2024-11-01T16:59:08.4829562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\fx_symbolic_graph_extractor.cpython-39.pyc 2024-11-01T16:59:08.4833031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\onnxfunction_dispatcher.cpython-39.pyc 2024-11-01T16:59:08.4836465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\patcher.cpython-39.pyc 2024-11-01T16:59:08.4839936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\registration.cpython-39.pyc 2024-11-01T16:59:08.4843603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\serialization.cpython-39.pyc 2024-11-01T16:59:08.4847237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\type_utils.cpython-39.pyc 2024-11-01T16:59:08.4851040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\_pass.cpython-39.pyc 2024-11-01T16:59:08.4854508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.4863250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\io_adapter.cpython-39.pyc 2024-11-01T16:59:08.4866701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\jit_utils.cpython-39.pyc 2024-11-01T16:59:08.4870758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\onnxruntime.cpython-39.pyc 2024-11-01T16:59:08.5331332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\onnx_proto_utils.cpython-39.pyc 2024-11-01T16:59:08.5334728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\registration.cpython-39.pyc 2024-11-01T16:59:08.5338438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\_exporter_legacy.cpython-39.pyc 2024-11-01T16:59:08.5341959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\_lazy_import.cpython-39.pyc 2024-11-01T16:59:08.5345449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.5355842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\errors.cpython-39.pyc 2024-11-01T16:59:08.5359533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\operators.cpython-39.pyc 2024-11-01T16:59:08.5363091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_caffe2.cpython-39.pyc 2024-11-01T16:59:08.5383619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_helper.cpython-39.pyc 2024-11-01T16:59:08.5387230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset10.cpython-39.pyc 2024-11-01T16:59:08.5390799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset11.cpython-39.pyc 2024-11-01T16:59:08.5394335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset12.cpython-39.pyc 2024-11-01T16:59:08.5397942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset13.cpython-39.pyc 2024-11-01T16:59:08.5401511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset14.cpython-39.pyc 2024-11-01T16:59:08.5405298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset15.cpython-39.pyc 2024-11-01T16:59:08.5409210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset16.cpython-39.pyc 2024-11-01T16:59:08.5412812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset17.cpython-39.pyc 2024-11-01T16:59:08.5416311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset18.cpython-39.pyc 2024-11-01T16:59:08.5419858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset19.cpython-39.pyc 2024-11-01T16:59:08.5423426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset20.cpython-39.pyc 2024-11-01T16:59:08.5426995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset7.cpython-39.pyc 2024-11-01T16:59:08.5471906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset8.cpython-39.pyc 2024-11-01T16:59:08.5475551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset9.cpython-39.pyc 2024-11-01T16:59:08.5479752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:08.5483583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\verification.cpython-39.pyc 2024-11-01T16:59:08.5487235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_constants.cpython-39.pyc 2024-11-01T16:59:08.5490820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_deprecation.cpython-39.pyc 2024-11-01T16:59:08.5494476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_experimental.cpython-39.pyc 2024-11-01T16:59:08.5498693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_exporter_states.cpython-39.pyc 2024-11-01T16:59:08.5502209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_flags.cpython-39.pyc 2024-11-01T16:59:08.5506271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_globals.cpython-39.pyc 2024-11-01T16:59:08.5830026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_onnx_supported_ops.cpython-39.pyc 2024-11-01T16:59:08.5833563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_type_utils.cpython-39.pyc 2024-11-01T16:59:08.5836982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.5849142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adadelta.py 2024-11-01T16:59:08.5852559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adagrad.py 2024-11-01T16:59:08.5855967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adam.py 2024-11-01T16:59:08.5859463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adamax.py 2024-11-01T16:59:08.5862855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adamw.py 2024-11-01T16:59:08.5866953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\asgd.py 2024-11-01T16:59:08.5870212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\lbfgs.py 2024-11-01T16:59:08.5887388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\lr_scheduler.py 2024-11-01T16:59:08.5891536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\nadam.py 2024-11-01T16:59:08.5895012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\optimizer.py 2024-11-01T16:59:08.5898750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\radam.py 2024-11-01T16:59:08.5902340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\rmsprop.py 2024-11-01T16:59:08.5905612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\rprop.py 2024-11-01T16:59:08.5908929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\sgd.py 2024-11-01T16:59:08.5912315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\sparse_adam.py 2024-11-01T16:59:08.5915675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\swa_utils.py 2024-11-01T16:59:08.5919153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_adafactor.py 2024-11-01T16:59:08.5922683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_functional.py 2024-11-01T16:59:08.5926204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__init__.py 2024-11-01T16:59:08.5936132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__init__.py 2024-11-01T16:59:08.5939312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__init__.pyi 2024-11-01T16:59:08.5946302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.5953987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adadelta.cpython-39.pyc 2024-11-01T16:59:08.5958647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adagrad.cpython-39.pyc 2024-11-01T16:59:08.5962458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adam.cpython-39.pyc 2024-11-01T16:59:08.6442230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adamax.cpython-39.pyc 2024-11-01T16:59:08.6445947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adamw.cpython-39.pyc 2024-11-01T16:59:08.6449366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\asgd.cpython-39.pyc 2024-11-01T16:59:08.6453400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\lbfgs.cpython-39.pyc 2024-11-01T16:59:08.6456676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\lr_scheduler.cpython-39.pyc 2024-11-01T16:59:08.6460403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\nadam.cpython-39.pyc 2024-11-01T16:59:08.6465933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\optimizer.cpython-39.pyc 2024-11-01T16:59:08.6469576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\radam.cpython-39.pyc 2024-11-01T16:59:08.6472868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\rmsprop.cpython-39.pyc 2024-11-01T16:59:08.6476288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\rprop.cpython-39.pyc 2024-11-01T16:59:08.6479629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\sgd.cpython-39.pyc 2024-11-01T16:59:08.6483221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\sparse_adam.cpython-39.pyc 2024-11-01T16:59:08.6486808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\swa_utils.cpython-39.pyc 2024-11-01T16:59:08.6490865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\_adafactor.cpython-39.pyc 2024-11-01T16:59:08.6507749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\_functional.cpython-39.pyc 2024-11-01T16:59:08.6511825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.6521053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\file_structure_representation.py 2024-11-01T16:59:08.6524521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\find_file_dependencies.py 2024-11-01T16:59:08.6528226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\glob_group.py 2024-11-01T16:59:08.6555045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\importer.py 2024-11-01T16:59:08.6555849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\package_exporter.py 2024-11-01T16:59:08.6556689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\package_importer.py 2024-11-01T16:59:08.6557456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_digraph.py 2024-11-01T16:59:08.6560892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_directory_reader.py 2024-11-01T16:59:08.6563580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_importlib.py 2024-11-01T16:59:08.6567113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_mangling.py 2024-11-01T16:59:08.6570416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_mock.py 2024-11-01T16:59:08.6573930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_package_pickler.py 2024-11-01T16:59:08.6578425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_package_unpickler.py 2024-11-01T16:59:08.6580833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_stdlib.py 2024-11-01T16:59:08.6584341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__init__.py 2024-11-01T16:59:08.6591415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\find_first_use_of_broken_modules.py 2024-11-01T16:59:08.6594595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\is_from_package.py 2024-11-01T16:59:08.6597973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\trace_dependencies.py 2024-11-01T16:59:08.6991936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__init__.py 2024-11-01T16:59:08.7008148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\find_first_use_of_broken_modules.cpython-39.pyc 2024-11-01T16:59:08.7009447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\is_from_package.cpython-39.pyc 2024-11-01T16:59:08.7010661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\trace_dependencies.cpython-39.pyc 2024-11-01T16:59:08.7020657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.7028922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\file_structure_representation.cpython-39.pyc 2024-11-01T16:59:08.7032480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\find_file_dependencies.cpython-39.pyc 2024-11-01T16:59:08.7036119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\glob_group.cpython-39.pyc 2024-11-01T16:59:08.7047001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\importer.cpython-39.pyc 2024-11-01T16:59:08.7050413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\package_exporter.cpython-39.pyc 2024-11-01T16:59:08.7053943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\package_importer.cpython-39.pyc 2024-11-01T16:59:08.7058592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_digraph.cpython-39.pyc 2024-11-01T16:59:08.7061463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_directory_reader.cpython-39.pyc 2024-11-01T16:59:08.7064940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_importlib.cpython-39.pyc 2024-11-01T16:59:08.7068608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_mangling.cpython-39.pyc 2024-11-01T16:59:08.7072482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_mock.cpython-39.pyc 2024-11-01T16:59:08.7075971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_package_pickler.cpython-39.pyc 2024-11-01T16:59:08.7079458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_package_unpickler.cpython-39.pyc 2024-11-01T16:59:08.7082907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_stdlib.cpython-39.pyc 2024-11-01T16:59:08.7086408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.7094724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\itt.py 2024-11-01T16:59:08.7098254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\profiler.py 2024-11-01T16:59:08.7101611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\python_tracer.py 2024-11-01T16:59:08.7104966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_memory_profiler.py 2024-11-01T16:59:08.7108415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_pattern_matcher.py 2024-11-01T16:59:08.7118950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_utils.py 2024-11-01T16:59:08.7122324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__init__.py 2024-11-01T16:59:08.7129301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\itt.cpython-39.pyc 2024-11-01T16:59:08.7132885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\profiler.cpython-39.pyc 2024-11-01T16:59:08.7136613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\python_tracer.cpython-39.pyc 2024-11-01T16:59:08.7147669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_memory_profiler.cpython-39.pyc 2024-11-01T16:59:08.7151622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_pattern_matcher.cpython-39.pyc 2024-11-01T16:59:08.7154891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:59:08.7158465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.7195448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fake_quantize.py 2024-11-01T16:59:08.7199147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fuser_method_mappings.py 2024-11-01T16:59:08.7202668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fuse_modules.py 2024-11-01T16:59:08.7986205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\observer.py 2024-11-01T16:59:08.7988523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\qconfig.py 2024-11-01T16:59:08.7992068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantization_mappings.py 2024-11-01T16:59:08.7995534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize.py 2024-11-01T16:59:08.7999029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize_fx.py 2024-11-01T16:59:08.8016501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize_jit.py 2024-11-01T16:59:08.8017310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quant_type.py 2024-11-01T16:59:08.8018073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\stubs.py 2024-11-01T16:59:08.8018800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\utils.py 2024-11-01T16:59:08.8019582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_numeric_suite.py 2024-11-01T16:59:08.8022829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_numeric_suite_fx.py 2024-11-01T16:59:08.8026368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_quantized_conversions.py 2024-11-01T16:59:08.8029947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__init__.py 2024-11-01T16:59:08.8037030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\convert.py 2024-11-01T16:59:08.8040787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\fuse.py 2024-11-01T16:59:08.8044317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\fusion_patterns.py 2024-11-01T16:59:08.8047728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\graph_module.py 2024-11-01T16:59:08.8051523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\match_utils.py 2024-11-01T16:59:08.8390540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\pattern_utils.py 2024-11-01T16:59:08.8393679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\prepare.py 2024-11-01T16:59:08.8397193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\quantization_patterns.py 2024-11-01T16:59:08.8400913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\quantization_types.py 2024-11-01T16:59:08.8404297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\utils.py 2024-11-01T16:59:08.8407882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\_equalize.py 2024-11-01T16:59:08.8411362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__init__.py 2024-11-01T16:59:08.8419451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\convert.cpython-39.pyc 2024-11-01T16:59:08.8422568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\fuse.cpython-39.pyc 2024-11-01T16:59:08.8426125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\fusion_patterns.cpython-39.pyc 2024-11-01T16:59:08.8438695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\graph_module.cpython-39.pyc 2024-11-01T16:59:08.8442211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\match_utils.cpython-39.pyc 2024-11-01T16:59:08.8445873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\pattern_utils.cpython-39.pyc 2024-11-01T16:59:08.8449532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\prepare.cpython-39.pyc 2024-11-01T16:59:08.8452891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_patterns.cpython-39.pyc 2024-11-01T16:59:08.8456880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_types.cpython-39.pyc 2024-11-01T16:59:08.8460398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:08.8464357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\_equalize.cpython-39.pyc 2024-11-01T16:59:08.8467528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.8476252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fake_quantize.cpython-39.pyc 2024-11-01T16:59:08.8479752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fuser_method_mappings.cpython-39.pyc 2024-11-01T16:59:08.8483283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fuse_modules.cpython-39.pyc 2024-11-01T16:59:08.8497576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\observer.cpython-39.pyc 2024-11-01T16:59:08.8500935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\qconfig.cpython-39.pyc 2024-11-01T16:59:08.8504469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantization_mappings.cpython-39.pyc 2024-11-01T16:59:08.8508097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize.cpython-39.pyc 2024-11-01T16:59:08.8512507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize_fx.cpython-39.pyc 2024-11-01T16:59:08.8522995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize_jit.cpython-39.pyc 2024-11-01T16:59:08.8524143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quant_type.cpython-39.pyc 2024-11-01T16:59:08.8525243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\stubs.cpython-39.pyc 2024-11-01T16:59:08.8562221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:08.8563318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite.cpython-39.pyc 2024-11-01T16:59:08.8564479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite_fx.cpython-39.pyc 2024-11-01T16:59:08.8565684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_quantized_conversions.cpython-39.pyc 2024-11-01T16:59:08.8568052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.8579518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\ATen\ATenConfig.cmake 2024-11-01T16:59:08.8585800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Config.cmake 2024-11-01T16:59:08.8589316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake 2024-11-01T16:59:08.8592720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets.cmake 2024-11-01T16:59:08.8608356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake 2024-11-01T16:59:08.8612617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDSS.cmake 2024-11-01T16:59:08.8615414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake 2024-11-01T16:59:08.8618890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake 2024-11-01T16:59:08.8626137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake 2024-11-01T16:59:08.8629618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake 2024-11-01T16:59:08.8652508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake 2024-11-01T16:59:08.8656358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake 2024-11-01T16:59:08.8660368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake 2024-11-01T16:59:08.8987452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake 2024-11-01T16:59:08.8994409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake 2024-11-01T16:59:08.8997974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake 2024-11-01T16:59:08.9001534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake 2024-11-01T16:59:08.9358767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake 2024-11-01T16:59:08.9366671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\cuda.cmake 2024-11-01T16:59:08.9370243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\gflags.cmake 2024-11-01T16:59:08.9374421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\glog.cmake 2024-11-01T16:59:08.9377829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\LoadHIP.cmake 2024-11-01T16:59:08.9389455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\mkl.cmake 2024-11-01T16:59:08.9392939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\mkldnn.cmake 2024-11-01T16:59:08.9397039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\protobuf.cmake 2024-11-01T16:59:08.9399873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\utils.cmake 2024-11-01T16:59:08.9403610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\xpu.cmake 2024-11-01T16:59:08.9411468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Torch\TorchConfig.cmake 2024-11-01T16:59:08.9414901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Torch\TorchConfigVersion.cmake 2024-11-01T16:59:08.9425000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\__init__.py 2024-11-01T16:59:08.9431138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\windows.py 2024-11-01T16:59:08.9434195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__init__.py 2024-11-01T16:59:08.9440973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__pycache__\windows.cpython-39.pyc 2024-11-01T16:59:08.9444630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.9452438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.9460164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\semi_structured.py 2024-11-01T16:59:08.9463747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_semi_structured_conversions.py 2024-11-01T16:59:08.9467785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_semi_structured_ops.py 2024-11-01T16:59:08.9480429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_triton_ops.py 2024-11-01T16:59:08.9484221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_triton_ops_meta.py 2024-11-01T16:59:08.9490312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__init__.py 2024-11-01T16:59:08.9497992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\semi_structured.cpython-39.pyc 2024-11-01T16:59:08.9502082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_conversions.cpython-39.pyc 2024-11-01T16:59:08.9505958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_ops.cpython-39.pyc 2024-11-01T16:59:08.9967662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_triton_ops.cpython-39.pyc 2024-11-01T16:59:08.9971665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_triton_ops_meta.cpython-39.pyc 2024-11-01T16:59:08.9975956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:08.9983670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\special\__init__.py 2024-11-01T16:59:08.9990586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\special\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:09.0035609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\apply_utils_test.exe 2024-11-01T16:59:09.0040486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\atest.exe 2024-11-01T16:59:09.0046024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\backend_fallback_test.exe 2024-11-01T16:59:09.0050914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\basic.exe 2024-11-01T16:59:09.0788526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\broadcast_test.exe 2024-11-01T16:59:09.0793314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_accumulate_test.exe 2024-11-01T16:59:09.0797977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_bfloat16_test.exe 2024-11-01T16:59:09.0802841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Bitset_test.exe 2024-11-01T16:59:09.0807569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_bit_cast_test.exe 2024-11-01T16:59:09.0812539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_CompileTimeFunctionPointer_test.exe 2024-11-01T16:59:09.0816842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_complex_math_test.exe 2024-11-01T16:59:09.0821806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_complex_test.exe 2024-11-01T16:59:09.0826671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ConstexprCrc_test.exe 2024-11-01T16:59:09.0831421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_cow_test.exe 2024-11-01T16:59:09.0836145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DeadlockDetection_test.exe 2024-11-01T16:59:09.0840666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DeviceGuard_test.exe 2024-11-01T16:59:09.0845481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Device_test.exe 2024-11-01T16:59:09.0850568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DispatchKeySet_test.exe 2024-11-01T16:59:09.8423275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_exception_test.exe 2024-11-01T16:59:09.8427619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_flags_test.exe 2024-11-01T16:59:09.8432436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_generic_math_test.exe 2024-11-01T16:59:09.8437416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Half_test.exe 2024-11-01T16:59:09.8442532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_InlineDeviceGuard_test.exe 2024-11-01T16:59:09.8447669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_InlineStreamGuard_test.exe 2024-11-01T16:59:09.8452689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_intrusive_ptr_benchmark.exe 2024-11-01T16:59:09.8457451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_intrusive_ptr_test.exe 2024-11-01T16:59:10.2763894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_irange_test.exe 2024-11-01T16:59:10.2768841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_lazy_test.exe 2024-11-01T16:59:10.2783320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_LeftRight_test.exe 2024-11-01T16:59:10.2788530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_logging_test.exe 2024-11-01T16:59:10.2793870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Metaprogramming_test.exe 2024-11-01T16:59:10.2798944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_NetworkFlow_test.exe 2024-11-01T16:59:10.2805078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_optional_test.exe 2024-11-01T16:59:10.2812176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ordered_preserving_dict_test.exe 2024-11-01T16:59:10.2819042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_registry_test.exe 2024-11-01T16:59:10.3375185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Scalar_test.exe 2024-11-01T16:59:10.3379615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_SizesAndStrides_test.exe 2024-11-01T16:59:10.3384694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_small_vector_test.exe 2024-11-01T16:59:10.3392997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ssize_test.exe 2024-11-01T16:59:10.3397883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_StreamGuard_test.exe 2024-11-01T16:59:10.3402945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_string_util_test.exe 2024-11-01T16:59:10.3408359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_string_view_test.exe 2024-11-01T16:59:10.3413212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_SymInt_test.exe 2024-11-01T16:59:10.4337308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Synchronized_test.exe 2024-11-01T16:59:10.4341885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_tempfile_test.exe 2024-11-01T16:59:10.4346449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ThreadLocal_test.exe 2024-11-01T16:59:10.4352580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_typeid_test.exe 2024-11-01T16:59:10.4357803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeIndex_test.exe 2024-11-01T16:59:10.4363042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeList_test.exe 2024-11-01T16:59:10.4367660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeTraits_test.exe 2024-11-01T16:59:10.4372370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\CppSignature_test.exe 2024-11-01T16:59:10.4377198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_allocator_test.exe 2024-11-01T16:59:11.0512070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_generator_test.exe 2024-11-01T16:59:11.0518294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_profiling_allocator_test.exe 2024-11-01T16:59:11.0523748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_rng_test.exe 2024-11-01T16:59:11.0530707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\Dict_test.exe 2024-11-01T16:59:11.0537696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\Dimname_test.exe 2024-11-01T16:59:11.0544249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\dispatch_key_set_test.exe 2024-11-01T16:59:11.0550334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\dlconvertor_test.exe 2024-11-01T16:59:11.0556465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\extension_backend_test.exe 2024-11-01T16:59:11.0562573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\half_test.exe 2024-11-01T16:59:11.1059717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\IListRef_test.exe 2024-11-01T16:59:11.1064635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\inline_container_test.exe 2024-11-01T16:59:11.1070076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\ivalue_test.exe 2024-11-01T16:59:11.1077227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\KernelFunction_test.exe 2024-11-01T16:59:11.1082983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_function_legacy_test.exe 2024-11-01T16:59:11.1090516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_function_test.exe 2024-11-01T16:59:11.1097254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_lambda_legacy_test.exe 2024-11-01T16:59:11.1104827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_lambda_test.exe 2024-11-01T16:59:11.1616226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_stackbased_test.exe 2024-11-01T16:59:11.1621805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\lazy_tensor_test.exe 2024-11-01T16:59:11.1626587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\legacy_vmap_test.exe 2024-11-01T16:59:11.1632555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\List_test.exe 2024-11-01T16:59:11.1639396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\make_boxed_from_unboxed_functor_test.exe 2024-11-01T16:59:11.1646669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\math_kernel_test.exe 2024-11-01T16:59:11.1652569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\MaybeOwned_test.exe 2024-11-01T16:59:11.1658119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\memory_format_test.exe 2024-11-01T16:59:11.1663281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\memory_overlapping_test.exe 2024-11-01T16:59:11.1668666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\mobile_memory_cleanup.exe 2024-11-01T16:59:11.1673992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\NamedTensor_test.exe 2024-11-01T16:59:11.1679338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\native_test.exe 2024-11-01T16:59:11.1684790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\operators_test.exe 2024-11-01T16:59:11.1689763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\operator_name_test.exe 2024-11-01T16:59:11.1694519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\op_allowlist_test.exe 2024-11-01T16:59:11.1699468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\op_registration_test.exe 2024-11-01T16:59:11.1711819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\packedtensoraccessor_test.exe 2024-11-01T16:59:11.2228195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\pow_test.exe 2024-11-01T16:59:11.2233722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\quantized_test.exe 2024-11-01T16:59:11.2239548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\reduce_ops_test.exe 2024-11-01T16:59:11.2244884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\reportMemoryUsage_test.exe 2024-11-01T16:59:11.2249809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\scalar_tensor_test.exe 2024-11-01T16:59:11.2254961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\scalar_test.exe 2024-11-01T16:59:11.2260237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\StorageUtils_test.exe 2024-11-01T16:59:11.2265363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\stride_properties_test.exe 2024-11-01T16:59:11.2270934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\tensor_iterator_test.exe 2024-11-01T16:59:11.2276901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\test_parallel.exe 2024-11-01T16:59:11.2282063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\thread_init_test.exe 2024-11-01T16:59:11.2285981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\type_ptr_test.exe 2024-11-01T16:59:11.2290680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\type_test.exe 2024-11-01T16:59:11.2295929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\undefined_tensor_test.exe 2024-11-01T16:59:11.2300914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\verify_api_visibility.exe 2024-11-01T16:59:11.2304658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\weakref_test.exe 2024-11-01T16:59:11.2309628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\wrapdim_test.exe 2024-11-01T16:59:11.2314645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\xla_tensor_test.exe 2024-11-01T16:59:11.2832032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_comparison.py 2024-11-01T16:59:11.2835432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_creation.py 2024-11-01T16:59:11.2838719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_utils.py 2024-11-01T16:59:11.2842115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__init__.py 2024-11-01T16:59:11.2878966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\autocast_test_lists.py 2024-11-01T16:59:11.2882558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\autograd_function_db.py 2024-11-01T16:59:11.2885971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\check_kernel_launches.py 2024-11-01T16:59:11.2897796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_cuda.py 2024-11-01T16:59:11.2901291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_device_type.py 2024-11-01T16:59:11.2905115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_distributed.py 2024-11-01T16:59:11.2908533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_dist_composable.py 2024-11-01T16:59:11.2911946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_dtype.py 2024-11-01T16:59:11.2915283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_fsdp.py 2024-11-01T16:59:11.2918875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_jit.py 2024-11-01T16:59:11.2922878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_methods_invocations.py 2024-11-01T16:59:11.3435451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_mkldnn.py 2024-11-01T16:59:11.3439139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_modules.py 2024-11-01T16:59:11.3443712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_nn.py 2024-11-01T16:59:11.3448053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_optimizers.py 2024-11-01T16:59:11.3451904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_pruning.py 2024-11-01T16:59:11.3455492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_quantization.py 2024-11-01T16:59:11.3463321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_quantized.py 2024-11-01T16:59:11.3863354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_subclass.py 2024-11-01T16:59:11.3866727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_utils.py 2024-11-01T16:59:11.3871150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\composite_compliance.py 2024-11-01T16:59:11.3874589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\custom_op_db.py 2024-11-01T16:59:11.3878069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\custom_tensor.py 2024-11-01T16:59:11.3881675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\dist_utils.py 2024-11-01T16:59:11.3885701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\dynamo_test_failures.py 2024-11-01T16:59:11.3889260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module.py 2024-11-01T16:59:11.3892847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\hop_db.py 2024-11-01T16:59:11.3896138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\hypothesis_utils.py 2024-11-01T16:59:11.3899552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\inductor_utils.py 2024-11-01T16:59:11.3903091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\jit_metaprogramming_utils.py 2024-11-01T16:59:11.4667559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\jit_utils.py 2024-11-01T16:59:11.4671795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\logging_tensor.py 2024-11-01T16:59:11.4675380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\logging_utils.py 2024-11-01T16:59:11.4679119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\quantization_torch_package_models.py 2024-11-01T16:59:11.4683066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\static_module.py 2024-11-01T16:59:11.4687082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\torchbind_impls.py 2024-11-01T16:59:11.4690853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\triton_utils.py 2024-11-01T16:59:11.4694705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\two_tensor.py 2024-11-01T16:59:11.4728904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__init__.py 2024-11-01T16:59:11.4735683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\codegen\__init__.py 2024-11-01T16:59:11.4742823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\codegen\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.4750684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\network1.py 2024-11-01T16:59:11.4753725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\network2.py 2024-11-01T16:59:11.4757128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__init__.py 2024-11-01T16:59:11.4764328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\network1.cpython-39.pyc 2024-11-01T16:59:11.4767903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\network2.cpython-39.pyc 2024-11-01T16:59:11.4771825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.4789375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\checkpoint_utils.py 2024-11-01T16:59:11.4792771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\common_state_dict.py 2024-11-01T16:59:11.4796277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py 2024-11-01T16:59:11.5215412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\distributed_test.py 2024-11-01T16:59:11.5221410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\distributed_utils.py 2024-11-01T16:59:11.5225531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\fake_pg.py 2024-11-01T16:59:11.5229291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\multi_threaded_pg.py 2024-11-01T16:59:11.5263801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc_utils.py 2024-11-01T16:59:11.5267367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__init__.py 2024-11-01T16:59:11.5275145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\__init__.py 2024-11-01T16:59:11.5281999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\remote_module_test.py 2024-11-01T16:59:11.5286363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__init__.py 2024-11-01T16:59:11.5293683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\remote_module_test.cpython-39.pyc 2024-11-01T16:59:11.5297547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.5305519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.5313544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_autograd_test.py 2024-11-01T16:59:11.5317651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_optimizer_test.py 2024-11-01T16:59:11.5321430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py 2024-11-01T16:59:11.5845818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py 2024-11-01T16:59:11.5849007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py 2024-11-01T16:59:11.5852362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_test.py 2024-11-01T16:59:11.5857079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py 2024-11-01T16:59:11.5860432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__init__.py 2024-11-01T16:59:11.5866492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py 2024-11-01T16:59:11.5869984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py 2024-11-01T16:59:11.5873668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__init__.py 2024-11-01T16:59:11.5913725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\parameter_server_test.cpython-39.pyc 2024-11-01T16:59:11.5917289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\reinforcement_learning_rpc_test.cpython-39.pyc 2024-11-01T16:59:11.5920758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.5937274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py 2024-11-01T16:59:11.5940502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test.py 2024-11-01T16:59:11.5943885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py 2024-11-01T16:59:11.5947184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__init__.py 2024-11-01T16:59:11.6477281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\dist_autograd_test.cpython-39.pyc 2024-11-01T16:59:11.6480689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test.cpython-39.pyc 2024-11-01T16:59:11.6484445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test_faulty.cpython-39.pyc 2024-11-01T16:59:11.6501267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.6509139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_autograd_test.cpython-39.pyc 2024-11-01T16:59:11.6512803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_optimizer_test.cpython-39.pyc 2024-11-01T16:59:11.6516299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_agent_rpc_test.cpython-39.pyc 2024-11-01T16:59:11.6539265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_rpc_agent_test_fixture.cpython-39.pyc 2024-11-01T16:59:11.6542685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_agent_test_fixture.cpython-39.pyc 2024-11-01T16:59:11.6546134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_test.cpython-39.pyc 2024-11-01T16:59:11.6550713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\tensorpipe_rpc_agent_test_fixture.cpython-39.pyc 2024-11-01T16:59:11.6554191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.6562486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\test_common.py 2024-11-01T16:59:11.6565857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__init__.py 2024-11-01T16:59:11.6572679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py 2024-11-01T16:59:11.6576130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py 2024-11-01T16:59:11.6579449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py 2024-11-01T16:59:11.6593847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_ops_common.cpython-39.pyc 2024-11-01T16:59:11.6597404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_st_common.cpython-39.pyc 2024-11-01T16:59:11.6601396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.6626288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\test_common.cpython-39.pyc 2024-11-01T16:59:11.6629835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.6637738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\common_dtensor.py 2024-11-01T16:59:11.6641464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__init__.py 2024-11-01T16:59:11.6647925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\common_dtensor.cpython-39.pyc 2024-11-01T16:59:11.6651483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.6659286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\checkpoint_utils.cpython-39.pyc 2024-11-01T16:59:11.6662913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\common_state_dict.cpython-39.pyc 2024-11-01T16:59:11.6666474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\ddp_under_dist_autograd_test.cpython-39.pyc 2024-11-01T16:59:11.7136792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_test.cpython-39.pyc 2024-11-01T16:59:11.7206532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_utils.cpython-39.pyc 2024-11-01T16:59:11.7210047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\fake_pg.cpython-39.pyc 2024-11-01T16:59:11.7213719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\multi_threaded_pg.cpython-39.pyc 2024-11-01T16:59:11.7217631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\rpc_utils.cpython-39.pyc 2024-11-01T16:59:11.7221449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.7230245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\annotated_fn_args.py 2024-11-01T16:59:11.7236666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__init__.py 2024-11-01T16:59:11.7242996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__pycache__\annotated_fn_args.cpython-39.pyc 2024-11-01T16:59:11.7247436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.7255077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\core.py 2024-11-01T16:59:11.7259265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\refs.py 2024-11-01T16:59:11.7262329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\utils.py 2024-11-01T16:59:11.7265478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__init__.py 2024-11-01T16:59:11.7272454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\fft.py 2024-11-01T16:59:11.7276119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\linalg.py 2024-11-01T16:59:11.7279665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\nested.py 2024-11-01T16:59:11.7283375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\signal.py 2024-11-01T16:59:11.7286588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\sparse.py 2024-11-01T16:59:11.7290354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\special.py 2024-11-01T16:59:11.7706155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\_masked.py 2024-11-01T16:59:11.7710000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__init__.py 2024-11-01T16:59:11.7717753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\fft.cpython-39.pyc 2024-11-01T16:59:11.7722083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\linalg.cpython-39.pyc 2024-11-01T16:59:11.7726178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\nested.cpython-39.pyc 2024-11-01T16:59:11.7738907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\signal.cpython-39.pyc 2024-11-01T16:59:11.7742297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\sparse.cpython-39.pyc 2024-11-01T16:59:11.7746148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\special.cpython-39.pyc 2024-11-01T16:59:11.7749659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\_masked.cpython-39.pyc 2024-11-01T16:59:11.7753417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.7790981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\core.cpython-39.pyc 2024-11-01T16:59:11.7794569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\refs.cpython-39.pyc 2024-11-01T16:59:11.7798048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:11.7808345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.7816353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\aot_autograd.py 2024-11-01T16:59:11.7819686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\autograd_registration.py 2024-11-01T16:59:11.7822910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\fake_tensor.py 2024-11-01T16:59:11.7826296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\generate_tests.py 2024-11-01T16:59:11.7838239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\make_fx.py 2024-11-01T16:59:11.7841677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__init__.py 2024-11-01T16:59:11.7848929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\aot_autograd.cpython-39.pyc 2024-11-01T16:59:11.7852459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\autograd_registration.cpython-39.pyc 2024-11-01T16:59:11.7855790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\fake_tensor.cpython-39.pyc 2024-11-01T16:59:11.7868743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\generate_tests.cpython-39.pyc 2024-11-01T16:59:11.7872238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\make_fx.cpython-39.pyc 2024-11-01T16:59:11.7875780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:11.7883874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\future_div.py 2024-11-01T16:59:11.7887248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\no_future_div.py 2024-11-01T16:59:11.7890445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__init__.py 2024-11-01T16:59:11.8290647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\future_div.cpython-39.pyc 2024-11-01T16:59:11.8294056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\no_future_div.cpython-39.pyc 2024-11-01T16:59:11.8297647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.1154240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\autocast_test_lists.cpython-39.pyc 2024-11-01T16:59:12.1158094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\autograd_function_db.cpython-39.pyc 2024-11-01T16:59:12.1161736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\check_kernel_launches.cpython-39.pyc 2024-11-01T16:59:12.1370047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_cuda.cpython-39.pyc 2024-11-01T16:59:12.1373563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_device_type.cpython-39.pyc 2024-11-01T16:59:12.1377270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_distributed.cpython-39.pyc 2024-11-01T16:59:12.1380953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_dist_composable.cpython-39.pyc 2024-11-01T16:59:12.1384528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_dtype.cpython-39.pyc 2024-11-01T16:59:12.1388396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_fsdp.cpython-39.pyc 2024-11-01T16:59:12.1391717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_jit.cpython-39.pyc 2024-11-01T16:59:12.1395249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_methods_invocations.cpython-39.pyc 2024-11-01T16:59:12.1401360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_mkldnn.cpython-39.pyc 2024-11-01T16:59:12.1405461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_modules.cpython-39.pyc 2024-11-01T16:59:12.1409398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_nn.cpython-39.pyc 2024-11-01T16:59:12.1413435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_optimizers.cpython-39.pyc 2024-11-01T16:59:12.1417281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_pruning.cpython-39.pyc 2024-11-01T16:59:12.2797193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantization.cpython-39.pyc 2024-11-01T16:59:12.2802066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantized.cpython-39.pyc 2024-11-01T16:59:12.2806614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_subclass.cpython-39.pyc 2024-11-01T16:59:12.2809070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_utils.cpython-39.pyc 2024-11-01T16:59:12.2813938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\composite_compliance.cpython-39.pyc 2024-11-01T16:59:12.2818724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\custom_op_db.cpython-39.pyc 2024-11-01T16:59:12.2821299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\custom_tensor.cpython-39.pyc 2024-11-01T16:59:12.2825026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\dist_utils.cpython-39.pyc 2024-11-01T16:59:12.2828621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\dynamo_test_failures.cpython-39.pyc 2024-11-01T16:59:12.2832356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module.cpython-39.pyc 2024-11-01T16:59:12.5719489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\hop_db.cpython-39.pyc 2024-11-01T16:59:12.5722945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\hypothesis_utils.cpython-39.pyc 2024-11-01T16:59:12.5726834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\inductor_utils.cpython-39.pyc 2024-11-01T16:59:12.5730926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\jit_metaprogramming_utils.cpython-39.pyc 2024-11-01T16:59:12.5734272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\jit_utils.cpython-39.pyc 2024-11-01T16:59:12.5738058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\logging_tensor.cpython-39.pyc 2024-11-01T16:59:12.5741754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\logging_utils.cpython-39.pyc 2024-11-01T16:59:12.5745679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\quantization_torch_package_models.cpython-39.pyc 2024-11-01T16:59:12.5767802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\static_module.cpython-39.pyc 2024-11-01T16:59:12.5771485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\torchbind_impls.cpython-39.pyc 2024-11-01T16:59:12.5775174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\triton_utils.cpython-39.pyc 2024-11-01T16:59:12.5786210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\two_tensor.cpython-39.pyc 2024-11-01T16:59:12.5790769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.5803627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_comparison.cpython-39.pyc 2024-11-01T16:59:12.5807646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_creation.cpython-39.pyc 2024-11-01T16:59:12.5815743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:59:12.6608221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.6616474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backend_registration.py 2024-11-01T16:59:12.6620217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bundled_inputs.py 2024-11-01T16:59:12.6623652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\checkpoint.py 2024-11-01T16:59:12.6627556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\collect_env.py 2024-11-01T16:59:12.6638629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\cpp_backtrace.py 2024-11-01T16:59:12.6642171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\cpp_extension.py 2024-11-01T16:59:12.6646021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\deterministic.py 2024-11-01T16:59:12.6649497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\dlpack.py 2024-11-01T16:59:12.6652771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\file_baton.py 2024-11-01T16:59:12.6656146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\flop_counter.py 2024-11-01T16:59:12.6659651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hooks.py 2024-11-01T16:59:12.6662915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\mkldnn.py 2024-11-01T16:59:12.6666434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\mobile_optimizer.py 2024-11-01T16:59:12.6669793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_zoo.py 2024-11-01T16:59:12.6673214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\module_tracker.py 2024-11-01T16:59:12.6676692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\show_pickle.py 2024-11-01T16:59:12.6680183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\throughput_benchmark.py 2024-11-01T16:59:12.6683651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\weak.py 2024-11-01T16:59:12.6687040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_backport_slots.py 2024-11-01T16:59:12.6717313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_config_module.py 2024-11-01T16:59:12.6720995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_config_typing.pyi 2024-11-01T16:59:12.6733220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_content_store.py 2024-11-01T16:59:12.6736556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_contextlib.py 2024-11-01T16:59:12.6740482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cpp_extension_versioner.py 2024-11-01T16:59:12.6743752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cxx_pytree.py 2024-11-01T16:59:12.6747205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_device.py 2024-11-01T16:59:12.6750606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_exposed_in.py 2024-11-01T16:59:12.6754056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_foreach_utils.py 2024-11-01T16:59:12.6757873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_freeze.py 2024-11-01T16:59:12.6761417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_get_clean_triton.py 2024-11-01T16:59:12.6765348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_import_utils.py 2024-11-01T16:59:12.7132976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_mode_utils.py 2024-11-01T16:59:12.7136502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_ordered_set.py 2024-11-01T16:59:12.7139954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_python_dispatch.py 2024-11-01T16:59:12.7143465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_pytree.py 2024-11-01T16:59:12.7146966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_stats.py 2024-11-01T16:59:12.7150748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_thunk.py 2024-11-01T16:59:12.7154092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_traceback.py 2024-11-01T16:59:12.7157621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_triton.py 2024-11-01T16:59:12.7161063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_typing_utils.py 2024-11-01T16:59:12.7165153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_zip.py 2024-11-01T16:59:12.7167995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__init__.py 2024-11-01T16:59:12.7174771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backcompat\__init__.py 2024-11-01T16:59:12.7182300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backcompat\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.7190070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\__init__.py 2024-11-01T16:59:12.7196741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\blas_compare_setup.py 2024-11-01T16:59:12.7200197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\compare.py 2024-11-01T16:59:12.7203655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\fuzzer.py 2024-11-01T16:59:12.7206948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\op_benchmark.py 2024-11-01T16:59:12.7210368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\simple_timeit.py 2024-11-01T16:59:12.7223318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\spectral_ops_fuzz_test.py 2024-11-01T16:59:12.7226606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__init__.py 2024-11-01T16:59:12.7233152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\blas_compare_setup.cpython-39.pyc 2024-11-01T16:59:12.7236659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\compare.cpython-39.pyc 2024-11-01T16:59:12.7240210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\fuzzer.cpython-39.pyc 2024-11-01T16:59:12.7253723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\op_benchmark.cpython-39.pyc 2024-11-01T16:59:12.7257111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\simple_timeit.cpython-39.pyc 2024-11-01T16:59:12.7261343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\spectral_ops_fuzz_test.cpython-39.pyc 2024-11-01T16:59:12.7265229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.7273051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\binary.py 2024-11-01T16:59:12.7276481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_binary.py 2024-11-01T16:59:12.7279841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_unary.py 2024-11-01T16:59:12.7283308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\spectral.py 2024-11-01T16:59:12.7295602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\unary.py 2024-11-01T16:59:12.7298955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__init__.py 2024-11-01T16:59:12.7305141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\binary.cpython-39.pyc 2024-11-01T16:59:12.7308945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_binary.cpython-39.pyc 2024-11-01T16:59:12.7312845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_unary.cpython-39.pyc 2024-11-01T16:59:12.7326257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\spectral.cpython-39.pyc 2024-11-01T16:59:12.7329612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\unary.cpython-39.pyc 2024-11-01T16:59:12.7333055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.7340303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\common.py 2024-11-01T16:59:12.7343734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\compare.py 2024-11-01T16:59:12.7347140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\compile.py 2024-11-01T16:59:12.7350259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\cpp_jit.py 2024-11-01T16:59:12.7353741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\fuzzer.py 2024-11-01T16:59:12.7356641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\sparse_fuzzer.py 2024-11-01T16:59:12.7367693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\timeit_template.cpp 2024-11-01T16:59:12.7370952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\timer.py 2024-11-01T16:59:12.7374589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\_stubs.py 2024-11-01T16:59:12.7377449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__init__.py 2024-11-01T16:59:12.7383519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h 2024-11-01T16:59:12.7387160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp 2024-11-01T16:59:12.7390655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp 2024-11-01T16:59:12.7403405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py 2024-11-01T16:59:12.7406797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h 2024-11-01T16:59:12.7412156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__init__.py 2024-11-01T16:59:12.7418652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\timer_interface.cpython-39.pyc 2024-11-01T16:59:12.7422238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.7429675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\common.cpython-39.pyc 2024-11-01T16:59:12.7433117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compare.cpython-39.pyc 2024-11-01T16:59:12.7436519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compile.cpython-39.pyc 2024-11-01T16:59:12.7853418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\cpp_jit.cpython-39.pyc 2024-11-01T16:59:12.7856581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\fuzzer.cpython-39.pyc 2024-11-01T16:59:12.7860117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\sparse_fuzzer.cpython-39.pyc 2024-11-01T16:59:12.7863607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\timer.cpython-39.pyc 2024-11-01T16:59:12.7867266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\_stubs.cpython-39.pyc 2024-11-01T16:59:12.7870665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.8294805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.8301191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__init__.py 2024-11-01T16:59:12.8304885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__main__.py 2024-11-01T16:59:12.8310742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.8314199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__pycache__\__main__.cpython-39.pyc 2024-11-01T16:59:12.8321650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\backward_compatibility.py 2024-11-01T16:59:12.8324986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\dataloader.py 2024-11-01T16:59:12.8328614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\dataset.py 2024-11-01T16:59:12.8331930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\distributed.py 2024-11-01T16:59:12.8344194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\graph.py 2024-11-01T16:59:12.8347496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\graph_settings.py 2024-11-01T16:59:12.8352169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\sampler.py 2024-11-01T16:59:12.8354400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__init__.py 2024-11-01T16:59:12.8361739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\datapipe.py 2024-11-01T16:59:12.8365089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\datapipe.pyi 2024-11-01T16:59:12.8368656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\gen_pyi.py 2024-11-01T16:59:12.8372022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_decorator.py 2024-11-01T16:59:12.8375324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_hook_iterator.py 2024-11-01T16:59:12.8385956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_typing.py 2024-11-01T16:59:12.8389207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__init__.py 2024-11-01T16:59:12.8396148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframes.py 2024-11-01T16:59:12.8399577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframe_wrapper.py 2024-11-01T16:59:12.8403009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\datapipes.py 2024-11-01T16:59:12.8418480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\structures.py 2024-11-01T16:59:12.8421133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__init__.py 2024-11-01T16:59:12.8428060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframes.cpython-39.pyc 2024-11-01T16:59:12.8431751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframe_wrapper.cpython-39.pyc 2024-11-01T16:59:12.8435315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\datapipes.cpython-39.pyc 2024-11-01T16:59:12.8448583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\structures.cpython-39.pyc 2024-11-01T16:59:12.8452014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.8459199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\callable.py 2024-11-01T16:59:12.8462533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\combinatorics.py 2024-11-01T16:59:12.8465791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\combining.py 2024-11-01T16:59:12.8469342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\filelister.py 2024-11-01T16:59:12.8484337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\fileopener.py 2024-11-01T16:59:12.8487683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\grouping.py 2024-11-01T16:59:12.8490945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\routeddecoder.py 2024-11-01T16:59:12.8494264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\selecting.py 2024-11-01T16:59:12.8497772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\sharding.py 2024-11-01T16:59:12.8501010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\streamreader.py 2024-11-01T16:59:12.8504270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\utils.py 2024-11-01T16:59:12.8507460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__init__.py 2024-11-01T16:59:12.8515019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\callable.cpython-39.pyc 2024-11-01T16:59:12.8518467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combinatorics.cpython-39.pyc 2024-11-01T16:59:12.8521876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combining.cpython-39.pyc 2024-11-01T16:59:12.9014353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\filelister.cpython-39.pyc 2024-11-01T16:59:12.9017475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\fileopener.cpython-39.pyc 2024-11-01T16:59:12.9020916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\grouping.cpython-39.pyc 2024-11-01T16:59:12.9024392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\routeddecoder.cpython-39.pyc 2024-11-01T16:59:12.9028002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\selecting.cpython-39.pyc 2024-11-01T16:59:12.9031455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\sharding.cpython-39.pyc 2024-11-01T16:59:12.9035003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\streamreader.cpython-39.pyc 2024-11-01T16:59:12.9038426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:12.9042042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.9049433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\callable.py 2024-11-01T16:59:12.9052831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\combinatorics.py 2024-11-01T16:59:12.9056685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\combining.py 2024-11-01T16:59:12.9059768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\grouping.py 2024-11-01T16:59:12.9062971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\utils.py 2024-11-01T16:59:12.9076233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__init__.py 2024-11-01T16:59:12.9083461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\callable.cpython-39.pyc 2024-11-01T16:59:12.9087146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combinatorics.cpython-39.pyc 2024-11-01T16:59:12.9090296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combining.cpython-39.pyc 2024-11-01T16:59:12.9102707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\grouping.cpython-39.pyc 2024-11-01T16:59:12.9106113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:12.9109518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.9116728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\common.py 2024-11-01T16:59:12.9119983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\decoder.py 2024-11-01T16:59:12.9123350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\snapshot.py 2024-11-01T16:59:12.9126568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__init__.py 2024-11-01T16:59:12.9132708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\common.cpython-39.pyc 2024-11-01T16:59:12.9136173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\decoder.cpython-39.pyc 2024-11-01T16:59:12.9139518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\snapshot.cpython-39.pyc 2024-11-01T16:59:12.9153602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.9161173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\datapipe.cpython-39.pyc 2024-11-01T16:59:12.9164626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\gen_pyi.cpython-39.pyc 2024-11-01T16:59:12.9168038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_decorator.cpython-39.pyc 2024-11-01T16:59:12.9181870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_hook_iterator.cpython-39.pyc 2024-11-01T16:59:12.9185212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_typing.cpython-39.pyc 2024-11-01T16:59:12.9188732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.9196576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\collate.py 2024-11-01T16:59:12.9200366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\fetch.py 2024-11-01T16:59:12.9204429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\pin_memory.py 2024-11-01T16:59:12.9207582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\signal_handling.py 2024-11-01T16:59:12.9211090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\worker.py 2024-11-01T16:59:12.9500485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__init__.py 2024-11-01T16:59:12.9507675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\collate.cpython-39.pyc 2024-11-01T16:59:12.9511077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\fetch.cpython-39.pyc 2024-11-01T16:59:12.9514673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\pin_memory.cpython-39.pyc 2024-11-01T16:59:12.9527548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\signal_handling.cpython-39.pyc 2024-11-01T16:59:12.9530845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\worker.cpython-39.pyc 2024-11-01T16:59:12.9534205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.9542053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\backward_compatibility.cpython-39.pyc 2024-11-01T16:59:12.9545281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\dataloader.cpython-39.pyc 2024-11-01T16:59:12.9548946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\dataset.cpython-39.pyc 2024-11-01T16:59:12.9677468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\distributed.cpython-39.pyc 2024-11-01T16:59:12.9681445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\graph.cpython-39.pyc 2024-11-01T16:59:12.9684949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\graph_settings.cpython-39.pyc 2024-11-01T16:59:12.9688345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\sampler.cpython-39.pyc 2024-11-01T16:59:12.9691815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:12.9699334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\constants.py 2024-11-01T16:59:12.9702916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\cuda_to_hip_mappings.py 2024-11-01T16:59:12.9709118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\hipify_python.py 2024-11-01T16:59:12.9712687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\version.py 2024-11-01T16:59:13.0647553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__init__.py 2024-11-01T16:59:13.0654682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\constants.cpython-39.pyc 2024-11-01T16:59:13.0657916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\cuda_to_hip_mappings.cpython-39.pyc 2024-11-01T16:59:13.0662266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\hipify_python.cpython-39.pyc 2024-11-01T16:59:13.0676762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\version.cpython-39.pyc 2024-11-01T16:59:13.0680201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:13.0688257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\log_extract.py 2024-11-01T16:59:13.0691616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__init__.py 2024-11-01T16:59:13.0697795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__pycache__\log_extract.cpython-39.pyc 2024-11-01T16:59:13.0701157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:13.0708546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\code.js 2024-11-01T16:59:13.0712236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\htm.mjs 2024-11-01T16:59:13.0715180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\preact.mjs 2024-11-01T16:59:13.0718358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\skeleton.html 2024-11-01T16:59:13.0721639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__init__.py 2024-11-01T16:59:13.0736649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__main__.py 2024-11-01T16:59:13.0746253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:13.0751634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__pycache__\__main__.cpython-39.pyc 2024-11-01T16:59:13.0762304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\summary.py 2024-11-01T16:59:13.0765690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\writer.py 2024-11-01T16:59:13.0769241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_convert_np.py 2024-11-01T16:59:13.0772922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_embedding.py 2024-11-01T16:59:13.1250197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_onnx_graph.py 2024-11-01T16:59:13.1253504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_proto_graph.py 2024-11-01T16:59:13.1256848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_pytorch_graph.py 2024-11-01T16:59:13.1260376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_utils.py 2024-11-01T16:59:13.1263790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__init__.py 2024-11-01T16:59:13.1270619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\summary.cpython-39.pyc 2024-11-01T16:59:13.1274128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\writer.cpython-39.pyc 2024-11-01T16:59:13.1277641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_convert_np.cpython-39.pyc 2024-11-01T16:59:13.1290286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_embedding.cpython-39.pyc 2024-11-01T16:59:13.1293651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_onnx_graph.cpython-39.pyc 2024-11-01T16:59:13.1297532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_proto_graph.cpython-39.pyc 2024-11-01T16:59:13.1301213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_pytorch_graph.cpython-39.pyc 2024-11-01T16:59:13.1714225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:59:13.1717578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:13.1725061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\_cycles.py 2024-11-01T16:59:13.1728499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__init__.py 2024-11-01T16:59:13.1734709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__pycache__\_cycles.cpython-39.pyc 2024-11-01T16:59:13.1738406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:13.1746551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\cli_function_profiler.py 2024-11-01T16:59:13.1749832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__init__.py 2024-11-01T16:59:13.1756127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__pycache__\cli_function_profiler.cpython-39.pyc 2024-11-01T16:59:13.1759648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:13.7679009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\functions.py 2024-11-01T16:59:13.7682569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\interp.py 2024-11-01T16:59:13.7685981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\numbers.py 2024-11-01T16:59:13.7689415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\reference.py 2024-11-01T16:59:13.7692807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\singleton_int.py 2024-11-01T16:59:13.7830712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\solve.py 2024-11-01T16:59:13.7834833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\symbol.py 2024-11-01T16:59:13.7850666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\value_ranges.py 2024-11-01T16:59:13.7851526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__init__.py 2024-11-01T16:59:13.7852471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\functions.cpython-39.pyc 2024-11-01T16:59:13.7853536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\interp.cpython-39.pyc 2024-11-01T16:59:13.7857150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\numbers.cpython-39.pyc 2024-11-01T16:59:13.7971069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\reference.cpython-39.pyc 2024-11-01T16:59:13.7974615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\singleton_int.cpython-39.pyc 2024-11-01T16:59:13.7978094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\solve.cpython-39.pyc 2024-11-01T16:59:13.7982504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\symbol.cpython-39.pyc 2024-11-01T16:59:13.7985502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\value_ranges.cpython-39.pyc 2024-11-01T16:59:13.7989012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:13.7997201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\backend_registration.cpython-39.pyc 2024-11-01T16:59:13.8000751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\bundled_inputs.cpython-39.pyc 2024-11-01T16:59:13.8004299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\checkpoint.cpython-39.pyc 2024-11-01T16:59:13.8086175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\collect_env.cpython-39.pyc 2024-11-01T16:59:13.8090072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\cpp_backtrace.cpython-39.pyc 2024-11-01T16:59:13.8093232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\cpp_extension.cpython-39.pyc 2024-11-01T16:59:13.8097122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\deterministic.cpython-39.pyc 2024-11-01T16:59:13.8100495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\dlpack.cpython-39.pyc 2024-11-01T16:59:13.8104791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\file_baton.cpython-39.pyc 2024-11-01T16:59:13.8107917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\flop_counter.cpython-39.pyc 2024-11-01T16:59:13.8111304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\hooks.cpython-39.pyc 2024-11-01T16:59:13.8114639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\mkldnn.cpython-39.pyc 2024-11-01T16:59:13.8118038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\mobile_optimizer.cpython-39.pyc 2024-11-01T16:59:13.8121432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\model_zoo.cpython-39.pyc 2024-11-01T16:59:13.8125001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\module_tracker.cpython-39.pyc 2024-11-01T16:59:13.8128613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\show_pickle.cpython-39.pyc 2024-11-01T16:59:13.8132089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\throughput_benchmark.cpython-39.pyc 2024-11-01T16:59:13.8833093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\weak.cpython-39.pyc 2024-11-01T16:59:13.8836893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_backport_slots.cpython-39.pyc 2024-11-01T16:59:13.8839983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_config_module.cpython-39.pyc 2024-11-01T16:59:13.8843770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_content_store.cpython-39.pyc 2024-11-01T16:59:13.8847165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_contextlib.cpython-39.pyc 2024-11-01T16:59:13.8850730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cpp_extension_versioner.cpython-39.pyc 2024-11-01T16:59:13.8854531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cxx_pytree.cpython-39.pyc 2024-11-01T16:59:13.8857745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_device.cpython-39.pyc 2024-11-01T16:59:13.9620364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_exposed_in.cpython-39.pyc 2024-11-01T16:59:13.9623985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_foreach_utils.cpython-39.pyc 2024-11-01T16:59:13.9628074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_freeze.cpython-39.pyc 2024-11-01T16:59:13.9631661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_get_clean_triton.cpython-39.pyc 2024-11-01T16:59:13.9635240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_import_utils.cpython-39.pyc 2024-11-01T16:59:13.9639091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_mode_utils.cpython-39.pyc 2024-11-01T16:59:13.9642925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_ordered_set.cpython-39.pyc 2024-11-01T16:59:13.9647255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_python_dispatch.cpython-39.pyc 2024-11-01T16:59:13.9660419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_pytree.cpython-39.pyc 2024-11-01T16:59:13.9664014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_stats.cpython-39.pyc 2024-11-01T16:59:13.9667573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_thunk.cpython-39.pyc 2024-11-01T16:59:13.9671586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_traceback.cpython-39.pyc 2024-11-01T16:59:13.9674831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_triton.cpython-39.pyc 2024-11-01T16:59:13.9678387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_typing_utils.cpython-39.pyc 2024-11-01T16:59:13.9682090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_zip.cpython-39.pyc 2024-11-01T16:59:13.9685609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:13.9714069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\memory.py 2024-11-01T16:59:13.9717480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\random.py 2024-11-01T16:59:13.9720656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\streams.py 2024-11-01T16:59:13.9723928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\_gpu_trace.py 2024-11-01T16:59:13.9727223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\_utils.py 2024-11-01T16:59:13.9730504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__init__.py 2024-11-01T16:59:13.9745910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\memory.cpython-39.pyc 2024-11-01T16:59:13.9749553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\random.cpython-39.pyc 2024-11-01T16:59:13.9753130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\streams.cpython-39.pyc 2024-11-01T16:59:13.9768573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\_gpu_trace.cpython-39.pyc 2024-11-01T16:59:13.9772116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:59:13.9775607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:13.9784177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_awaits\__init__.py 2024-11-01T16:59:13.9791011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_awaits\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:13.9798437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_aoti.pyi 2024-11-01T16:59:13.9801945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_autograd.pyi 2024-11-01T16:59:13.9805654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cpu.pyi 2024-11-01T16:59:13.9808759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cudnn.pyi 2024-11-01T16:59:13.9812114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cusparselt.pyi 2024-11-01T16:59:13.9832560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_autograd.pyi 2024-11-01T16:59:13.9836041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_c10d.pyi 2024-11-01T16:59:13.9839782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_rpc.pyi 2024-11-01T16:59:13.9843992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_rpc_testing.pyi 2024-11-01T16:59:13.9848348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_functions.pyi 2024-11-01T16:59:13.9852081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_functorch.pyi 2024-11-01T16:59:13.9856547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_instruction_counter.pyi 2024-11-01T16:59:13.9860452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_itt.pyi 2024-11-01T16:59:13.9864392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_lazy.pyi 2024-11-01T16:59:13.9868057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_lazy_ts_backend.pyi 2024-11-01T16:59:13.9871490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_monitor.pyi 2024-11-01T16:59:13.9874939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_nn.pyi 2024-11-01T16:59:13.9878164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_nvtx.pyi 2024-11-01T16:59:13.9881379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_onnx.pyi 2024-11-01T16:59:13.9884895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_profiler.pyi 2024-11-01T16:59:13.9888510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_VariableFunctions.pyi 2024-11-01T16:59:13.9898397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_verbose.pyi 2024-11-01T16:59:13.9901753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\__init__.pyi 2024-11-01T16:59:13.9911861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\autograd.py 2024-11-01T16:59:13.9915327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\functional.py 2024-11-01T16:59:13.9918662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\impl.py 2024-11-01T16:59:13.9922057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__init__.py 2024-11-01T16:59:14.0968726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\autograd.cpython-39.pyc 2024-11-01T16:59:14.0972031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\functional.cpython-39.pyc 2024-11-01T16:59:14.0975368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\impl.cpython-39.pyc 2024-11-01T16:59:14.1003156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:14.1010558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions.py 2024-11-01T16:59:14.1014979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions_for_jvp.py 2024-11-01T16:59:14.1018332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions_for_rng.py 2024-11-01T16:59:14.1030667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__init__.py 2024-11-01T16:59:14.1037558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions.cpython-39.pyc 2024-11-01T16:59:14.1041813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_jvp.cpython-39.pyc 2024-11-01T16:59:14.1045204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_rng.cpython-39.pyc 2024-11-01T16:59:14.1737996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:14.1745824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\python.py 2024-11-01T16:59:14.1749323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__init__.py 2024-11-01T16:59:14.1755595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__pycache__\python.cpython-39.pyc 2024-11-01T16:59:14.1759048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:14.1767160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\bytecode_analysis.py 2024-11-01T16:59:14.1770588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\bytecode_transformation.py 2024-11-01T16:59:14.1774245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\cache_size.py 2024-11-01T16:59:14.2238927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\callback.py 2024-11-01T16:59:14.2242460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\codegen.py 2024-11-01T16:59:14.2245846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\code_context.py 2024-11-01T16:59:14.2249413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\compiled_autograd.py 2024-11-01T16:59:14.2252852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\comptime.py 2024-11-01T16:59:14.2256091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\config.py 2024-11-01T16:59:14.2259500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\convert_frame.py 2024-11-01T16:59:14.2263604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\create_parameter_op.py 2024-11-01T16:59:14.2268970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\current_scope_id.py 2024-11-01T16:59:14.2272643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\debug_utils.py 2024-11-01T16:59:14.2276494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\decorators.py 2024-11-01T16:59:14.2309401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\device_interface.py 2024-11-01T16:59:14.2312718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\distributed.py 2024-11-01T16:59:14.2316323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\eval_frame.py 2024-11-01T16:59:14.2320496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\exc.py 2024-11-01T16:59:14.2323841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\external_utils.py 2024-11-01T16:59:14.2327437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\funcname_cache.py 2024-11-01T16:59:14.2331153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\guards.py 2024-11-01T16:59:14.2334951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\hooks.py 2024-11-01T16:59:14.3030575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\logging.py 2024-11-01T16:59:14.3033741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\mutation_guard.py 2024-11-01T16:59:14.3036991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\output_graph.py 2024-11-01T16:59:14.3040805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\pgo.py 2024-11-01T16:59:14.3044213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\profiler.py 2024-11-01T16:59:14.3047410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\replay_record.py 2024-11-01T16:59:14.3051028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\resume_execution.py 2024-11-01T16:59:14.3054562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\side_effects.py 2024-11-01T16:59:14.3058001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\source.py 2024-11-01T16:59:14.3061430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\symbolic_convert.py 2024-11-01T16:59:14.3065544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\tensor_version_op.py 2024-11-01T16:59:14.3075587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\testing.py 2024-11-01T16:59:14.3078801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\test_case.py 2024-11-01T16:59:14.3082391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\test_minifier_common.py 2024-11-01T16:59:14.3085913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\trace_rules.py 2024-11-01T16:59:14.3089849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\types.py 2024-11-01T16:59:14.3093094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\utils.py 2024-11-01T16:59:14.3096987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\_trace_wrapped_higher_order_op.py 2024-11-01T16:59:14.3100247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__init__.py 2024-11-01T16:59:14.3107110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\common.py 2024-11-01T16:59:14.3110637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\cudagraphs.py 2024-11-01T16:59:14.3114102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\debugging.py 2024-11-01T16:59:14.3117533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\distributed.py 2024-11-01T16:59:14.3604230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\inductor.py 2024-11-01T16:59:14.3607209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\onnxrt.py 2024-11-01T16:59:14.3610515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\registry.py 2024-11-01T16:59:14.3613888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\tensorrt.py 2024-11-01T16:59:14.3617067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\torchxla.py 2024-11-01T16:59:14.3620252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\tvm.py 2024-11-01T16:59:14.3623389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__init__.py 2024-11-01T16:59:14.3629836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\common.cpython-39.pyc 2024-11-01T16:59:14.3633791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\cudagraphs.cpython-39.pyc 2024-11-01T16:59:14.3636931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\debugging.cpython-39.pyc 2024-11-01T16:59:14.3650149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\distributed.cpython-39.pyc 2024-11-01T16:59:14.3653446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\inductor.cpython-39.pyc 2024-11-01T16:59:14.3656800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\onnxrt.cpython-39.pyc 2024-11-01T16:59:14.3660228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\registry.cpython-39.pyc 2024-11-01T16:59:14.3663606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\tensorrt.cpython-39.pyc 2024-11-01T16:59:14.3667180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\torchxla.cpython-39.pyc 2024-11-01T16:59:14.3670554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\tvm.cpython-39.pyc 2024-11-01T16:59:14.3674041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:14.3682300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\builtins.py 2024-11-01T16:59:14.3685560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\functools.py 2024-11-01T16:59:14.3689117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\itertools.py 2024-11-01T16:59:14.3692442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\loader.py 2024-11-01T16:59:14.3703737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\os.py 2024-11-01T16:59:14.3707210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\sys.py 2024-11-01T16:59:14.3710480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__init__.py 2024-11-01T16:59:14.3717533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\builtins.cpython-39.pyc 2024-11-01T16:59:14.3721126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\functools.cpython-39.pyc 2024-11-01T16:59:14.3724567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\itertools.cpython-39.pyc 2024-11-01T16:59:14.3736325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\loader.cpython-39.pyc 2024-11-01T16:59:14.3739682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\os.cpython-39.pyc 2024-11-01T16:59:14.3743085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\sys.cpython-39.pyc 2024-11-01T16:59:14.3746626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:14.3753906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\after_aot.py 2024-11-01T16:59:14.3757559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\after_dynamo.py 2024-11-01T16:59:14.3760838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__init__.py 2024-11-01T16:59:14.3774706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_aot.cpython-39.pyc 2024-11-01T16:59:14.3778084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_dynamo.cpython-39.pyc 2024-11-01T16:59:14.3781646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:14.4746772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\base.py 2024-11-01T16:59:14.4750139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\builder.py 2024-11-01T16:59:14.4753878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\builtin.py 2024-11-01T16:59:14.4757736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\constant.py 2024-11-01T16:59:14.4761190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\ctx_manager.py 2024-11-01T16:59:14.5469146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\dicts.py 2024-11-01T16:59:14.5472604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\distributed.py 2024-11-01T16:59:14.5476195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\functions.py 2024-11-01T16:59:14.5479824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\higher_order_ops.py 2024-11-01T16:59:14.5510545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\iter.py 2024-11-01T16:59:14.5514235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\lazy.py 2024-11-01T16:59:14.5517637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\lists.py 2024-11-01T16:59:14.5521446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\misc.py 2024-11-01T16:59:14.5524718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\nn_module.py 2024-11-01T16:59:14.5528268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\optimizer.py 2024-11-01T16:59:14.5531662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\script_object.py 2024-11-01T16:59:14.5535062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\sdpa.py 2024-11-01T16:59:14.5538394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\tensor.py 2024-11-01T16:59:14.5541865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\torch.py 2024-11-01T16:59:14.5545344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\torch_function.py 2024-11-01T16:59:14.5549308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\user_defined.py 2024-11-01T16:59:14.5552881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__init__.py 2024-11-01T16:59:14.5560498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\base.cpython-39.pyc 2024-11-01T16:59:14.5564009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\builder.cpython-39.pyc 2024-11-01T16:59:14.5568072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\builtin.cpython-39.pyc 2024-11-01T16:59:14.6009944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\constant.cpython-39.pyc 2024-11-01T16:59:14.6013104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\ctx_manager.cpython-39.pyc 2024-11-01T16:59:14.6016840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\dicts.cpython-39.pyc 2024-11-01T16:59:14.6020490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\distributed.cpython-39.pyc 2024-11-01T16:59:14.6024073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\functions.cpython-39.pyc 2024-11-01T16:59:14.6027684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\higher_order_ops.cpython-39.pyc 2024-11-01T16:59:14.6031336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\iter.cpython-39.pyc 2024-11-01T16:59:14.6034761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\lazy.cpython-39.pyc 2024-11-01T16:59:14.6038205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\lists.cpython-39.pyc 2024-11-01T16:59:14.6041925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\misc.cpython-39.pyc 2024-11-01T16:59:14.6045555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\nn_module.cpython-39.pyc 2024-11-01T16:59:14.6049121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\optimizer.cpython-39.pyc 2024-11-01T16:59:14.6052579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\script_object.cpython-39.pyc 2024-11-01T16:59:14.6055986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\sdpa.cpython-39.pyc 2024-11-01T16:59:15.1752866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\tensor.cpython-39.pyc 2024-11-01T16:59:15.1756268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch.cpython-39.pyc 2024-11-01T16:59:15.1760806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch_function.cpython-39.pyc 2024-11-01T16:59:15.1764629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\user_defined.cpython-39.pyc 2024-11-01T16:59:15.1768447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:15.2230869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_analysis.cpython-39.pyc 2024-11-01T16:59:15.2234329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_transformation.cpython-39.pyc 2024-11-01T16:59:15.2238070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\cache_size.cpython-39.pyc 2024-11-01T16:59:15.2252372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\callback.cpython-39.pyc 2024-11-01T16:59:15.2255693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\codegen.cpython-39.pyc 2024-11-01T16:59:15.2259727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\code_context.cpython-39.pyc 2024-11-01T16:59:15.2263052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\compiled_autograd.cpython-39.pyc 2024-11-01T16:59:15.2267009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\comptime.cpython-39.pyc 2024-11-01T16:59:15.2270831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\config.cpython-39.pyc 2024-11-01T16:59:15.2274392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\convert_frame.cpython-39.pyc 2024-11-01T16:59:15.2278198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\create_parameter_op.cpython-39.pyc 2024-11-01T16:59:15.2281987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\current_scope_id.cpython-39.pyc 2024-11-01T16:59:15.2285973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\debug_utils.cpython-39.pyc 2024-11-01T16:59:15.2289479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\decorators.cpython-39.pyc 2024-11-01T16:59:15.2293337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\device_interface.cpython-39.pyc 2024-11-01T16:59:15.2296964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\distributed.cpython-39.pyc 2024-11-01T16:59:15.2850754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\eval_frame.cpython-39.pyc 2024-11-01T16:59:15.2854706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\exc.cpython-39.pyc 2024-11-01T16:59:15.2858346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\external_utils.cpython-39.pyc 2024-11-01T16:59:15.2861579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\funcname_cache.cpython-39.pyc 2024-11-01T16:59:15.2864934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\guards.cpython-39.pyc 2024-11-01T16:59:15.2868678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\hooks.cpython-39.pyc 2024-11-01T16:59:15.2872375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\logging.cpython-39.pyc 2024-11-01T16:59:15.2877239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\mutation_guard.cpython-39.pyc 2024-11-01T16:59:15.2882173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\output_graph.cpython-39.pyc 2024-11-01T16:59:15.2893739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\pgo.cpython-39.pyc 2024-11-01T16:59:15.2897460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\profiler.cpython-39.pyc 2024-11-01T16:59:15.2900966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\replay_record.cpython-39.pyc 2024-11-01T16:59:15.2904572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\resume_execution.cpython-39.pyc 2024-11-01T16:59:15.2908101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\side_effects.cpython-39.pyc 2024-11-01T16:59:15.2911840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\source.cpython-39.pyc 2024-11-01T16:59:15.2915520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\symbolic_convert.cpython-39.pyc 2024-11-01T16:59:15.2919750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\tensor_version_op.cpython-39.pyc 2024-11-01T16:59:15.3505696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\testing.cpython-39.pyc 2024-11-01T16:59:15.3509234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\test_case.cpython-39.pyc 2024-11-01T16:59:15.3513495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\test_minifier_common.cpython-39.pyc 2024-11-01T16:59:15.3517250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\trace_rules.cpython-39.pyc 2024-11-01T16:59:15.3521444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\types.cpython-39.pyc 2024-11-01T16:59:15.3524999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:15.3529576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\_trace_wrapped_higher_order_op.cpython-39.pyc 2024-11-01T16:59:15.3532904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:15.6912543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\converter.py 2024-11-01T16:59:15.6915804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\error.py 2024-11-01T16:59:15.6919326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\non_strict_utils.py 2024-11-01T16:59:15.6922800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_base.py 2024-11-01T16:59:15.6938509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\tools.py 2024-11-01T16:59:15.6941325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\utils.py 2024-11-01T16:59:15.6944686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\verifier.py 2024-11-01T16:59:15.6948018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\wrappers.py 2024-11-01T16:59:15.6951145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__init__.py 2024-11-01T16:59:15.6958020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\case.py 2024-11-01T16:59:15.6961413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\gen_example.py 2024-11-01T16:59:15.6964812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\logging.py 2024-11-01T16:59:15.6968051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__init__.py 2024-11-01T16:59:15.6975522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\assume_constant_result.py 2024-11-01T16:59:15.6978948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\autograd_function.py 2024-11-01T16:59:15.6982276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\class_method.py 2024-11-01T16:59:15.7080470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_class_method.py 2024-11-01T16:59:15.7083882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_nested_function.py 2024-11-01T16:59:15.7087343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_nonlocal_variables.py 2024-11-01T16:59:15.7090839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_closed_over_variable.py 2024-11-01T16:59:15.7094301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_operands.py 2024-11-01T16:59:15.7097636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_predicate.py 2024-11-01T16:59:15.7101186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\constrain_as_size_example.py 2024-11-01T16:59:15.7104808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\constrain_as_value_example.py 2024-11-01T16:59:15.7108125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\decorator.py 2024-11-01T16:59:15.7111663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dictionary.py 2024-11-01T16:59:15.7115066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_assert.py 2024-11-01T16:59:15.7118532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_constructor.py 2024-11-01T16:59:15.7122015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_if_guard.py 2024-11-01T16:59:15.7125452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_map.py 2024-11-01T16:59:15.7128939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_round.py 2024-11-01T16:59:15.7508905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_slicing.py 2024-11-01T16:59:15.7511999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_view.py 2024-11-01T16:59:15.7516172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\fn_with_kwargs.py 2024-11-01T16:59:15.7519009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\list_contains.py 2024-11-01T16:59:15.7522514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\list_unpack.py 2024-11-01T16:59:15.7525976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\model_attr_mutation.py 2024-11-01T16:59:15.7529886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\nested_function.py 2024-11-01T16:59:15.7533370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\null_context_manager.py 2024-11-01T16:59:15.7548220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\optional_input.py 2024-11-01T16:59:15.7551493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\pytree_flatten.py 2024-11-01T16:59:15.7554973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\scalar_output.py 2024-11-01T16:59:15.7559328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\specialized_attribute.py 2024-11-01T16:59:15.7563789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\static_for_loop.py 2024-11-01T16:59:15.7567309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\static_if.py 2024-11-01T16:59:15.7570734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\tensor_setattr.py 2024-11-01T16:59:15.7574220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\type_reflection_method.py 2024-11-01T16:59:15.7577687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\unsupported_operator.py 2024-11-01T16:59:15.7611346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\user_input_mutation.py 2024-11-01T16:59:15.7614717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__init__.py 2024-11-01T16:59:15.7623802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\assume_constant_result.cpython-39.pyc 2024-11-01T16:59:15.7627263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\autograd_function.cpython-39.pyc 2024-11-01T16:59:15.7630710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\class_method.cpython-39.pyc 2024-11-01T16:59:15.7642017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_class_method.cpython-39.pyc 2024-11-01T16:59:15.7645630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nested_function.cpython-39.pyc 2024-11-01T16:59:15.7649179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nonlocal_variables.cpython-39.pyc 2024-11-01T16:59:15.7652800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_closed_over_variable.cpython-39.pyc 2024-11-01T16:59:15.7656136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_operands.cpython-39.pyc 2024-11-01T16:59:15.7659643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_predicate.cpython-39.pyc 2024-11-01T16:59:15.7663174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_size_example.cpython-39.pyc 2024-11-01T16:59:15.7666928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_value_example.cpython-39.pyc 2024-11-01T16:59:15.7670299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\decorator.cpython-39.pyc 2024-11-01T16:59:15.7673762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dictionary.cpython-39.pyc 2024-11-01T16:59:15.7677494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_assert.cpython-39.pyc 2024-11-01T16:59:15.7681106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_constructor.cpython-39.pyc 2024-11-01T16:59:15.7684708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_if_guard.cpython-39.pyc 2024-11-01T16:59:15.7698199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_map.cpython-39.pyc 2024-11-01T16:59:15.7701744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_round.cpython-39.pyc 2024-11-01T16:59:15.7705484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_slicing.cpython-39.pyc 2024-11-01T16:59:15.7709035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_view.cpython-39.pyc 2024-11-01T16:59:15.7712572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\fn_with_kwargs.cpython-39.pyc 2024-11-01T16:59:15.7716107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\list_contains.cpython-39.pyc 2024-11-01T16:59:15.7720201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\list_unpack.cpython-39.pyc 2024-11-01T16:59:15.7742269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\model_attr_mutation.cpython-39.pyc 2024-11-01T16:59:15.7745761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\nested_function.cpython-39.pyc 2024-11-01T16:59:15.7749349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\null_context_manager.cpython-39.pyc 2024-11-01T16:59:15.7752794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\optional_input.cpython-39.pyc 2024-11-01T16:59:15.7756859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\pytree_flatten.cpython-39.pyc 2024-11-01T16:59:15.7760848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\scalar_output.cpython-39.pyc 2024-11-01T16:59:15.7764744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\specialized_attribute.cpython-39.pyc 2024-11-01T16:59:15.7768516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\static_for_loop.cpython-39.pyc 2024-11-01T16:59:15.7956190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\static_if.cpython-39.pyc 2024-11-01T16:59:15.7959856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\tensor_setattr.cpython-39.pyc 2024-11-01T16:59:15.7963673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\type_reflection_method.cpython-39.pyc 2024-11-01T16:59:15.7967236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\unsupported_operator.cpython-39.pyc 2024-11-01T16:59:15.7971140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\user_input_mutation.cpython-39.pyc 2024-11-01T16:59:15.7974522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:15.8013893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\case.cpython-39.pyc 2024-11-01T16:59:15.8017330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\gen_example.cpython-39.pyc 2024-11-01T16:59:15.8020737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\logging.cpython-39.pyc 2024-11-01T16:59:15.8031710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:15.8040208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\add_runtime_assertions_for_constraints_pass.py 2024-11-01T16:59:15.8044141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\collect_tracepoints_pass.py 2024-11-01T16:59:15.8048107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\constant_folding.py 2024-11-01T16:59:15.8074290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\functionalize_side_effectful_ops_pass.py 2024-11-01T16:59:15.8077649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\lift_constants_pass.py 2024-11-01T16:59:15.8081590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\remove_runtime_assertions.py 2024-11-01T16:59:15.8085550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_autocast_with_hop_pass.py 2024-11-01T16:59:15.8089080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py 2024-11-01T16:59:15.8092691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_set_grad_with_hop_pass.py 2024-11-01T16:59:15.8096272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py 2024-11-01T16:59:15.8099672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_with_hop_pass_util.py 2024-11-01T16:59:15.8103224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\_node_metadata_hook.py 2024-11-01T16:59:15.8106611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__init__.py 2024-11-01T16:59:15.8114889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\add_runtime_assertions_for_constraints_pass.cpython-39.pyc 2024-11-01T16:59:15.8118186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\collect_tracepoints_pass.cpython-39.pyc 2024-11-01T16:59:15.8131813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\constant_folding.cpython-39.pyc 2024-11-01T16:59:15.8135273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\functionalize_side_effectful_ops_pass.cpython-39.pyc 2024-11-01T16:59:15.8138634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\lift_constants_pass.cpython-39.pyc 2024-11-01T16:59:15.8142280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\remove_runtime_assertions.cpython-39.pyc 2024-11-01T16:59:15.8145812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_autocast_with_hop_pass.cpython-39.pyc 2024-11-01T16:59:15.8149310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_quantized_ops_with_standard_ops_pass.cpython-39.pyc 2024-11-01T16:59:15.8152750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_set_grad_with_hop_pass.cpython-39.pyc 2024-11-01T16:59:15.8156341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_view_ops_with_view_copy_ops_pass.cpython-39.pyc 2024-11-01T16:59:15.8160163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_with_hop_pass_util.cpython-39.pyc 2024-11-01T16:59:15.8163768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\_node_metadata_hook.cpython-39.pyc 2024-11-01T16:59:15.8167329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:15.8175645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\node_metadata.py 2024-11-01T16:59:15.8179157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\proxy_value.py 2024-11-01T16:59:15.8182555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__init__.py 2024-11-01T16:59:15.8197857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\node_metadata.cpython-39.pyc 2024-11-01T16:59:15.8201366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\proxy_value.cpython-39.pyc 2024-11-01T16:59:15.8204843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:15.8219101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\aoti_schema.py 2024-11-01T16:59:15.8222421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\dynamic_shapes.py 2024-11-01T16:59:15.8225820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema.py 2024-11-01T16:59:15.8228970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema.yaml 2024-11-01T16:59:15.8242451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema_check.py 2024-11-01T16:59:15.8245734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\serialize.py 2024-11-01T16:59:15.8249594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\union.py 2024-11-01T16:59:15.8252870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__init__.py 2024-11-01T16:59:15.8258973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\aoti_schema.cpython-39.pyc 2024-11-01T16:59:15.8262485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\dynamic_shapes.cpython-39.pyc 2024-11-01T16:59:15.8265889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\schema.cpython-39.pyc 2024-11-01T16:59:15.8615096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\schema_check.cpython-39.pyc 2024-11-01T16:59:15.8618595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\serialize.cpython-39.pyc 2024-11-01T16:59:15.8622307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\union.cpython-39.pyc 2024-11-01T16:59:15.8625764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:15.8634085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\converter.cpython-39.pyc 2024-11-01T16:59:15.8637643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\error.cpython-39.pyc 2024-11-01T16:59:15.8641184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\non_strict_utils.cpython-39.pyc 2024-11-01T16:59:15.8653079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\pass_base.cpython-39.pyc 2024-11-01T16:59:15.8656453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\tools.cpython-39.pyc 2024-11-01T16:59:15.8659851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:15.8663349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\verifier.cpython-39.pyc 2024-11-01T16:59:15.8666714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\wrappers.cpython-39.pyc 2024-11-01T16:59:15.8670020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:15.8677846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\aot_autograd.py 2024-11-01T16:59:15.8681697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\apis.py 2024-11-01T16:59:15.8685170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\autograd_function.py 2024-11-01T16:59:15.8688600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\batch_norm_replacement.py 2024-11-01T16:59:15.9211507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\benchmark_utils.py 2024-11-01T16:59:15.9214636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\compilers.py 2024-11-01T16:59:15.9218107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\compile_utils.py 2024-11-01T16:59:15.9221685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\config.py 2024-11-01T16:59:15.9225214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\deprecated.py 2024-11-01T16:59:15.9228907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\eager_transforms.py 2024-11-01T16:59:15.9232680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\functional_call.py 2024-11-01T16:59:15.9236220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\fx_minifier.py 2024-11-01T16:59:15.9239719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\make_functional.py 2024-11-01T16:59:15.9243197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\partitioners.py 2024-11-01T16:59:15.9246964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\pyfunctorch.py 2024-11-01T16:59:16.0153969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\python_key.py 2024-11-01T16:59:16.0157448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\pytree_hacks.py 2024-11-01T16:59:16.0161278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\top_operators_github_usage.py 2024-11-01T16:59:16.0164892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\utils.py 2024-11-01T16:59:16.0168163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\vmap.py 2024-11-01T16:59:16.0171745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__init__.py 2024-11-01T16:59:16.1959773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\autograd_cache.py 2024-11-01T16:59:16.1963151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\collect_metadata_analysis.py 2024-11-01T16:59:16.1966976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py 2024-11-01T16:59:16.1979070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\functional_utils.py 2024-11-01T16:59:16.1982816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\input_output_analysis.py 2024-11-01T16:59:16.1987024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py 2024-11-01T16:59:16.1990923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\logging_utils.py 2024-11-01T16:59:16.1994789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\runtime_wrappers.py 2024-11-01T16:59:16.1998923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\schemas.py 2024-11-01T16:59:16.2002808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\subclass_utils.py 2024-11-01T16:59:16.2006494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\traced_function_transforms.py 2024-11-01T16:59:16.2010255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\utils.py 2024-11-01T16:59:16.2013681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__init__.py 2024-11-01T16:59:16.2021850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\autograd_cache.cpython-39.pyc 2024-11-01T16:59:16.2025461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\collect_metadata_analysis.cpython-39.pyc 2024-11-01T16:59:16.2029234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\dispatch_and_compile_graph.cpython-39.pyc 2024-11-01T16:59:16.2400490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\functional_utils.cpython-39.pyc 2024-11-01T16:59:16.2404735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\input_output_analysis.cpython-39.pyc 2024-11-01T16:59:16.2408675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\jit_compile_runtime_wrappers.cpython-39.pyc 2024-11-01T16:59:16.2412523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\logging_utils.cpython-39.pyc 2024-11-01T16:59:16.2416605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\runtime_wrappers.cpython-39.pyc 2024-11-01T16:59:16.2420812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\schemas.cpython-39.pyc 2024-11-01T16:59:16.2424987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\subclass_utils.cpython-39.pyc 2024-11-01T16:59:16.2429213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\traced_function_transforms.cpython-39.pyc 2024-11-01T16:59:16.2433581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:16.2437663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:16.2446456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\aot_autograd.cpython-39.pyc 2024-11-01T16:59:16.2450020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\apis.cpython-39.pyc 2024-11-01T16:59:16.2453660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\autograd_function.cpython-39.pyc 2024-11-01T16:59:16.2467071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\batch_norm_replacement.cpython-39.pyc 2024-11-01T16:59:16.2470631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\benchmark_utils.cpython-39.pyc 2024-11-01T16:59:16.2473980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\compilers.cpython-39.pyc 2024-11-01T16:59:16.2477575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\compile_utils.cpython-39.pyc 2024-11-01T16:59:16.2480957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\config.cpython-39.pyc 2024-11-01T16:59:16.2484559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\deprecated.cpython-39.pyc 2024-11-01T16:59:16.2487925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\eager_transforms.cpython-39.pyc 2024-11-01T16:59:16.2491555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\functional_call.cpython-39.pyc 2024-11-01T16:59:16.2495278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\fx_minifier.cpython-39.pyc 2024-11-01T16:59:16.2498704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\make_functional.cpython-39.pyc 2024-11-01T16:59:16.2503108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\partitioners.cpython-39.pyc 2024-11-01T16:59:16.2506992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\pyfunctorch.cpython-39.pyc 2024-11-01T16:59:16.2510955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\python_key.cpython-39.pyc 2024-11-01T16:59:16.2523190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\pytree_hacks.cpython-39.pyc 2024-11-01T16:59:16.2526705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\top_operators_github_usage.cpython-39.pyc 2024-11-01T16:59:16.2530253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:16.2533675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\vmap.cpython-39.pyc 2024-11-01T16:59:16.2537235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:16.2545738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\associative_scan.py 2024-11-01T16:59:16.2549217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\auto_functionalize.py 2024-11-01T16:59:16.2552649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\cond.py 2024-11-01T16:59:16.2565069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\effects.py 2024-11-01T16:59:16.2568319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\executorch_call_delegate.py 2024-11-01T16:59:16.2571729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\flex_attention.py 2024-11-01T16:59:16.2575315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\hints_wrap.py 2024-11-01T16:59:16.2578615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\invoke_subgraph.py 2024-11-01T16:59:16.2581836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\map.py 2024-11-01T16:59:16.2585078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\out_dtype.py 2024-11-01T16:59:16.2588564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\run_const_graph.py 2024-11-01T16:59:16.2591874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\scan.py 2024-11-01T16:59:16.2595466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\strict_mode.py 2024-11-01T16:59:16.2599008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\torchbind.py 2024-11-01T16:59:16.2602551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\triton_kernel_wrap.py 2024-11-01T16:59:16.2605988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\utils.py 2024-11-01T16:59:16.2609720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\while_loop.py 2024-11-01T16:59:16.2613069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\wrap.py 2024-11-01T16:59:16.2616326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__init__.py 2024-11-01T16:59:16.2624112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\associative_scan.cpython-39.pyc 2024-11-01T16:59:16.2627800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\auto_functionalize.cpython-39.pyc 2024-11-01T16:59:16.2631542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\cond.cpython-39.pyc 2024-11-01T16:59:16.2847099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\effects.cpython-39.pyc 2024-11-01T16:59:16.2850651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\executorch_call_delegate.cpython-39.pyc 2024-11-01T16:59:16.2853836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\flex_attention.cpython-39.pyc 2024-11-01T16:59:16.2857252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\hints_wrap.cpython-39.pyc 2024-11-01T16:59:16.2860616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\invoke_subgraph.cpython-39.pyc 2024-11-01T16:59:16.2864119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\map.cpython-39.pyc 2024-11-01T16:59:16.2867496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\out_dtype.cpython-39.pyc 2024-11-01T16:59:16.2870852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\run_const_graph.cpython-39.pyc 2024-11-01T16:59:16.2874216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\scan.cpython-39.pyc 2024-11-01T16:59:16.2877728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\strict_mode.cpython-39.pyc 2024-11-01T16:59:16.2882035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\torchbind.cpython-39.pyc 2024-11-01T16:59:16.2886098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\triton_kernel_wrap.cpython-39.pyc 2024-11-01T16:59:16.2890129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:16.2922739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\while_loop.cpython-39.pyc 2024-11-01T16:59:16.2923868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\wrap.cpython-39.pyc 2024-11-01T16:59:16.2925155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:16.2926081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\aoti_eager.py 2024-11-01T16:59:16.2928137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\async_compile.py 2024-11-01T16:59:16.2937087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autotune_process.py 2024-11-01T16:59:16.2962515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\bisect_helper.py 2024-11-01T16:59:16.2965662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\bounds.py 2024-11-01T16:59:16.2968825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codecache.py 2024-11-01T16:59:16.2973026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comms.py 2024-11-01T16:59:16.2976503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comm_analysis.py 2024-11-01T16:59:16.2979937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comm_lowering.py 2024-11-01T16:59:16.2983401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx.py 2024-11-01T16:59:16.2986866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\config.py 2024-11-01T16:59:16.2990365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\constant_folding.py 2024-11-01T16:59:16.2993893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cpp_builder.py 2024-11-01T16:59:16.2997654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cpu_vec_isa.py 2024-11-01T16:59:16.3001102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cudagraph_trees.py 2024-11-01T16:59:16.3006187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cudagraph_utils.py 2024-11-01T16:59:16.3010071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\custom_graph_pass.py 2024-11-01T16:59:16.3013173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\debug.py 2024-11-01T16:59:16.3016500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\decomposition.py 2024-11-01T16:59:16.3019927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\dependencies.py 2024-11-01T16:59:16.3023339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\exc.py 2024-11-01T16:59:16.3429155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\extern_node_serializer.py 2024-11-01T16:59:16.3432379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\freezing.py 2024-11-01T16:59:16.3435726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_utils.py 2024-11-01T16:59:16.3438912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\graph.py 2024-11-01T16:59:16.3442809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\hooks.py 2024-11-01T16:59:16.3446305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\index_propagation.py 2024-11-01T16:59:16.3449691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\inductor_prims.py 2024-11-01T16:59:16.3453278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\ir.py 2024-11-01T16:59:16.3457953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\jagged_lowerings.py 2024-11-01T16:59:16.3461537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\loop_body.py 2024-11-01T16:59:16.3465137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\lowering.py 2024-11-01T16:59:16.3469402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\memory.py 2024-11-01T16:59:16.3472736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\metrics.py 2024-11-01T16:59:16.3476125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mkldnn_ir.py 2024-11-01T16:59:16.3839368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mkldnn_lowerings.py 2024-11-01T16:59:16.3843265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\ops_handler.py 2024-11-01T16:59:16.3847133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\optimize_indexing.py 2024-11-01T16:59:16.3850378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\pattern_matcher.py 2024-11-01T16:59:16.3854495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\quantized_lowerings.py 2024-11-01T16:59:16.3857777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\remote_cache.py 2024-11-01T16:59:16.3861132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\scheduler.py 2024-11-01T16:59:16.3865326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\select_algorithm.py 2024-11-01T16:59:16.3869191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\sizevars.py 2024-11-01T16:59:16.3872961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\subgraph_lowering.py 2024-11-01T16:59:16.4359380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\test_case.py 2024-11-01T16:59:16.4362907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\test_operators.py 2024-11-01T16:59:16.4366483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\triton_bundler.py 2024-11-01T16:59:16.4369830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\utils.py 2024-11-01T16:59:16.4373795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\virtualized.py 2024-11-01T16:59:16.4377638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\wrapper_benchmark.py 2024-11-01T16:59:16.4380754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__init__.py 2024-11-01T16:59:16.4389062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic.py 2024-11-01T16:59:16.4393318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic_utils.py 2024-11-01T16:59:16.4396175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\learnedheuristic_interface.py 2024-11-01T16:59:16.4854482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\learned_heuristic_controller.py 2024-11-01T16:59:16.4857695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__init__.py 2024-11-01T16:59:16.4863886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py 2024-11-01T16:59:16.4867310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py 2024-11-01T16:59:16.4870596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py 2024-11-01T16:59:16.4910930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py 2024-11-01T16:59:16.4914409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py 2024-11-01T16:59:16.4917932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__init__.py 2024-11-01T16:59:16.4924582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMA100.cpython-39.pyc 2024-11-01T16:59:16.4928164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMH100.cpython-39.pyc 2024-11-01T16:59:16.4931607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingA100.cpython-39.pyc 2024-11-01T16:59:16.4947169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingH100.cpython-39.pyc 2024-11-01T16:59:16.4950703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_PadMMA100.cpython-39.pyc 2024-11-01T16:59:16.4954279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:16.4962440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic.cpython-39.pyc 2024-11-01T16:59:16.4965734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic_utils.cpython-39.pyc 2024-11-01T16:59:16.4969277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learnedheuristic_interface.cpython-39.pyc 2024-11-01T16:59:16.4984748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learned_heuristic_controller.cpython-39.pyc 2024-11-01T16:59:16.4987632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:16.4996686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_hipify_utils.py 2024-11-01T16:59:16.5000528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\common.py 2024-11-01T16:59:16.5004729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp.py 2024-11-01T16:59:16.5009539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_gemm_template.py 2024-11-01T16:59:16.5013572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_micro_gemm.py 2024-11-01T16:59:16.5351459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_prefix.h 2024-11-01T16:59:16.5354715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_template.py 2024-11-01T16:59:16.5358265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_template_kernel.py 2024-11-01T16:59:16.5361651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_utils.py 2024-11-01T16:59:16.5365308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu.py 2024-11-01T16:59:16.5369325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py 2024-11-01T16:59:16.5373014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_gpu.py 2024-11-01T16:59:16.5376468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpu_device_op_overrides.py 2024-11-01T16:59:16.5380480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda_combined_scheduling.py 2024-11-01T16:59:16.5384087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\debug_utils.py 2024-11-01T16:59:16.5387384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\halide.py 2024-11-01T16:59:16.5390913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\memory_planning.py 2024-11-01T16:59:16.5394297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\multi_kernel.py 2024-11-01T16:59:16.5397907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\simd.py 2024-11-01T16:59:16.5401246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\simd_kernel_features.py 2024-11-01T16:59:16.5926713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton.py 2024-11-01T16:59:16.5931060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_combo_kernel.py 2024-11-01T16:59:16.5934738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_split_scan.py 2024-11-01T16:59:16.5938819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_utils.py 2024-11-01T16:59:16.5942817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\wrapper.py 2024-11-01T16:59:16.5947441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__init__.py 2024-11-01T16:59:16.5955390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_runtime\implementation.cpp 2024-11-01T16:59:16.5959260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_runtime\interface.cpp 2024-11-01T16:59:16.5967884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py 2024-11-01T16:59:16.5971334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_env.py 2024-11-01T16:59:16.5974796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_kernel.py 2024-11-01T16:59:16.5978292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_template.py 2024-11-01T16:59:16.8652067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_epilogue_gen.py 2024-11-01T16:59:16.8655484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_utils.py 2024-11-01T16:59:16.8659285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\device_op_overrides.py 2024-11-01T16:59:16.8662722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\gemm_template.py 2024-11-01T16:59:16.8666456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__init__.py 2024-11-01T16:59:16.8673077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py 2024-11-01T16:59:16.8676571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py 2024-11-01T16:59:17.1243223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\gemm_operation_extensions.cpython-39.pyc 2024-11-01T16:59:17.1246423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.1254077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_cpp_scheduling.cpython-39.pyc 2024-11-01T16:59:17.1257401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_env.cpython-39.pyc 2024-11-01T16:59:17.1260889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_kernel.cpython-39.pyc 2024-11-01T16:59:17.1555509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_template.cpython-39.pyc 2024-11-01T16:59:17.1558928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_epilogue_gen.cpython-39.pyc 2024-11-01T16:59:17.1562759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_utils.cpython-39.pyc 2024-11-01T16:59:17.1567009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\device_op_overrides.cpython-39.pyc 2024-11-01T16:59:17.1570369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\gemm_template.cpython-39.pyc 2024-11-01T16:59:17.1573958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.1581963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_conv_template.py 2024-11-01T16:59:17.1585330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_template.py 2024-11-01T16:59:17.1588999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_universal_gemm_template.py 2024-11-01T16:59:17.1792890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\compile_command.py 2024-11-01T16:59:17.1796295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_benchmark_request.py 2024-11-01T16:59:17.1799645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py 2024-11-01T16:59:17.1803168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_kernel.py 2024-11-01T16:59:17.1806543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template.py 2024-11-01T16:59:17.1809985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template_buffer.py 2024-11-01T16:59:17.1813486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__init__.py 2024-11-01T16:59:17.1820548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_conv_template.cpython-39.pyc 2024-11-01T16:59:17.1823899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_template.cpython-39.pyc 2024-11-01T16:59:17.1827604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_universal_gemm_template.cpython-39.pyc 2024-11-01T16:59:17.2239027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\compile_command.cpython-39.pyc 2024-11-01T16:59:17.2242571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_benchmark_request.cpython-39.pyc 2024-11-01T16:59:17.2246531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_cpp_scheduling.cpython-39.pyc 2024-11-01T16:59:17.2249721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_kernel.cpython-39.pyc 2024-11-01T16:59:17.2253171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template.cpython-39.pyc 2024-11-01T16:59:17.2256602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template_buffer.cpython-39.pyc 2024-11-01T16:59:17.2259982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.2298859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\device_op_overrides.py 2024-11-01T16:59:17.2302260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__init__.py 2024-11-01T16:59:17.2308648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\device_op_overrides.cpython-39.pyc 2024-11-01T16:59:17.2312796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.2320013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\aoti_hipify_utils.cpython-39.pyc 2024-11-01T16:59:17.2324144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\common.cpython-39.pyc 2024-11-01T16:59:17.2327493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp.cpython-39.pyc 2024-11-01T16:59:17.2338764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_gemm_template.cpython-39.pyc 2024-11-01T16:59:17.2342731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_micro_gemm.cpython-39.pyc 2024-11-01T16:59:17.2346110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template.cpython-39.pyc 2024-11-01T16:59:17.2350090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template_kernel.cpython-39.pyc 2024-11-01T16:59:17.2353632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_utils.cpython-39.pyc 2024-11-01T16:59:17.2357635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu.cpython-39.pyc 2024-11-01T16:59:17.2361535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu_array_ref.cpython-39.pyc 2024-11-01T16:59:17.2365269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_gpu.cpython-39.pyc 2024-11-01T16:59:17.2369037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpu_device_op_overrides.cpython-39.pyc 2024-11-01T16:59:17.2372734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cuda_combined_scheduling.cpython-39.pyc 2024-11-01T16:59:17.2376295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\debug_utils.cpython-39.pyc 2024-11-01T16:59:17.2379749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\halide.cpython-39.pyc 2024-11-01T16:59:17.2383581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\memory_planning.cpython-39.pyc 2024-11-01T16:59:17.2841699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\multi_kernel.cpython-39.pyc 2024-11-01T16:59:17.2845293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd.cpython-39.pyc 2024-11-01T16:59:17.2849106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd_kernel_features.cpython-39.pyc 2024-11-01T16:59:17.2852666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton.cpython-39.pyc 2024-11-01T16:59:17.2856748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_combo_kernel.cpython-39.pyc 2024-11-01T16:59:17.2860585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_split_scan.cpython-39.pyc 2024-11-01T16:59:17.2864437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_utils.cpython-39.pyc 2024-11-01T16:59:17.2868619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\wrapper.cpython-39.pyc 2024-11-01T16:59:17.3023187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.3032255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\subproc_pool.py 2024-11-01T16:59:17.3035989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\watchdog.py 2024-11-01T16:59:17.3039359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__init__.py 2024-11-01T16:59:17.3041589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__main__.py 2024-11-01T16:59:17.3056943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\subproc_pool.cpython-39.pyc 2024-11-01T16:59:17.3060258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\watchdog.cpython-39.pyc 2024-11-01T16:59:17.3063838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.3075027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__main__.cpython-39.pyc 2024-11-01T16:59:17.3082969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\b2b_gemm.py 2024-11-01T16:59:17.3086330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\binary_folding.py 2024-11-01T16:59:17.3089606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\ddp_fusion.py 2024-11-01T16:59:17.3093618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\decompose_mem_bound_mm.py 2024-11-01T16:59:17.3544329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\dedupe_symint_uses.py 2024-11-01T16:59:17.3547766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\efficient_conv_bn_eval.py 2024-11-01T16:59:17.3551513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\freezing_patterns.py 2024-11-01T16:59:17.3555507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\fuse_attention.py 2024-11-01T16:59:17.3559564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\group_batch_fusion.py 2024-11-01T16:59:17.3565375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\joint_graph.py 2024-11-01T16:59:17.3569238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\micro_pipeline_tp.py 2024-11-01T16:59:17.3572714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\misc_patterns.py 2024-11-01T16:59:17.3576152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\mkldnn_fusion.py 2024-11-01T16:59:17.3580110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\numeric_utils.py 2024-11-01T16:59:17.3583392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\pad_mm.py 2024-11-01T16:59:17.3586927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\post_grad.py 2024-11-01T16:59:17.3590482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\pre_grad.py 2024-11-01T16:59:17.3593968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\quantization.py 2024-11-01T16:59:17.3597735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\reinplace.py 2024-11-01T16:59:17.3601276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\replace_random.py 2024-11-01T16:59:17.3874936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\split_cat.py 2024-11-01T16:59:17.3878860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__init__.py 2024-11-01T16:59:17.3887674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py 2024-11-01T16:59:17.3891043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py 2024-11-01T16:59:17.3894419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py 2024-11-01T16:59:17.3907226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py 2024-11-01T16:59:17.3910596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py 2024-11-01T16:59:17.3914140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py 2024-11-01T16:59:17.3917550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py 2024-11-01T16:59:17.3921261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py 2024-11-01T16:59:17.3925023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py 2024-11-01T16:59:17.3928499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py 2024-11-01T16:59:17.3932549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py 2024-11-01T16:59:17.3936310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py 2024-11-01T16:59:17.3939820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py 2024-11-01T16:59:17.3943504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py 2024-11-01T16:59:17.3947055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py 2024-11-01T16:59:17.3950759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py 2024-11-01T16:59:17.3954391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py 2024-11-01T16:59:17.3957899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py 2024-11-01T16:59:17.3961499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py 2024-11-01T16:59:17.3994633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py 2024-11-01T16:59:17.3998271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py 2024-11-01T16:59:17.4001978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py 2024-11-01T16:59:17.4005592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__init__.py 2024-11-01T16:59:17.4015282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\addmm_pattern.cpython-39.pyc 2024-11-01T16:59:17.4019215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\bmm_pattern.cpython-39.pyc 2024-11-01T16:59:17.4022783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\mm_pattern.cpython-39.pyc 2024-11-01T16:59:17.4034728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_1.cpython-39.pyc 2024-11-01T16:59:17.4038153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_10.cpython-39.pyc 2024-11-01T16:59:17.4041618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_11.cpython-39.pyc 2024-11-01T16:59:17.4045352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_12.cpython-39.pyc 2024-11-01T16:59:17.4055412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_13.cpython-39.pyc 2024-11-01T16:59:17.4059240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_14.cpython-39.pyc 2024-11-01T16:59:17.4063385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_15.cpython-39.pyc 2024-11-01T16:59:17.4067600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_16.cpython-39.pyc 2024-11-01T16:59:17.4071879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_17.cpython-39.pyc 2024-11-01T16:59:17.4075776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_18.cpython-39.pyc 2024-11-01T16:59:17.4079496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_19.cpython-39.pyc 2024-11-01T16:59:17.4083437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_2.cpython-39.pyc 2024-11-01T16:59:17.4087238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_3.cpython-39.pyc 2024-11-01T16:59:17.4396450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_4.cpython-39.pyc 2024-11-01T16:59:17.4400387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_5.cpython-39.pyc 2024-11-01T16:59:17.4404193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_6.cpython-39.pyc 2024-11-01T16:59:17.4407886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_7.cpython-39.pyc 2024-11-01T16:59:17.4411729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_8.cpython-39.pyc 2024-11-01T16:59:17.4415308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_9.cpython-39.pyc 2024-11-01T16:59:17.4418990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.4429656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\b2b_gemm.cpython-39.pyc 2024-11-01T16:59:17.4433231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\binary_folding.cpython-39.pyc 2024-11-01T16:59:17.4436655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\ddp_fusion.cpython-39.pyc 2024-11-01T16:59:17.4458190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\decompose_mem_bound_mm.cpython-39.pyc 2024-11-01T16:59:17.4461704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\dedupe_symint_uses.cpython-39.pyc 2024-11-01T16:59:17.4465181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\efficient_conv_bn_eval.cpython-39.pyc 2024-11-01T16:59:17.4468652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\freezing_patterns.cpython-39.pyc 2024-11-01T16:59:17.4472061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\fuse_attention.cpython-39.pyc 2024-11-01T16:59:17.4475544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\group_batch_fusion.cpython-39.pyc 2024-11-01T16:59:17.4479129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\joint_graph.cpython-39.pyc 2024-11-01T16:59:17.4482995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\micro_pipeline_tp.cpython-39.pyc 2024-11-01T16:59:17.4487032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\misc_patterns.cpython-39.pyc 2024-11-01T16:59:17.4490129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\mkldnn_fusion.cpython-39.pyc 2024-11-01T16:59:17.4493646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\numeric_utils.cpython-39.pyc 2024-11-01T16:59:17.4497592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pad_mm.cpython-39.pyc 2024-11-01T16:59:17.4501161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\post_grad.cpython-39.pyc 2024-11-01T16:59:17.4549220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pre_grad.cpython-39.pyc 2024-11-01T16:59:17.4553289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\quantization.cpython-39.pyc 2024-11-01T16:59:17.4557327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\reinplace.cpython-39.pyc 2024-11-01T16:59:17.4561417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\replace_random.cpython-39.pyc 2024-11-01T16:59:17.4564846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\split_cat.cpython-39.pyc 2024-11-01T16:59:17.4568648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.4577014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\bmm.py 2024-11-01T16:59:17.4580557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\conv.py 2024-11-01T16:59:17.4584038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\flex_attention.py 2024-11-01T16:59:17.4587549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\flex_decoding.py 2024-11-01T16:59:17.4590817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm.py 2024-11-01T16:59:17.5070422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_common.py 2024-11-01T16:59:17.5073758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_plus_mm.py 2024-11-01T16:59:17.5077089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_scaled.py 2024-11-01T16:59:17.5080372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\unpack_mixed_mm.py 2024-11-01T16:59:17.5083721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__init__.py 2024-11-01T16:59:17.5091441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\bmm.cpython-39.pyc 2024-11-01T16:59:17.5094734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\conv.cpython-39.pyc 2024-11-01T16:59:17.5098114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\flex_attention.cpython-39.pyc 2024-11-01T16:59:17.5139272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\flex_decoding.cpython-39.pyc 2024-11-01T16:59:17.5142686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm.cpython-39.pyc 2024-11-01T16:59:17.5146167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_common.cpython-39.pyc 2024-11-01T16:59:17.5149535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_plus_mm.cpython-39.pyc 2024-11-01T16:59:17.5153068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_scaled.cpython-39.pyc 2024-11-01T16:59:17.5156481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\unpack_mixed_mm.cpython-39.pyc 2024-11-01T16:59:17.5159887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.5167726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\build_package.py 2024-11-01T16:59:17.5170982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\package.py 2024-11-01T16:59:17.5174451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\pt2_archive_constants.py 2024-11-01T16:59:17.5177563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__init__.py 2024-11-01T16:59:17.5192842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\build_package.cpython-39.pyc 2024-11-01T16:59:17.5196149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\package.cpython-39.pyc 2024-11-01T16:59:17.5199599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\pt2_archive_constants.cpython-39.pyc 2024-11-01T16:59:17.5211298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.5218864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\autotune_cache.py 2024-11-01T16:59:17.5222119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\benchmarking.py 2024-11-01T16:59:17.5225639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\cache_dir_utils.py 2024-11-01T16:59:17.5228925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\compile_tasks.py 2024-11-01T16:59:17.5240819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\coordinate_descent_tuner.py 2024-11-01T16:59:17.5244155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\halide_helpers.py 2024-11-01T16:59:17.5247435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\hints.py 2024-11-01T16:59:17.5250656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\runtime_utils.py 2024-11-01T16:59:17.5253969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_helpers.py 2024-11-01T16:59:17.5257279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_heuristics.py 2024-11-01T16:59:17.5261064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__init__.py 2024-11-01T16:59:17.5267351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\autotune_cache.cpython-39.pyc 2024-11-01T16:59:17.5270892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\benchmarking.cpython-39.pyc 2024-11-01T16:59:17.5274196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\cache_dir_utils.cpython-39.pyc 2024-11-01T16:59:17.5640982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\compile_tasks.cpython-39.pyc 2024-11-01T16:59:17.5644316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\coordinate_descent_tuner.cpython-39.pyc 2024-11-01T16:59:17.5647714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\halide_helpers.cpython-39.pyc 2024-11-01T16:59:17.5651352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\hints.cpython-39.pyc 2024-11-01T16:59:17.5654784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\runtime_utils.cpython-39.pyc 2024-11-01T16:59:17.5658302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_helpers.cpython-39.pyc 2024-11-01T16:59:17.5661728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_heuristics.cpython-39.pyc 2024-11-01T16:59:17.5665277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.5673768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\aoti_eager.cpython-39.pyc 2024-11-01T16:59:17.5677301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\async_compile.cpython-39.pyc 2024-11-01T16:59:17.5680724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\autotune_process.cpython-39.pyc 2024-11-01T16:59:17.5692149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\bisect_helper.cpython-39.pyc 2024-11-01T16:59:17.5695486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\bounds.cpython-39.pyc 2024-11-01T16:59:17.5699069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\codecache.cpython-39.pyc 2024-11-01T16:59:17.5702804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comms.cpython-39.pyc 2024-11-01T16:59:17.5706352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comm_analysis.cpython-39.pyc 2024-11-01T16:59:17.5710260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comm_lowering.cpython-39.pyc 2024-11-01T16:59:17.5713715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx.cpython-39.pyc 2024-11-01T16:59:17.5717300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\config.cpython-39.pyc 2024-11-01T16:59:17.5721002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\constant_folding.cpython-39.pyc 2024-11-01T16:59:17.5724592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cpp_builder.cpython-39.pyc 2024-11-01T16:59:17.5728682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cpu_vec_isa.cpython-39.pyc 2024-11-01T16:59:17.5732224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_trees.cpython-39.pyc 2024-11-01T16:59:17.5735969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_utils.cpython-39.pyc 2024-11-01T16:59:17.5739597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\custom_graph_pass.cpython-39.pyc 2024-11-01T16:59:17.6120379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\debug.cpython-39.pyc 2024-11-01T16:59:17.6123936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\decomposition.cpython-39.pyc 2024-11-01T16:59:17.6127423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\dependencies.cpython-39.pyc 2024-11-01T16:59:17.6130819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\exc.cpython-39.pyc 2024-11-01T16:59:17.6134315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\extern_node_serializer.cpython-39.pyc 2024-11-01T16:59:17.6137871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\freezing.cpython-39.pyc 2024-11-01T16:59:17.6141296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\fx_utils.cpython-39.pyc 2024-11-01T16:59:17.6145406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\graph.cpython-39.pyc 2024-11-01T16:59:17.6157202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\hooks.cpython-39.pyc 2024-11-01T16:59:17.6160859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\index_propagation.cpython-39.pyc 2024-11-01T16:59:17.6164459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\inductor_prims.cpython-39.pyc 2024-11-01T16:59:17.6167747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\ir.cpython-39.pyc 2024-11-01T16:59:17.6172322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\jagged_lowerings.cpython-39.pyc 2024-11-01T16:59:17.6175740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\loop_body.cpython-39.pyc 2024-11-01T16:59:17.6179223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\lowering.cpython-39.pyc 2024-11-01T16:59:17.6183381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\memory.cpython-39.pyc 2024-11-01T16:59:17.6693504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\metrics.cpython-39.pyc 2024-11-01T16:59:17.6696767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_ir.cpython-39.pyc 2024-11-01T16:59:17.6700348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_lowerings.cpython-39.pyc 2024-11-01T16:59:17.6704017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\ops_handler.cpython-39.pyc 2024-11-01T16:59:17.6707774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\optimize_indexing.cpython-39.pyc 2024-11-01T16:59:17.6711489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\pattern_matcher.cpython-39.pyc 2024-11-01T16:59:17.6715184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\quantized_lowerings.cpython-39.pyc 2024-11-01T16:59:17.6718574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\remote_cache.cpython-39.pyc 2024-11-01T16:59:17.6890684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\scheduler.cpython-39.pyc 2024-11-01T16:59:17.6894618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\select_algorithm.cpython-39.pyc 2024-11-01T16:59:17.6898460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\sizevars.cpython-39.pyc 2024-11-01T16:59:17.6902022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\subgraph_lowering.cpython-39.pyc 2024-11-01T16:59:17.6905418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\test_case.cpython-39.pyc 2024-11-01T16:59:17.6908970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\test_operators.cpython-39.pyc 2024-11-01T16:59:17.6912466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\triton_bundler.cpython-39.pyc 2024-11-01T16:59:17.6915799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:17.7379792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\virtualized.cpython-39.pyc 2024-11-01T16:59:17.7383077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\wrapper_benchmark.cpython-39.pyc 2024-11-01T16:59:17.7386637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.7395919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\closure.py 2024-11-01T16:59:17.7399313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\computation.py 2024-11-01T16:59:17.7403715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\config.py 2024-11-01T16:59:17.7407084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\debug.py 2024-11-01T16:59:17.7410426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\device_context.py 2024-11-01T16:59:17.7789407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\extract_compiled_graph.py 2024-11-01T16:59:17.7792301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\ir_cache.py 2024-11-01T16:59:17.8169546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\metrics.py 2024-11-01T16:59:17.8172836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\tensor_factory_functions.py 2024-11-01T16:59:17.8176496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\ts_backend.py 2024-11-01T16:59:17.8179830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__init__.py 2024-11-01T16:59:17.8187088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\closure.cpython-39.pyc 2024-11-01T16:59:17.8190504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\computation.cpython-39.pyc 2024-11-01T16:59:17.8193894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\config.cpython-39.pyc 2024-11-01T16:59:17.8271584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\debug.cpython-39.pyc 2024-11-01T16:59:17.8274788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\device_context.cpython-39.pyc 2024-11-01T16:59:17.8278437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\extract_compiled_graph.cpython-39.pyc 2024-11-01T16:59:17.8281824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\ir_cache.cpython-39.pyc 2024-11-01T16:59:17.8285227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\metrics.cpython-39.pyc 2024-11-01T16:59:17.8288780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\tensor_factory_functions.cpython-39.pyc 2024-11-01T16:59:17.8292194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\ts_backend.cpython-39.pyc 2024-11-01T16:59:17.8295679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.8303146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\autograd.py 2024-11-01T16:59:17.8306286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\custom_ops.py 2024-11-01T16:59:17.8309785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_class_registry.py 2024-11-01T16:59:17.8312924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_impl.py 2024-11-01T16:59:17.8449059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\infer_schema.py 2024-11-01T16:59:17.8452416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\simple_registry.py 2024-11-01T16:59:17.8456106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\triton.py 2024-11-01T16:59:17.8459344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\utils.py 2024-11-01T16:59:17.8462507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__init__.py 2024-11-01T16:59:17.8469690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\autograd.cpython-39.pyc 2024-11-01T16:59:17.8473278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\custom_ops.cpython-39.pyc 2024-11-01T16:59:17.8477579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_class_registry.cpython-39.pyc 2024-11-01T16:59:17.8514101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_impl.cpython-39.pyc 2024-11-01T16:59:17.8517411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\infer_schema.cpython-39.pyc 2024-11-01T16:59:17.8521096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\simple_registry.cpython-39.pyc 2024-11-01T16:59:17.8524641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\triton.cpython-39.pyc 2024-11-01T16:59:17.8528367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:17.8532082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.8539934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\scribe.py 2024-11-01T16:59:17.8543319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\structured.py 2024-11-01T16:59:17.8546887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\_internal.py 2024-11-01T16:59:17.8550198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\_registrations.py 2024-11-01T16:59:17.8563754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__init__.py 2024-11-01T16:59:17.8570888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\scribe.cpython-39.pyc 2024-11-01T16:59:17.8574929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\structured.cpython-39.pyc 2024-11-01T16:59:17.8578856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\_internal.cpython-39.pyc 2024-11-01T16:59:17.8597023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\_registrations.cpython-39.pyc 2024-11-01T16:59:17.8600979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.8608735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\fft.py 2024-11-01T16:59:17.8612313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\linalg.py 2024-11-01T16:59:17.8615538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\random.py 2024-11-01T16:59:17.8618798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_binary_ufuncs_impl.py 2024-11-01T16:59:17.8622248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_casting_dicts.py 2024-11-01T16:59:17.9038027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_dtypes.py 2024-11-01T16:59:17.9041800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_dtypes_impl.py 2024-11-01T16:59:17.9045492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_funcs.py 2024-11-01T16:59:17.9048618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_funcs_impl.py 2024-11-01T16:59:17.9052110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_getlimits.py 2024-11-01T16:59:17.9056197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_ndarray.py 2024-11-01T16:59:17.9059138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_normalizations.py 2024-11-01T16:59:17.9062499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_reductions_impl.py 2024-11-01T16:59:17.9066354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_ufuncs.py 2024-11-01T16:59:17.9069626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_unary_ufuncs_impl.py 2024-11-01T16:59:17.9073039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_util.py 2024-11-01T16:59:17.9076231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__init__.py 2024-11-01T16:59:17.9083832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\utils.py 2024-11-01T16:59:17.9088140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__init__.py 2024-11-01T16:59:17.9095310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__pycache__\utils.cpython-39.pyc 2024-11-01T16:59:17.9106283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.9108384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\fft.cpython-39.pyc 2024-11-01T16:59:17.9112056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\linalg.cpython-39.pyc 2024-11-01T16:59:17.9115405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\random.cpython-39.pyc 2024-11-01T16:59:17.9129266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_binary_ufuncs_impl.cpython-39.pyc 2024-11-01T16:59:17.9132706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_casting_dicts.cpython-39.pyc 2024-11-01T16:59:17.9136422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_dtypes.cpython-39.pyc 2024-11-01T16:59:17.9139968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_dtypes_impl.cpython-39.pyc 2024-11-01T16:59:17.9143098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_funcs.cpython-39.pyc 2024-11-01T16:59:17.9146586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_funcs_impl.cpython-39.pyc 2024-11-01T16:59:17.9150040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_getlimits.cpython-39.pyc 2024-11-01T16:59:17.9153458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_ndarray.cpython-39.pyc 2024-11-01T16:59:17.9157079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_normalizations.cpython-39.pyc 2024-11-01T16:59:17.9160877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_reductions_impl.cpython-39.pyc 2024-11-01T16:59:17.9164397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_ufuncs.cpython-39.pyc 2024-11-01T16:59:17.9167919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_unary_ufuncs_impl.cpython-39.pyc 2024-11-01T16:59:17.9171574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_util.cpython-39.pyc 2024-11-01T16:59:17.9174949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.9533705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\context.py 2024-11-01T16:59:17.9537115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\debug_prims.py 2024-11-01T16:59:17.9540431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\executor.py 2024-11-01T16:59:17.9543746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\rng_prims.py 2024-11-01T16:59:17.9546987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__init__.py 2024-11-01T16:59:17.9564146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\context.cpython-39.pyc 2024-11-01T16:59:17.9567768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\debug_prims.cpython-39.pyc 2024-11-01T16:59:17.9571598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\executor.cpython-39.pyc 2024-11-01T16:59:17.9600098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\rng_prims.cpython-39.pyc 2024-11-01T16:59:17.9603502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.9611444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\wrappers.py 2024-11-01T16:59:17.9614959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__init__.py 2024-11-01T16:59:17.9622102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__pycache__\wrappers.cpython-39.pyc 2024-11-01T16:59:17.9625659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.9632976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\fft.py 2024-11-01T16:59:17.9636286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\_conversions.py 2024-11-01T16:59:17.9639541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__init__.py 2024-11-01T16:59:17.9647373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\linalg\__init__.py 2024-11-01T16:59:17.9654035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\linalg\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.9661822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\__init__.py 2024-11-01T16:59:17.9667632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\functional\__init__.py 2024-11-01T16:59:17.9674379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\functional\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:17.9681443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:18.0325743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\special\__init__.py 2024-11-01T16:59:18.0332533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\special\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:18.0339794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\fft.cpython-39.pyc 2024-11-01T16:59:18.0343244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\_conversions.cpython-39.pyc 2024-11-01T16:59:18.0346742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:18.0704924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\cli_function_profiler.py 2024-11-01T16:59:18.0720204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\compile_time_profiler.py 2024-11-01T16:59:18.0721157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__init__.py 2024-11-01T16:59:18.0729422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\cli_function_profiler.cpython-39.pyc 2024-11-01T16:59:18.0732937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\compile_time_profiler.cpython-39.pyc 2024-11-01T16:59:18.0736251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:18.0766495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_impls.py 2024-11-01T16:59:18.0769929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_tensor.py 2024-11-01T16:59:18.0773731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_utils.py 2024-11-01T16:59:18.1355835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\functional_tensor.py 2024-11-01T16:59:18.1359082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\meta_utils.py 2024-11-01T16:59:18.1362898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\schema_check_mode.py 2024-11-01T16:59:18.1366277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\_fake_tensor_utils.py 2024-11-01T16:59:18.1369542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__init__.py 2024-11-01T16:59:18.1377152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_impls.cpython-39.pyc 2024-11-01T16:59:18.1380909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_tensor.cpython-39.pyc 2024-11-01T16:59:18.1384613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_utils.cpython-39.pyc 2024-11-01T16:59:18.1396763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\functional_tensor.cpython-39.pyc 2024-11-01T16:59:18.1400093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\meta_utils.cpython-39.pyc 2024-11-01T16:59:18.1403753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\schema_check_mode.cpython-39.pyc 2024-11-01T16:59:18.1407126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\_fake_tensor_utils.cpython-39.pyc 2024-11-01T16:59:18.1410724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:18.1418660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\__init__.py 2024-11-01T16:59:18.1424385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\version.py 2024-11-01T16:59:18.1427796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\_structures.py 2024-11-01T16:59:18.1431359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__init__.py 2024-11-01T16:59:18.1446331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\version.cpython-39.pyc 2024-11-01T16:59:18.1450191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\_structures.cpython-39.pyc 2024-11-01T16:59:18.1453695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:18.1473022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:18.1480735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\functional.cpython-39.pyc 2024-11-01T16:59:18.1484411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\hub.cpython-39.pyc 2024-11-01T16:59:18.1487777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\library.cpython-39.pyc 2024-11-01T16:59:18.1922964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\overrides.cpython-39.pyc 2024-11-01T16:59:18.1926976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\quasirandom.cpython-39.pyc 2024-11-01T16:59:18.1930367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\random.cpython-39.pyc 2024-11-01T16:59:18.1934181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\return_types.cpython-39.pyc 2024-11-01T16:59:18.1937704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\serialization.cpython-39.pyc 2024-11-01T16:59:18.1941439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\storage.cpython-39.pyc 2024-11-01T16:59:18.1945196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\torch_version.cpython-39.pyc 2024-11-01T16:59:18.1948682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\types.cpython-39.pyc 2024-11-01T16:59:18.1952057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\version.cpython-39.pyc 2024-11-01T16:59:18.1955554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_appdirs.cpython-39.pyc 2024-11-01T16:59:18.1958958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_classes.cpython-39.pyc 2024-11-01T16:59:18.1962474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_compile.cpython-39.pyc 2024-11-01T16:59:18.1966110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_custom_ops.cpython-39.pyc 2024-11-01T16:59:18.1969609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_deploy.cpython-39.pyc 2024-11-01T16:59:18.2260061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_environment.cpython-39.pyc 2024-11-01T16:59:18.2263265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_guards.cpython-39.pyc 2024-11-01T16:59:18.2266806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_jit_internal.cpython-39.pyc 2024-11-01T16:59:18.2270505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_linalg_utils.cpython-39.pyc 2024-11-01T16:59:18.2273907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_lobpcg.cpython-39.pyc 2024-11-01T16:59:18.2277812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_lowrank.cpython-39.pyc 2024-11-01T16:59:18.2281208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_meta_registrations.cpython-39.pyc 2024-11-01T16:59:18.2285580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_namedtensor_internals.cpython-39.pyc 2024-11-01T16:59:18.3249497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_ops.cpython-39.pyc 2024-11-01T16:59:18.3253210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_python_dispatcher.cpython-39.pyc 2024-11-01T16:59:18.3257202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_size_docs.cpython-39.pyc 2024-11-01T16:59:18.3260795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_sources.cpython-39.pyc 2024-11-01T16:59:18.3264241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_storage_docs.cpython-39.pyc 2024-11-01T16:59:18.3267686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_streambase.cpython-39.pyc 2024-11-01T16:59:18.3270918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor.cpython-39.pyc 2024-11-01T16:59:18.3274373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor_docs.cpython-39.pyc 2024-11-01T16:59:18.3278453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor_str.cpython-39.pyc 2024-11-01T16:59:18.3877954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_thread_safe_fork.cpython-39.pyc 2024-11-01T16:59:18.3881111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_torch_docs.cpython-39.pyc 2024-11-01T16:59:18.3886475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_utils.cpython-39.pyc 2024-11-01T16:59:18.3890073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_utils_internal.cpython-39.pyc 2024-11-01T16:59:18.3893550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_VF.cpython-39.pyc 2024-11-01T16:59:18.3897242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_vmap_internals.cpython-39.pyc 2024-11-01T16:59:18.3900715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_weights_only_unpickler.cpython-39.pyc 2024-11-01T16:59:18.3904206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__config__.cpython-39.pyc 2024-11-01T16:59:18.6464471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__future__.cpython-39.pyc 2024-11-01T16:59:18.6467914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__init__.cpython-39.pyc 2024-11-01T16:59:18.6476033Z 12678 File(s) copied 2024-11-01T16:59:19.1630320Z ********************************************************************** 2024-11-01T16:59:19.1631051Z ** Visual Studio 2019 Developer Command Prompt v16.11.39 2024-11-01T16:59:19.1631593Z ** Copyright (c) 2021 Microsoft Corporation 2024-11-01T16:59:19.1632073Z ********************************************************************** 2024-11-01T16:59:19.6369397Z [vcvarsall.bat] Environment initialized for: 'x64' 2024-11-01T16:59:19.6401599Z 2024-11-01T16:59:19.6402170Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2024-11-01T16:59:19.6405906Z 2024-11-01T16:59:19.6406326Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2024-11-01T16:59:19.6408801Z 2024-11-01T16:59:19.6409527Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2024-11-01T16:59:19.6411940Z 2024-11-01T16:59:19.6412643Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2024-11-01T16:59:19.6414752Z 2024-11-01T16:59:19.6415001Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2024-11-01T16:59:19.6415599Z ALLUSERSPROFILE=C:\ProgramData 2024-11-01T16:59:19.6416273Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-11-01T16:59:19.6416887Z APPDATA=C:\Users\runneruser\AppData\Roaming 2024-11-01T16:59:19.6417352Z AWS_DEFAULT_REGION=us-east-1 2024-11-01T16:59:19.6417709Z AWS_EXECUTION_ENV=EC2 2024-11-01T16:59:19.6418273Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2024-11-01T16:59:19.6418677Z CI=true 2024-11-01T16:59:19.6418953Z CommandPromptType=Native 2024-11-01T16:59:19.6419509Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2024-11-01T16:59:19.6420231Z COMPUTERNAME=EC2AMAZ-SUNQRVI 2024-11-01T16:59:19.6420749Z COMSPEC=C:\Windows\system32\cmd.exe 2024-11-01T16:59:19.6421537Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:59:19.6422280Z CONDA_DEFAULT_ENV=base 2024-11-01T16:59:19.6422804Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2024-11-01T16:59:19.6423594Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:59:19.6424309Z CONDA_PARENT_DIR=C:\Jenkins 2024-11-01T16:59:19.6424791Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2024-11-01T16:59:19.6425314Z CONDA_PROMPT_MODIFIER=(base) 2024-11-01T16:59:19.6425866Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2024-11-01T16:59:19.6427666Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:59:19.6428457Z CONDA_SHLVL=1 2024-11-01T16:59:19.6428826Z CONTINUE_THROUGH_ERROR=False 2024-11-01T16:59:19.6429505Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-11-01T16:59:19.6430484Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2024-11-01T16:59:19.6431488Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T16:59:19.6432502Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-11-01T16:59:19.6433257Z CUDA_VERSION=cpu 2024-11-01T16:59:19.6433709Z ChocolateyInstall=C:\ProgramData\chocolatey 2024-11-01T16:59:19.6434461Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2024-11-01T16:59:19.6435256Z CommonProgramW6432=C:\Program Files\Common Files 2024-11-01T16:59:19.6436220Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2024-11-01T16:59:19.6437120Z DISTUTILS_USE_SDK=1 2024-11-01T16:59:19.6437635Z DriverData=C:\Windows\System32\Drivers\DriverData 2024-11-01T16:59:19.6438235Z EC2LAUNCH_TELEMETRY=1 2024-11-01T16:59:19.6438991Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2024-11-01T16:59:19.6439869Z Framework40Version=v4.0 2024-11-01T16:59:19.6440490Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2024-11-01T16:59:19.6441327Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2024-11-01T16:59:19.6442130Z FrameworkVersion=v4.0.30319 2024-11-01T16:59:19.6442622Z FrameworkVersion64=v4.0.30319 2024-11-01T16:59:19.6443075Z GITHUB_ACTION=test 2024-11-01T16:59:19.6443469Z GITHUB_ACTIONS=true 2024-11-01T16:59:19.6443859Z GITHUB_ACTION_REF= 2024-11-01T16:59:19.6444248Z GITHUB_ACTION_REPOSITORY= 2024-11-01T16:59:19.6444717Z GITHUB_ACTOR=pytorch-bot[bot] 2024-11-01T16:59:19.6445159Z GITHUB_ACTOR_ID=54816060 2024-11-01T16:59:19.6445639Z GITHUB_API_URL=https://api.github.com 2024-11-01T16:59:19.6446165Z GITHUB_BASE_REF= 2024-11-01T16:59:19.6447030Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_95242c8d-fbf6-4ab1-bac0-7c9d5ac5845e 2024-11-01T16:59:19.6448033Z GITHUB_EVENT_NAME=push 2024-11-01T16:59:19.6448718Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2024-11-01T16:59:19.6449600Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-11-01T16:59:19.6450179Z GITHUB_HEAD_REF= 2024-11-01T16:59:19.6450545Z GITHUB_JOB=test 2024-11-01T16:59:19.6451451Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_95242c8d-fbf6-4ab1-bac0-7c9d5ac5845e 2024-11-01T16:59:19.6453169Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_95242c8d-fbf6-4ab1-bac0-7c9d5ac5845e 2024-11-01T16:59:19.6454496Z GITHUB_REF=refs/tags/ciflow/trunk/138766 2024-11-01T16:59:19.6455166Z GITHUB_REF_NAME=ciflow/trunk/138766 2024-11-01T16:59:19.6455658Z GITHUB_REF_PROTECTED=false 2024-11-01T16:59:19.6455993Z GITHUB_REF_TYPE=tag 2024-11-01T16:59:19.6456316Z GITHUB_REPOSITORY=pytorch/pytorch 2024-11-01T16:59:19.6457438Z GITHUB_REPOSITORY_ID=65600975 2024-11-01T16:59:19.6457812Z GITHUB_REPOSITORY_OWNER=pytorch 2024-11-01T16:59:19.6458185Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-11-01T16:59:19.6458685Z GITHUB_RETENTION_DAYS=90 2024-11-01T16:59:19.6459004Z GITHUB_RUN_ATTEMPT=1 2024-11-01T16:59:19.6459287Z GITHUB_RUN_ID=11632515612 2024-11-01T16:59:19.6459598Z GITHUB_RUN_NUMBER=102766 2024-11-01T16:59:19.6459945Z GITHUB_SERVER_URL=https://github.com 2024-11-01T16:59:19.6460402Z GITHUB_SHA=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:59:19.6461269Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_95242c8d-fbf6-4ab1-bac0-7c9d5ac5845e 2024-11-01T16:59:19.6462512Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_95242c8d-fbf6-4ab1-bac0-7c9d5ac5845e 2024-11-01T16:59:19.6463367Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2024-11-01T16:59:19.6463898Z GITHUB_WORKFLOW=trunk 2024-11-01T16:59:19.6464519Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/138766 2024-11-01T16:59:19.6465322Z GITHUB_WORKFLOW_SHA=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:59:19.6465937Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:59:19.6466418Z GIT_DEFAULT_BRANCH=main 2024-11-01T16:59:19.6466720Z HOME=C:\Users\runneruser 2024-11-01T16:59:19.6469521Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2024-11-01T16:59:19.6472866Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-11-01T16:59:19.6473624Z INSTALL_WINDOWS_SDK=1 2024-11-01T16:59:19.6473919Z JOB_ID=32397262347 2024-11-01T16:59:19.6474459Z JOB_NAME=win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2024-11-01T16:59:19.6476456Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64 2024-11-01T16:59:19.6480441Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2024-11-01T16:59:19.6482931Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2024-11-01T16:59:19.6483520Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2024-11-01T16:59:19.6484027Z NO_TD=False 2024-11-01T16:59:19.6484267Z NO_TEST_TIMEOUT=False 2024-11-01T16:59:19.6484577Z NUMBER_OF_PROCESSORS=16 2024-11-01T16:59:19.6484881Z NUM_TEST_SHARDS=3 2024-11-01T16:59:19.6485159Z OLDPWD=C:/11632515612/build-results 2024-11-01T16:59:19.6485569Z OS=Windows_NT 2024-11-01T16:59:19.6497048Z PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-11-01T16:59:19.6509038Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2024-11-01T16:59:19.6509587Z Platform=x64 2024-11-01T16:59:19.6509860Z PROCESSOR_ARCHITECTURE=AMD64 2024-11-01T16:59:19.6510393Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2024-11-01T16:59:19.6510956Z PROCESSOR_LEVEL=6 2024-11-01T16:59:19.6511235Z PROCESSOR_REVISION=5507 2024-11-01T16:59:19.6511568Z PROGRAMFILES=C:\Program Files 2024-11-01T16:59:19.6512001Z PROJECT_DIR=C:/actions-runner/_work/pytorch/pytorch 2024-11-01T16:59:19.6512549Z PROJECT_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:59:19.6513025Z PROMPT=(base) $P$G 2024-11-01T16:59:19.6513297Z PR_NUMBER= 2024-11-01T16:59:19.6513970Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2024-11-01T16:59:19.6514819Z PUBLIC=C:\Users\Public 2024-11-01T16:59:19.6515937Z *** 2024-11-01T16:59:19.6516452Z PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2024-11-01T16:59:19.6517037Z PYTHON_VERSION=3.9 2024-11-01T16:59:19.6517417Z PYTORCH_FINAL_PACKAGE_DIR=C:/11632515612/build-results/ 2024-11-01T16:59:19.6517985Z PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\11632515612\build-results\ 2024-11-01T16:59:19.6518496Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2024-11-01T16:59:19.6518885Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2024-11-01T16:59:19.6519263Z ProgramData=C:\ProgramData 2024-11-01T16:59:19.6519628Z ProgramFiles(x86)=C:\Program Files (x86) 2024-11-01T16:59:19.6520045Z ProgramW6432=C:\Program Files 2024-11-01T16:59:19.6520379Z REENABLED_ISSUES= 2024-11-01T16:59:19.6520711Z RUNNER_ARCH=X64 2024-11-01T16:59:19.6521117Z RUNNER_ENVIRONMENT=self-hosted 2024-11-01T16:59:19.6521474Z RUNNER_NAME=i-0690955746d655116 2024-11-01T16:59:19.6521813Z RUNNER_OS=Windows 2024-11-01T16:59:19.6522131Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2024-11-01T16:59:19.6522586Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2024-11-01T16:59:19.6523149Z RUNNER_TRACKING_ID=github_4ab750e1-3439-45db-8a82-01c8b6f3025e 2024-11-01T16:59:19.6523719Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2024-11-01T16:59:19.6524426Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:59:19.6525141Z SHA1=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:59:19.6525553Z SHARD_NUMBER=1 2024-11-01T16:59:19.6525791Z SHLVL=2 2024-11-01T16:59:19.6526150Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2024-11-01T16:59:19.6526693Z SYSTEMDRIVE=C: 2024-11-01T16:59:19.6527001Z SYSTEMROOT=C:\Windows 2024-11-01T16:59:19.6527351Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:59:19.6527754Z TERM=xterm-256color 2024-11-01T16:59:19.6528160Z TEST_CONFIG=default 2024-11-01T16:59:19.6528539Z TEST_DIR=C:/actions-runner/_work/pytorch/pytorch/test 2024-11-01T16:59:19.6529117Z TEST_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\test 2024-11-01T16:59:19.6529588Z TEST_SHOWLOCALS=False 2024-11-01T16:59:19.6529927Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:59:19.6530377Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:59:19.6530927Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:59:19.6531581Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2024-11-01T16:59:19.6532114Z TORCH_CUDA_ARCH_LIST=8.6 2024-11-01T16:59:19.6532481Z UCRTVersion=10.0.19041.0 2024-11-01T16:59:19.6532962Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-11-01T16:59:19.6533474Z UPDATEFILE=update.finished 2024-11-01T16:59:19.6533816Z USERDOMAIN=EC2AMAZ-SUNQRVI 2024-11-01T16:59:19.6534234Z USERNAME=runneruser 2024-11-01T16:59:19.6534536Z USERPROFILE=C:\Users\runneruser 2024-11-01T16:59:19.6534883Z USE_CUDA=0 2024-11-01T16:59:19.6535449Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2024-11-01T16:59:19.6536378Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2024-11-01T16:59:19.6537380Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2024-11-01T16:59:19.6538578Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2024-11-01T16:59:19.6539400Z VCToolsVersion=14.29.30133 2024-11-01T16:59:19.6539725Z VC_PRODUCT=BuildTools 2024-11-01T16:59:19.6539997Z VC_VERSION= 2024-11-01T16:59:19.6540236Z VC_YEAR=2019 2024-11-01T16:59:19.6540512Z VERBOSE_ARG='SilentlyContinue' 2024-11-01T16:59:19.6540852Z VERBOSE_TEST_LOGS=False 2024-11-01T16:59:19.6541174Z VisualStudioVersion=16.0 2024-11-01T16:59:19.6541810Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2024-11-01T16:59:19.6542485Z VSCMD_ARG_app_plat=Desktop 2024-11-01T16:59:19.6542806Z VSCMD_ARG_HOST_ARCH=x64 2024-11-01T16:59:19.6543114Z VSCMD_ARG_TGT_ARCH=x64 2024-11-01T16:59:19.6543393Z VSCMD_VER=16.11.39 2024-11-01T16:59:19.6543889Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2024-11-01T16:59:19.6544582Z VS_VERSION=16.8.6 2024-11-01T16:59:19.6544840Z WINDIR=C:\Windows 2024-11-01T16:59:19.6545720Z WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0 2024-11-01T16:59:19.6546830Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2024-11-01T16:59:19.6547433Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-11-01T16:59:19.6547928Z WindowsSDKLibVersion=10.0.19041.0\ 2024-11-01T16:59:19.6548527Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2024-11-01T16:59:19.6549134Z WindowsSDKVersion=10.0.19041.0\ 2024-11-01T16:59:19.6549984Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2024-11-01T16:59:19.6551220Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2024-11-01T16:59:19.6552275Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2024-11-01T16:59:19.6552977Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2024-11-01T16:59:19.6553752Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2024-11-01T16:59:19.6554526Z __DOTNET_ADD_64BIT=1 2024-11-01T16:59:19.6554821Z __DOTNET_PREFERRED_BITNESS=64 2024-11-01T16:59:19.6560159Z __VSCMD_PREINIT_PATH=C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-11-01T16:59:19.6565588Z 2024-11-01T16:59:19.6565891Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T16:59:19.6566485Z echo "setup pytorch env failed" 2024-11-01T16:59:19.6566848Z echo 0 2024-11-01T16:59:19.6567070Z exit /b 2024-11-01T16:59:19.6567296Z ) 2024-11-01T16:59:19.6567614Z 2024-11-01T16:59:19.6567857Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2024-11-01T16:59:19.6568299Z 2024-11-01T16:59:19.6568947Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2024-11-01T16:59:19.6569758Z 2024-11-01T16:59:19.6570477Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "1" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2024-11-01T16:59:19.6571397Z echo Some smoke tests 2024-11-01T16:59:19.6571990Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2024-11-01T16:59:19.6573040Z python C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\run_python_nn_smoketests.py 2024-11-01T16:59:19.6573942Z if ERRORLEVEL 1 goto fail 2024-11-01T16:59:19.6574559Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2024-11-01T16:59:19.6575215Z if ERRORLEVEL 1 goto fail 2024-11-01T16:59:19.6575529Z ) ) 2024-11-01T16:59:19.6575754Z Some smoke tests 2024-11-01T16:59:19.6576200Z Current Registry Settings for python.exe executable are: 00000002 2024-11-01T16:59:19.6576745Z sls - Show Loader Snaps 2024-11-01T16:59:30.5592860Z Checking that torch is available 2024-11-01T16:59:30.5593411Z Command: python -c import torch 2024-11-01T16:59:30.5593804Z Checking that MKL is available 2024-11-01T16:59:30.5594417Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2024-11-01T16:59:30.5709717Z Current Registry Settings for python.exe executable are: 00000000 2024-11-01T16:59:30.5724032Z 2024-11-01T16:59:30.5724751Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2024-11-01T16:59:30.5725861Z Copying over test times file 2024-11-01T16:59:30.5726510Z 2024-11-01T16:59:30.5727501Z (base) C:\actions-runner\_work\pytorch\pytorch\test>robocopy /E "C:\11632515612\build-results\\.additional_ci_files" "C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files" 2024-11-01T16:59:30.6859663Z 2024-11-01T16:59:30.6860350Z ------------------------------------------------------------------------------- 2024-11-01T16:59:30.6874676Z ROBOCOPY :: Robust File Copy for Windows 2024-11-01T16:59:30.6875529Z ------------------------------------------------------------------------------- 2024-11-01T16:59:30.6875976Z 2024-11-01T16:59:30.6876153Z Started : Friday, November 1, 2024 4:59:30 PM 2024-11-01T16:59:30.6876725Z Source : C:\11632515612\build-results\.additional_ci_files\ 2024-11-01T16:59:30.6877412Z Dest : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-11-01T16:59:30.6877890Z 2024-11-01T16:59:30.6877988Z Files : *.* 2024-11-01T16:59:30.6878259Z 2024-11-01T16:59:30.6885427Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2024-11-01T16:59:30.6885809Z 2024-11-01T16:59:30.6886031Z ------------------------------------------------------------------------------ 2024-11-01T16:59:30.6886421Z 2024-11-01T16:59:30.6886879Z 2 C:\11632515612\build-results\.additional_ci_files\ 2024-11-01T16:59:30.6887406Z *EXTRA File 66657 td_results.json 2024-11-01T16:59:30.6888527Z New File 3.9 m test-class-times.json 2024-11-01T16:59:30.6890976Z 12% 2024-11-01T16:59:30.6894837Z 25% 2024-11-01T16:59:30.6897775Z 37% 2024-11-01T16:59:30.6901190Z 50% 2024-11-01T16:59:30.6904008Z 62% 2024-11-01T16:59:30.6907458Z 75% 2024-11-01T16:59:30.6910501Z 87% 2024-11-01T16:59:30.6913261Z 100% 2024-11-01T16:59:30.6934021Z New File 1.0 m test-times.json 2024-11-01T16:59:30.6935488Z 23% 2024-11-01T16:59:30.6936948Z 46% 2024-11-01T16:59:30.6938413Z 69% 2024-11-01T16:59:30.6939865Z 92% 2024-11-01T16:59:30.6942756Z 100% 2024-11-01T16:59:30.6943005Z 2024-11-01T16:59:30.6943213Z ------------------------------------------------------------------------------ 2024-11-01T16:59:30.6943755Z 2024-11-01T16:59:30.6944844Z Total Copied Skipped Mismatch FAILED Extras 2024-11-01T16:59:30.6945715Z Dirs : 1 0 1 0 0 0 2024-11-01T16:59:30.6946614Z Files : 2 2 0 0 0 1 2024-11-01T16:59:30.6947559Z Bytes : 5.06 m 5.06 m 0 0 0 65.0 k 2024-11-01T16:59:30.6948493Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2024-11-01T16:59:30.6948873Z 2024-11-01T16:59:30.6949229Z 2024-11-01T16:59:30.6950494Z Speed : 885179333 Bytes/sec. 2024-11-01T16:59:30.6951336Z Speed : 50650.367 MegaBytes/min. 2024-11-01T16:59:30.6951802Z Ended : Friday, November 1, 2024 4:59:30 PM 2024-11-01T16:59:30.6952134Z 2024-11-01T16:59:30.6967038Z 2024-11-01T16:59:30.6967501Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2024-11-01T16:59:30.6968095Z Run nn tests 2024-11-01T16:59:30.6969354Z 2024-11-01T16:59:30.6970340Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "3" --verbose 2024-11-01T16:59:30.8643834Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T16:59:30.8645069Z import pkg_resources 2024-11-01T16:59:37.3938953Z Found test times from artifacts 2024-11-01T16:59:37.4649257Z Found test times from artifacts 2024-11-01T16:59:37.4671293Z Running 25% of tests based on TD 2024-11-01T16:59:37.4977233Z Running parallel tests on 3 processes 2024-11-01T16:59:37.4981058Z Name: tests to run (est. time: 30.93min) 2024-11-01T16:59:37.4981622Z Serial tests (5): 2024-11-01T16:59:37.4981921Z test_torch 1/1 2024-11-01T16:59:37.4982224Z test_cpp_api_parity 1/1 2024-11-01T16:59:37.4982599Z test_multiprocessing_spawn 1/1 2024-11-01T16:59:37.4982975Z test_show_pickle 1/1 2024-11-01T16:59:37.4983299Z test_utils 1/1 2024-11-01T16:59:37.4983620Z Parallel tests (32): 2024-11-01T16:59:37.4983988Z inductor/test_config 1/1 2024-11-01T16:59:37.4984332Z dynamo/test_dynamic_shapes 1/1 2024-11-01T16:59:37.4984731Z inductor/test_torchinductor 1/1 2024-11-01T16:59:37.4985170Z test_custom_ops 1/1 2024-11-01T16:59:37.4985483Z test_transformers 1/7 2024-11-01T16:59:37.4985819Z dynamo/test_recompiles 1/1 2024-11-01T16:59:37.4986186Z functorch/test_rearrange 1/1 2024-11-01T16:59:37.4986551Z functorch/test_parsing 1/1 2024-11-01T16:59:37.4986911Z inductor/test_cpu_repro 1/1 2024-11-01T16:59:37.4987272Z test_mkl_verbose 1/1 2024-11-01T16:59:37.4987582Z test_maskedtensor 1/1 2024-11-01T16:59:37.4987917Z test_comparison_utils 1/1 2024-11-01T16:59:37.4988251Z test_ops 1/9 2024-11-01T16:59:37.4988534Z test_ops 2/9 2024-11-01T16:59:37.4988800Z test_ops 3/9 2024-11-01T16:59:37.4989135Z test_mkldnn_verbose 1/1 2024-11-01T16:59:37.4989670Z test_ops_jit 1/3 2024-11-01T16:59:37.4989955Z test_ops_jit 2/3 2024-11-01T16:59:37.4990249Z test_ops_jit 3/3 2024-11-01T16:59:37.4990539Z inductor/test_smoke 1/1 2024-11-01T16:59:37.4990890Z inductor/test_cuda_repro 1/1 2024-11-01T16:59:37.4991271Z dynamo/test_skip_non_tensor 1/1 2024-11-01T16:59:37.4991642Z dynamo/test_subgraphs 1/1 2024-11-01T16:59:37.4992028Z inductor/test_compiled_optimizers 1/1 2024-11-01T16:59:37.4992441Z dynamo/test_nops 1/1 2024-11-01T16:59:37.4992754Z dynamo/test_logging 1/1 2024-11-01T16:59:37.4993090Z dynamo/test_misc 1/1 2024-11-01T16:59:37.4993426Z inductor/test_binary_folding 1/1 2024-11-01T16:59:37.4993805Z dynamo/test_export 1/1 2024-11-01T16:59:37.4994136Z dynamo/test_modules 1/1 2024-11-01T16:59:37.4994478Z dynamo/test_backends 1/1 2024-11-01T16:59:37.4994814Z dynamo/test_cudagraphs 1/1 2024-11-01T16:59:37.5001371Z Name: excluded (est. time: 62.13min) 2024-11-01T16:59:37.5001970Z Serial tests (41): 2024-11-01T16:59:37.5002425Z test_multiprocessing 1/2 2024-11-01T16:59:37.5002906Z test_multiprocessing 2/2 2024-11-01T16:59:37.5003390Z test_reductions 1/1 2024-11-01T16:59:37.5003842Z test_cpp_extensions_jit 1/1 2024-11-01T16:59:37.5004319Z test_nn 1/1 2024-11-01T16:59:37.5004713Z distributions/test_distributions 1/1 2024-11-01T16:59:37.5005117Z test_dispatch 1/1 2024-11-01T16:59:37.5005408Z nn/test_pooling 1/1 2024-11-01T16:59:37.5005734Z test_tensor_creation_ops 1/1 2024-11-01T16:59:37.5006091Z test_tensorexpr 1/1 2024-11-01T16:59:37.5006394Z nn/test_convolution 1/1 2024-11-01T16:59:37.5006717Z test_fx 1/1 2024-11-01T16:59:37.5007075Z test_cpp_extensions_open_device_registration 1/1 2024-11-01T16:59:37.5007524Z test_spectral_ops 1/1 2024-11-01T16:59:37.5007858Z test_python_dispatch 1/1 2024-11-01T16:59:37.5008197Z test_overrides 1/1 2024-11-01T16:59:37.5008508Z test_namedtuple_return_api 1/1 2024-11-01T16:59:37.5008893Z test_sort_and_select 1/1 2024-11-01T16:59:37.5009229Z test_fake_tensor 1/1 2024-11-01T16:59:37.5009527Z test_autocast 1/1 2024-11-01T16:59:37.5009885Z functorch/test_memory_efficient_fusion 1/1 2024-11-01T16:59:37.5010321Z test_mobile_optimizer 1/1 2024-11-01T16:59:37.5010655Z test_jit_disabled 1/1 2024-11-01T16:59:37.5010988Z test_autograd_fallback 1/1 2024-11-01T16:59:37.5011332Z test_native_mha 1/1 2024-11-01T16:59:37.5011652Z test_cpp_extensions_aot_ninja 1/1 2024-11-01T16:59:37.5012063Z test_cpp_extensions_aot_no_ninja 1/1 2024-11-01T16:59:37.5012495Z test_cpp_extensions_mtia_backend 1/1 2024-11-01T16:59:37.5012923Z test_cpp_extensions_stream_and_event 1/1 2024-11-01T16:59:37.5013362Z inductor/test_max_autotune 1/1 2024-11-01T16:59:37.5013746Z test_ci_sanity_check_fail 1/1 2024-11-01T16:59:37.5014121Z inductor/test_cutlass_backend 1/1 2024-11-01T16:59:37.5014536Z inductor/test_benchmark_fusion 1/1 2024-11-01T16:59:37.5014950Z inductor/test_flex_attention 1/1 2024-11-01T16:59:37.5015360Z inductor/test_distributed_patterns 1/1 2024-11-01T16:59:37.5015833Z test_cuda_trace 1/1 2024-11-01T16:59:37.5016152Z test_cuda_primary_ctx 1/1 2024-11-01T16:59:37.5016508Z test_cuda_nvml_based_avail 1/1 2024-11-01T16:59:37.5016853Z doctests 1/1 2024-11-01T16:59:37.5017143Z test_autoload_disable 1/1 2024-11-01T16:59:37.5017489Z test_autoload_enable 1/1 2024-11-01T16:59:37.5017817Z Parallel tests (164): 2024-11-01T16:59:37.5018285Z functorch/test_aotdispatch 4/6 2024-11-01T16:59:37.5018675Z functorch/test_ops 5/8 2024-11-01T16:59:37.5018991Z functorch/test_ops 6/8 2024-11-01T16:59:37.5019321Z functorch/test_ops 7/8 2024-11-01T16:59:37.5019641Z test_meta 4/5 2024-11-01T16:59:37.5019899Z test_meta 5/5 2024-11-01T16:59:37.5020196Z test_nestedtensor 1/2 2024-11-01T16:59:37.5020523Z test_modules 2/2 2024-11-01T16:59:37.5020799Z test_sparse 1/2 2024-11-01T16:59:37.5021251Z test_sparse 2/2 2024-11-01T16:59:37.5021544Z test_view_ops 1/1 2024-11-01T16:59:37.5021881Z torch_np/numpy_tests/core/test_einsum 1/1 2024-11-01T16:59:37.5022304Z test_datapipe 1/1 2024-11-01T16:59:37.5022613Z test_jit_autocast 1/1 2024-11-01T16:59:37.5022974Z torch_np/numpy_tests/linalg/test_linalg 1/1 2024-11-01T16:59:37.5023414Z export/test_unflatten 1/1 2024-11-01T16:59:37.5023771Z export/test_converter 1/1 2024-11-01T16:59:37.5024119Z test_xnnpack_integration 1/1 2024-11-01T16:59:37.5024483Z nn/test_embedding 1/1 2024-11-01T16:59:37.5024813Z test_scatter_gather_ops 1/1 2024-11-01T16:59:37.5025199Z torch_np/numpy_tests/fft/test_helper 1/1 2024-11-01T16:59:37.5025646Z profiler/test_memory_profiler 1/1 2024-11-01T16:59:37.5026089Z torch_np/numpy_tests/core/test_numeric 1/1 2024-11-01T16:59:37.5026536Z functorch/test_vmap_registrations 1/1 2024-11-01T16:59:37.5027079Z test_functionalization 1/1 2024-11-01T16:59:37.5027450Z test_dynamic_shapes 1/1 2024-11-01T16:59:37.5027776Z test_import_stats 1/1 2024-11-01T16:59:37.5028122Z profiler/test_torch_tidy 1/1 2024-11-01T16:59:37.5028478Z test_weak 1/1 2024-11-01T16:59:37.5028774Z torch_np/test_ndarray_methods 1/1 2024-11-01T16:59:37.5029178Z torch_np/test_reductions 1/1 2024-11-01T16:59:37.5029554Z export/test_torchbind 1/1 2024-11-01T16:59:37.5029939Z torch_np/numpy_tests/fft/test_pocketfft 1/1 2024-11-01T16:59:37.5030380Z test_type_promotion 1/1 2024-11-01T16:59:37.5030717Z test_legacy_vmap 1/1 2024-11-01T16:59:37.5031087Z torch_np/numpy_tests/lib/test_function_base 1/1 2024-11-01T16:59:37.5031543Z profiler/test_kineto 1/1 2024-11-01T16:59:37.5031882Z test_file_check 1/1 2024-11-01T16:59:37.5032175Z test_indexing 1/1 2024-11-01T16:59:37.5032493Z torch_np/test_ufuncs_basic 1/1 2024-11-01T16:59:37.5032874Z test_bundled_inputs 1/1 2024-11-01T16:59:37.5033186Z test_shape_ops 1/1 2024-11-01T16:59:37.5033500Z torch_np/test_basic 1/1 2024-11-01T16:59:37.5033834Z test_tensorboard 1/1 2024-11-01T16:59:37.5034135Z test_package 1/1 2024-11-01T16:59:37.5034448Z nn/test_parametrization 1/1 2024-11-01T16:59:37.5034821Z test_segment_reductions 1/1 2024-11-01T16:59:37.5035269Z export/test_verifier 1/1 2024-11-01T16:59:37.5035620Z nn/test_load_state_dict 1/1 2024-11-01T16:59:37.5035969Z test_futures 1/1 2024-11-01T16:59:37.5036250Z test_fx_passes 1/1 2024-11-01T16:59:37.5036554Z test_autoload 1/1 2024-11-01T16:59:37.5036850Z test_subclass 1/1 2024-11-01T16:59:37.5037200Z torch_np/numpy_tests/lib/test_shape_base_ 1/1 2024-11-01T16:59:37.5037665Z torch_np/test_nep50_examples 1/1 2024-11-01T16:59:37.5038062Z test_fx_reinplace_pass 1/1 2024-11-01T16:59:37.5038405Z test_function_schema 1/1 2024-11-01T16:59:37.5038800Z torch_np/numpy_tests/core/test_shape_base 1/1 2024-11-01T16:59:37.5039240Z test_monitor 1/1 2024-11-01T16:59:37.5039585Z torch_np/numpy_tests/lib/test_histograms 1/1 2024-11-01T16:59:37.5040069Z torch_np/numpy_tests/core/test_indexing 1/1 2024-11-01T16:59:37.5040554Z torch_np/numpy_tests/lib/test_twodim_base 1/1 2024-11-01T16:59:37.5041086Z test_namedtensor 1/1 2024-11-01T16:59:37.5041418Z export/test_pass_infra 1/1 2024-11-01T16:59:37.5041778Z nn/test_packed_sequence 1/1 2024-11-01T16:59:37.5042120Z test_pruning_op 1/1 2024-11-01T16:59:37.5042480Z benchmark_utils/test_benchmark_utils 1/1 2024-11-01T16:59:37.5042909Z nn/test_lazy_modules 1/1 2024-11-01T16:59:37.5043234Z export/test_tools 1/1 2024-11-01T16:59:37.5043600Z torch_np/numpy_tests/core/test_dtype 1/1 2024-11-01T16:59:37.5044033Z torch_np/test_unary_ufuncs 1/1 2024-11-01T16:59:37.5044452Z torch_np/numpy_tests/core/test_scalar_ctors 1/1 2024-11-01T16:59:37.5044891Z test_dlpack 1/1 2024-11-01T16:59:37.5045247Z torch_np/numpy_tests/lib/test_index_tricks 1/1 2024-11-01T16:59:37.5045843Z torch_np/numpy_tests/lib/test_arraysetops 1/1 2024-11-01T16:59:37.5046308Z torch_np/test_binary_ufuncs 1/1 2024-11-01T16:59:37.5046682Z test_prims 1/1 2024-11-01T16:59:37.5047013Z torch_np/numpy_tests/lib/test_type_check 1/1 2024-11-01T16:59:37.5047541Z torch_np/test_random 1/1 2024-11-01T16:59:37.5047877Z nn/test_dropout 1/1 2024-11-01T16:59:37.5048181Z torch_np/test_dtype 1/1 2024-11-01T16:59:37.5048510Z test_model_dump 1/1 2024-11-01T16:59:37.5048825Z lazy/test_generator 1/1 2024-11-01T16:59:37.5049170Z torch_np/test_scalars_0D_arrays 1/1 2024-11-01T16:59:37.5049634Z torch_np/numpy_tests/core/test_numerictypes 1/1 2024-11-01T16:59:37.5050098Z test_functional_optim 1/1 2024-11-01T16:59:37.5050439Z nn/test_module_hooks 1/1 2024-11-01T16:59:37.5050793Z profiler/test_profiler_tree 1/1 2024-11-01T16:59:37.5051185Z functorch/test_logging 1/1 2024-11-01T16:59:37.5051632Z lazy/test_functionalization 1/1 2024-11-01T16:59:37.5052046Z profiler/test_record_function 1/1 2024-11-01T16:59:37.5052442Z export/test_schema 1/1 2024-11-01T16:59:37.5052762Z test_module_tracker 1/1 2024-11-01T16:59:37.5053152Z torch_np/numpy_tests/core/test_getlimits 1/1 2024-11-01T16:59:37.5053603Z torch_np/test_function_base 1/1 2024-11-01T16:59:37.5054019Z torch_np/numpy_tests/lib/test_arraypad 1/1 2024-11-01T16:59:37.5054501Z test_itt 1/1 2024-11-01T16:59:37.5054782Z test_type_info 1/1 2024-11-01T16:59:37.5055080Z test_out_dtype_op 1/1 2024-11-01T16:59:37.5055458Z export/test_functionalized_assertions 1/1 2024-11-01T16:59:37.5055897Z export/test_tree_utils 1/1 2024-11-01T16:59:37.5056250Z functorch/test_control_flow 1/1 2024-11-01T16:59:37.5056634Z test_flop_counter 1/1 2024-11-01T16:59:37.5056954Z nn/test_pruning 1/1 2024-11-01T16:59:37.5057278Z profiler/test_execution_trace 1/1 2024-11-01T16:59:37.5057681Z export/test_lift_unlift 1/1 2024-11-01T16:59:37.5058069Z distributions/test_constraints 1/1 2024-11-01T16:59:37.5058455Z export/test_hop 1/1 2024-11-01T16:59:37.5058757Z test_cuda 1/1 2024-11-01T16:59:37.5059059Z test_sparse_semi_structured 1/1 2024-11-01T16:59:37.5059505Z torch_np/numpy_tests/core/test_scalar_methods 1/1 2024-11-01T16:59:37.5059976Z profiler/test_cpp_thread 1/1 2024-11-01T16:59:37.5060341Z test_jit_llga_fuser 1/1 2024-11-01T16:59:37.5060704Z torch_np/numpy_tests/core/test_dlpack 1/1 2024-11-01T16:59:37.5061136Z export/test_swap 1/1 2024-11-01T16:59:37.5061468Z test_numba_integration 1/1 2024-11-01T16:59:37.5061879Z torch_np/numpy_tests/core/test_scalarinherit 1/1 2024-11-01T16:59:37.5062337Z lazy/test_reuse_ir 1/1 2024-11-01T16:59:37.5062655Z test_typing 1/1 2024-11-01T16:59:37.5062972Z test_functional_autograd_benchmark 1/1 2024-11-01T16:59:37.5064468Z lazy/test_debug_util 1/1 2024-11-01T16:59:37.5064846Z test_compile_benchmark_util 1/1 2024-11-01T16:59:37.5065239Z test_model_exports_to_core_aten 1/1 2024-11-01T16:59:37.5065632Z test_vulkan 1/1 2024-11-01T16:59:37.5065969Z inductor/test_mkldnn_pattern_matcher 1/1 2024-11-01T16:59:37.5066395Z dynamo/test_higher_order_ops 1/1 2024-11-01T16:59:37.5066791Z dynamo/test_aot_autograd 1/1 2024-11-01T16:59:37.5067148Z dynamo/test_exc 1/1 2024-11-01T16:59:37.5067453Z dynamo/test_minifier 1/1 2024-11-01T16:59:37.5067810Z export/test_export_nonstrict 1/1 2024-11-01T16:59:37.5068199Z inductor/test_pad_mm 1/1 2024-11-01T16:59:37.5068551Z inductor/test_external_callables 1/1 2024-11-01T16:59:37.5068959Z inductor/test_b2b_gemm 1/1 2024-11-01T16:59:37.5070207Z inductor/test_utils 1/1 2024-11-01T16:59:37.5070541Z dynamo/test_base_output 1/1 2024-11-01T16:59:37.5070914Z inductor/test_indexing 1/1 2024-11-01T16:59:37.5071290Z inductor/test_autoheuristic 1/1 2024-11-01T16:59:37.5071687Z inductor/test_flex_decoding 1/1 2024-11-01T16:59:37.5072087Z inductor/test_triton_kernels 1/1 2024-11-01T16:59:37.5072649Z inductor/test_aot_inductor_utils 1/1 2024-11-01T16:59:37.5073058Z inductor/test_xpu_basic 1/1 2024-11-01T16:59:37.5073456Z inductor/test_scatter_optimization 1/1 2024-11-01T16:59:37.5073906Z inductor/test_triton_heuristics 1/1 2024-11-01T16:59:37.5074320Z inductor/test_cpu_cpp_wrapper 1/1 2024-11-01T16:59:37.5074739Z inductor/test_benchmarking 1/1 2024-11-01T16:59:37.5076072Z inductor/test_graph_transform_observer 1/1 2024-11-01T16:59:37.5076512Z inductor/test_inplacing_pass 1/1 2024-11-01T16:59:37.5076916Z inductor/test_control_flow 1/1 2024-11-01T16:59:37.5077299Z inductor/test_ordered_set 1/1 2024-11-01T16:59:37.5077649Z dynamo/test_modes 1/1 2024-11-01T16:59:37.5077968Z test_jiterator 1/1 2024-11-01T16:59:37.5078294Z inductor/test_dependencies 1/1 2024-11-01T16:59:37.5078664Z inductor/test_torchbind 1/1 2024-11-01T16:59:37.5079198Z dynamo/test_cudagraphs_expandable_segments 1/1 2024-11-01T16:59:37.5079655Z xpu/test_conv 1/1 2024-11-01T16:59:37.5079957Z inductor/test_padding 1/1 2024-11-01T16:59:37.5080348Z inductor/test_efficient_conv_bn_eval 1/1 2024-11-01T16:59:37.5081723Z test_cuda_sanitizer 1/1 2024-11-01T16:59:37.5082108Z dynamo/test_backward_higher_order_ops 1/1 2024-11-01T16:59:37.5082543Z dynamo/test_debug_utils 1/1 2024-11-01T16:59:37.5083024Z dynamo/test_input_attr_tracking 1/1 2024-11-01T16:59:37.5083414Z optim/test_swa_utils 1/1 2024-11-01T16:59:37.5083758Z optim/test_optim 1/1 2024-11-01T16:59:37.5084086Z lazy/test_bindings 1/1 2024-11-01T16:59:37.5112520Z Running test_torch 1/1 ... [2024-11-01 16:59:37.511059] 2024-11-01T16:59:37.5113046Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T16:59:37.5120587Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_torch.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 16:59:37.511650] 2024-11-01T16:59:37.5123498Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T16:59:37.5124662Z Ignoring disabled issues: [''] 2024-11-01T17:00:28.1023837Z 2024-11-01T17:00:28.1024840Z test_torch 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_torch_1.1_23457406bd574201_.log 2024-11-01T17:00:28.1449272Z Running 1032 items in this shard: test/test_torch.py::TestBasicVitalSigns::test_basic_vitals, test/test_torch.py::TestBasicVitalSigns::test_basic_vitals_read_write, test/test_torch.py::TestBasicVitalSigns::test_dataloader_vitals, test/test_torch.py::TestTorch::test_RNGState, test/test_torch.py::TestTorch::test_RNGStateAliasing, test/test_torch.py::TestTorch::test_RNG_after_pickle, test/test_torch.py::TestTorch::test_Size, test/test_torch.py::TestTorch::test_Size_iter, test/test_torch.py::TestTorch::test_Size_scalar, test/test_torch.py::TestTorch::test_add_meta_scalar, test/test_torch.py::TestTorch::test_allow_tensor_metadata_change, test/test_torch.py::TestTorch::test_apply, test/test_torch.py::TestTorch::test_as_subclass, test/test_torch.py::TestTorch::test_assert_async, test/test_torch.py::TestTorch::test_backward_hooks_traverse, test/test_torch.py::TestTorch::test_batch_norm_cpu_inference, test/test_torch.py::TestTorch::test_bf16_supported_on_cpu, test/test_torch.py::TestTorch::test_bmm_multithreaded, test/test_torch.py::TestTorch::test_boxMullerState, test/test_torch.py::TestTorch::test_cat_neg_dim, test/test_torch.py::TestTorch::test_check, test/test_torch.py::TestTorch::test_chunk_neg_dim, test/test_torch.py::TestTorch::test_conj_neg_tolist, test/test_torch.py::TestTorch::test_contains, test/test_torch.py::TestTorch::test_copy_broadcast, test/test_torch.py::TestTorch::test_copy_dtypes, test/test_torch.py::TestTorch::test_copy_float16, test/test_torch.py::TestTorch::test_copy_many_to_one, test/test_torch.py::TestTorch::test_copy_transpose, test/test_torch.py::TestTorch::test_cuda_not_built, test/test_torch.py::TestTorch::test_cummax_neg_dim, test/test_torch.py::TestTorch::test_cummin_neg_dim, test/test_torch.py::TestTorch::test_cumprod_neg_dim, test/test_torch.py::TestTorch::test_cumsum_neg_dim, test/test_torch.py::TestTorch::test_cxx_flags, test/test_torch.py::TestTorch::test_data_ptr_of_empty_tensor_with_storage, test/test_torch.py::TestTorch::test_data_ptr_of_empty_view_with_storage, test/test_torch.py::TestTorch::test_deepcopy_gradient, test/test_torch.py::TestTorch::test_deepcopy_parameter, test/test_torch.py::TestTorch::test_deterministic_fill_uninitialized_memory, test/test_torch.py::TestTorch::test_deterministic_flag, test/test_torch.py::TestTorch::test_device, test/test_torch.py::TestTorch::test_dim_order, test/test_torch.py::TestTorch::test_dir, test/test_torch.py::TestTorch::test_doc, test/test_torch.py::TestTorch::test_doc_template, test/test_torch.py::TestTorch::test_dot_data_use, test/test_torch.py::TestTorch::test_dtype_is_signed, test/test_torch.py::TestTorch::test_element_size, test/test_torch.py::TestTorch::test_empty_meta, test/test_torch.py::TestTorch::test_empty_storage_view, test/test_torch.py::TestTorch::test_equal, test/test_torch.py::TestTorch::test_error_msg_type_translation, test/test_torch.py::TestTorch::test_fill_diagonal, test/test_torch.py::TestTorch::test_format_scalar_meta, test/test_torch.py::TestTorch::test_from_buffer, test/test_torch.py::TestTorch::test_from_file, test/test_torch.py::TestTorch::test_gather_neg_dim, test/test_torch.py::TestTorch::test_generator_cpu, test/test_torch.py::TestTorch::test_get_cpu_capability, test/test_torch.py::TestTorch::test_has_internal_overlap, test/test_torch.py::TestTorch::test_has_storage, test/test_torch.py::TestTorch::test_index_add, test/test_torch.py::TestTorch::test_index_add_all_dtypes, test/test_torch.py::TestTorch::test_index_add_cornercase, test/test_torch.py::TestTorch::test_index_add_correctness, test/test_torch.py::TestTorch::test_index_add_neg_dim, test/test_torch.py::TestTorch::test_index_copy_neg_dim, test/test_torch.py::TestTorch::test_index_fill_neg_dim, test/test_torch.py::TestTorch::test_index_select_neg_dim, test/test_torch.py::TestTorch::test_invalid_arg_error_handling, test/test_torch.py::TestTorch::test_invalid_generator_raises, test/test_torch.py::TestTorch::test_is_nonzero, test/test_torch.py::TestTorch::test_is_same_size, test/test_torch.py::TestTorch::test_iter, test/test_torch.py::TestTorch::test_kthvalue_neg_dim, test/test_torch.py::TestTorch::test_linspace_logspace, test/test_torch.py::TestTorch::test_logcumsumexp_neg_dim, test/test_torch.py::TestTorch::test_manual_seed, test/test_torch.py::TestTorch::test_map, test/test_torch.py::TestTorch::test_map2, test/test_torch.py::TestTorch::test_max_neg_dim, test/test_torch.py::TestTorch::test_mean_neg_dim, test/test_torch.py::TestTorch::test_median_neg_dim, test/test_torch.py::TestTorch::test_memory_format, test/test_torch.py::TestTorch::test_memory_format_contiguous_returns_same_tensor_if_already_satisfies, test/test_torch.py::TestTorch::test_memory_format_empty, test/test_torch.py::TestTorch::test_min_neg_dim, test/test_torch.py::TestTorch::test_mode_neg_dim, test/test_torch.py::TestTorch::test_multinomial_invalid_probs, test/test_torch.py::TestTorch::test_nanmedian_neg_dim, test/test_torch.py::TestTorch::test_narrow_neg_dim, test/test_torch.py::TestTorch::test_nbytes, test/test_torch.py::TestTorch::test_ndim, test/test_torch.py::TestTorch::test_new, test/test_torch.py::TestTorch::test_newaxis_numpy_comparison, test/test_torch.py::TestTorch::test_newindex, test/test_torch.py::TestTorch::test_no_cuda_monkeypatch, test/test_torch.py::TestTorch::test_norm_neg_dim, test/test_torch.py::TestTorch::test_normal_shape, test/test_torch.py::TestTorch::test_numel, test/test_torch.py::TestTorch::test_parallel_info, test/test_torch.py::TestTorch::test_parsing_double, test/test_torch.py::TestTorch::test_parsing_int64, test/test_torch.py::TestTorch::test_parsing_intlist, test/test_torch.py::TestTorch::test_permute, test/test_torch.py::TestTorch::test_pickle, test/test_torch.py::TestTorch::test_pickle_dtype, test/test_torch.py::TestTorch::test_pickle_function, test/test_torch.py::TestTorch::test_pickle_generator, test/test_torch.py::TestTorch::test_pickle_parameter, test/test_torch.py::TestTorch::test_pickle_parameter_no_requires_grad, test/test_torch.py::TestTorch::test_pickle_size, test/test_torch.py::TestTorch::test_pin_memory, test/test_torch.py::TestTorch::test_print, test/test_torch.py::TestTorch::test_prod_neg_dim, test/test_torch.py::TestTorch::test_pyobj_preserved, test/test_torch.py::TestTorch::test_qengine, test/test_torch.py::TestTorch::test_renorm_neg_dim, test/test_torch.py::TestTorch::test_resizable, test/test_torch.py::TestTorch::test_reversed, test/test_torch.py::TestTorch::test_scatter_neg_dim, test/test_torch.py::TestTorch::test_select_neg_dim, test/test_torch.py::TestTorch::test_set_flush_denormal, test/test_torch.py::TestTorch::test_setting_real_imag_to_a_number, test/test_torch.py::TestTorch::test_show_config, test/test_torch.py::TestTorch::test_size_neg_dim, test/test_torch.py::TestTorch::test_size_stride, test/test_torch.py::TestTorch::test_sizeof, test/test_torch.py::TestTorch::test_slice, test/test_torch.py::TestTorch::test_slow_test, test/test_torch.py::TestTorch::test_sobolengine_bounds, test/test_torch.py::TestTorch::test_sobolengine_bounds_scrambled, test/test_torch.py::TestTorch::test_sobolengine_continuing, test/test_torch.py::TestTorch::test_sobolengine_continuing_scrambled, test/test_torch.py::TestTorch::test_sobolengine_default_dtype, test/test_torch.py::TestTorch::test_sobolengine_distribution, test/test_torch.py::TestTorch::test_sobolengine_distribution_scrambled, test/test_torch.py::TestTorch::test_sobolengine_draw, test/test_torch.py::TestTorch::test_sobolengine_draw_base2, test/test_torch.py::TestTorch::test_sobolengine_draw_base2_scrambled, test/test_torch.py::TestTorch::test_sobolengine_draw_scrambled, test/test_torch.py::TestTorch::test_sobolengine_fast_forward, test/test_torch.py::TestTorch::test_sobolengine_fast_forward_scrambled, test/test_torch.py::TestTorch::test_sobolengine_first_point, test/test_torch.py::TestTorch::test_sobolengine_high_dim, test/test_torch.py::TestTorch::test_sobolengine_raise, test/test_torch.py::TestTorch::test_sobolengine_reset, test/test_torch.py::TestTorch::test_sobolengine_reset_scrambled, test/test_torch.py::TestTorch::test_sort_neg_dim, test/test_torch.py::TestTorch::test_split_neg_dim, test/test_torch.py::TestTorch::test_split_with_sizes_copy_out, test/test_torch.py::TestTorch::test_squeeze_neg_dim, test/test_torch.py::TestTorch::test_std_neg_dim, test/test_torch.py::TestTorch::test_storage_base_init, test/test_torch.py::TestTorch::test_storage_base_new, test/test_torch.py::TestTorch::test_storage_byteswap, test/test_torch.py::TestTorch::test_storage_casts, test/test_torch.py::TestTorch::test_storage_cycle_via_dict, test/test_torch.py::TestTorch::test_storage_cycle_via_slots, test/test_torch.py::TestTorch::test_storage_dead_weak_ref, test/test_torch.py::TestTorch::test_storage_dealloc, test/test_torch.py::TestTorch::test_storage_dealloc_resurrected, test/test_torch.py::TestTorch::test_storage_dealloc_subclass_resurrected, test/test_torch.py::TestTorch::test_storage_dealloc_subclass_zombie, test/test_torch.py::TestTorch::test_storage_dict_dealloc, test/test_torch.py::TestTorch::test_storage_error, test/test_torch.py::TestTorch::test_storage_error_no_attribute, test/test_torch.py::TestTorch::test_storage_finalizer_dealloc, test/test_torch.py::TestTorch::test_storage_fix_weakref_no_leak, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc_resurrected, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc_zombie, test/test_torch.py::TestTorch::test_storage_preserve_nonhermetic_in_hermetic_context, test/test_torch.py::TestTorch::test_storage_resurrected_weak_ref, test/test_torch.py::TestTorch::test_storage_slot_dealloc, test/test_torch.py::TestTorch::test_storage_weakref_dealloc, test/test_torch.py::TestTorch::test_structseq_repr, test/test_torch.py::TestTorch::test_subclass_preserved, test/test_torch.py::TestTorch::test_subclass_tensors, test/test_torch.py::TestTorch::test_sum_neg_dim, test/test_torch.py::TestTorch::test_swap_basic, test/test_torch.py::TestTorch::test_swap_fail_slots, test/test_torch.py::TestTorch::test_t_not_2d_error, test/test_torch.py::TestTorch::test_tensor_base_init, test/test_torch.py::TestTorch::test_tensor_base_new, test/test_torch.py::TestTorch::test_tensor_ctor_scalar, test/test_torch.py::TestTorch::test_tensor_cycle_via_dict, test/test_torch.py::TestTorch::test_tensor_cycle_via_slots, test/test_torch.py::TestTorch::test_tensor_dead_weak_ref, test/test_torch.py::TestTorch::test_tensor_dict_dealloc, test/test_torch.py::TestTorch::test_tensor_finalizer_dealloc, test/test_torch.py::TestTorch::test_tensor_fix_weakref_no_leak, test/test_torch.py::TestTorch::test_tensor_ressurecting_clear, test/test_torch.py::TestTorch::test_tensor_resurrected_weak_ref, test/test_torch.py::TestTorch::test_tensor_set, test/test_torch.py::TestTorch::test_tensor_set_errors, test/test_torch.py::TestTorch::test_tensor_slot_dealloc, test/test_torch.py::TestTorch::test_tensor_weakref_dealloc, test/test_torch.py::TestTorch::test_tensor_where_scalar, test/test_torch.py::TestTorch::test_tensoriterator_output_setup, test/test_torch.py::TestTorch::test_terminate_handler_on_crash, test/test_torch.py::TestTorch::test_to, test/test_torch.py::TestTorch::test_to_with_tensor, test/test_torch.py::TestTorch::test_topk_neg_dim, test/test_torch.py::TestTorch::test_torch_from_file, test/test_torch.py::TestTorch::test_transpose_neg_dim, test/test_torch.py::TestTorch::test_type, test/test_torch.py::TestTorch::test_type_alias, test/test_torch.py::TestTorch::test_type_conversion_via_dtype_name, test/test_torch.py::TestTorch::test_typed_storage_deprecation_warning, test/test_torch.py::TestTorch::test_typed_storage_internal_no_warning, test/test_torch.py::TestTorch::test_unbind_neg_dim, test/test_torch.py::TestTorch::test_unflatten, test/test_torch.py::TestTorch::test_unfold_neg_dim, test/test_torch.py::TestTorch::test_unsqueeze_neg_dim, test/test_torch.py::TestTorch::test_upsample_nearest1d_meta, test/test_torch.py::TestTorch::test_upsample_nearest2d_meta, test/test_torch.py::TestTorch::test_var_neg_dim, test/test_torch.py::TestTorch::test_warn_types, test/test_torch.py::TestTorch::test_wildcard_import, test/test_torch.py::TestVitalSignsCudaCPU::test_cuda_vitals_gpu_only_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_assertRaisesRegex_ignore_msg_non_native_device_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_edge_cases_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_edge_cases_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_edge_cases_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_p_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_p_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_p_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_p_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_bfloat16_neg_abs_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_bool_tensor_value_change_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_add_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_addcdiv_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_addcmul_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_atan2_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_copy_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_dist_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_div_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_eq_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_fmod_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_ge_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_gt_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_le_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_lerp_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_lt_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_map2_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_map_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_masked_fill_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_masked_scatter_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_masked_select_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_max_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_min_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_mul_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_ne_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_pow_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_remainder_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_sub_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_kstest_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_no_inf_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_no_inf_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_cuda_backward_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_euclidean_large_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_grad_p_lt_1_no_nan_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_large_batch_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_large_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_non_contiguous_batch_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_non_contiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_norm_batch_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_norm_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_same_inputs_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_check_tensor_all_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_check_tensor_internal_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_clone_all_dtypes_and_devices_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_clone_not_memory_dense_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_clone_zero_stride_dim_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_complex_half_experimental_warning_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_constants_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_conv_transposed_backward_agnostic_to_memory_format_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_conv_transposed_large_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_complex32, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_all_dtypes_and_devices_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_math_view_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_mem_overlap_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_transpose_math_view_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_transpose_math_view_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_transpose_math_view_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_corrcoef_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_corrcoef_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_corrcoef_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_cov_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cpp_warnings_have_python_context_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cublas_config_nondeterministic_alert_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cummax_cummin_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cummax_discontiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cummin_discontiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cumprod_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cumsum_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_deepcopy_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deepcopy_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deepcopy_scalar_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deepcopy_scalar_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_complex32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_interpolate_bilinear_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_replication_pad2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_device_guard_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_dim_function_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_discontiguous_out_cumsum_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_dist_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_dtypetensor_warnings_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_errors_index_copy_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_expected_failure_xla_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_kstest_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_kstest_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_kstest_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_kstest_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_no_zero_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_no_zero_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_gather_backward_deterministic_path_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_gather_backward_one_dim_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_kstest_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scale_will_not_overflow_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaler_deprecated_warning_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaler_pass_itself_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_accumulation_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach0_fused0_AdamW_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach0_fused0_Adam_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach0_fused0_SGD_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach2_fused_True_AdamW_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach2_fused_True_Adam_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach2_fused_True_SGD_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach_True_fused1_AdamW_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach_True_fused1_Adam_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach_True_fused1_SGD_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_clipping_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_clipping_separate_unscale_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_multiple_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_penalty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_state_dict_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_unscale_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_unscale_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_unscale_sparse_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_update_scale_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_all_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_all_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_all_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_extreme_cases_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_extreme_cases_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_extreme_cases_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_spacing_list_length_error_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_spacing_list_length_error_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_spacing_list_length_error_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_type_promotion_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_hook_remove_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_add_deterministic_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_add_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_deterministic_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_put_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_put_non_accumulate_deterministic_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float8_e4m3fn, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float8_e4m3fnuz, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float8_e5m2, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float8_e5m2fnuz, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_invalid_shapes_grid_sampler_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_is_set_to_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_is_signed_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_complex32, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float8_e4m3fn, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float8_e4m3fnuz, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float8_e5m2, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float8_e5m2fnuz, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_large_cumprod_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_large_cumsum_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_log_normal_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_log_normal_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_log_normal_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_log_normal_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_logcumsumexp_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_lognormal_kstest_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_bool_tensor_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_bfloat16_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_bfloat16_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_bool_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_bool_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_complex128_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_complex128_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_complex64_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_complex64_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float16_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float16_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float32_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float32_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float64_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float64_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int16_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int16_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int32_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int32_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int64_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int64_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int8_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int8_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_uint8_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_uint8_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_bool_tensor_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_inplace_noncontiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_large_tensor_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_discontiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_clone_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_consistency_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_cpu_and_cuda_ops_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_empty_like_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_factory_like_functions_preserve_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_operators_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_preserved_after_permute_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_propagation_rules_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_to_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_type_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_type_shortcuts_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_module_share_memory_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_deterministic_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_deterministic_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_deterministic_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_device_constrain_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_empty_w_replacement_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_empty_wo_replacement_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_gpu_device_constrain_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_rng_state_advance_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_narrow_copy_non_contiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_narrow_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_AdaptiveAvgPool2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_AdaptiveAvgPool3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_AdaptiveMaxPool2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_AvgPool3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_CTCLoss_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_EmbeddingBag_max_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_FractionalMaxPool2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_FractionalMaxPool3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxPool3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool1d_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool1d_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool1d_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool2d_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool2d_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool2d_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool3d_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool3d_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool3d_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_NLLLoss_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_ReflectionPad1d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_ReflectionPad2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_ReflectionPad3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_ReplicationPad1d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_ReplicationPad2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_ReplicationPad3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_bincount_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_cumsum_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_cumsum_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_cumsum_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_cumsum_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_cumsum_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_cumsum_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_cumsum_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_cumsum_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_cumsum_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_cumsum_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_grid_sample_2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_grid_sample_3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_histc_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_interpolate_bicubic_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_interpolate_bilinear_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_interpolate_linear_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_interpolate_trilinear_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_kthvalue_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_median_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_put_accumulate_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_put_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_resize_quantized_cpu_qint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_resize_quantized_cpu_qint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_resize_quantized_cpu_quint2x4, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_resize_quantized_cpu_quint4x2, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_resize_quantized_cpu_quint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_normal_kstest_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_normal_kstest_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_normal_kstest_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nullary_op_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_pairwise_distance_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_AdamW_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_Adam_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_SGD_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_pdist_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_pdist_norm_large_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_pickle_gradscaler_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_pin_memory_from_constructor_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_reduced_type_float_copy_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_reduced_type_float_copy_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_repeat_interleave_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scalar_check_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_add_bool_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_add_non_unique_index_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_add_one_dim_deterministic_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_add_to_large_input_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_bool_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_to_large_input_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_zero_size_index_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_serialization_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_default_tensor_type_warnings_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_shift_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_skip_xla_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_all_devices_non_blocking_False_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_all_devices_non_blocking_True_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_qint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_qint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_quint4x2, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_quint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_strides_propagation_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_sync_warning_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_set_errors_multigpu_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_shape_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_type_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_ternary_op_mem_overlap_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_unfold_all_devices_and_dtypes_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_unfold_scalars_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_uniform_kstest_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_uniform_kstest_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_uniform_kstest_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_uniform_kstest_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_untyped_storage_meta_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_warn_always_caught_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_where_scalar_handcrafted_values_cpu 2024-11-01T17:00:28.1854619Z 2024-11-01T17:00:28.1854915Z Running test_cpp_api_parity 1/1 ... [2024-11-01 17:00:28.102686] 2024-11-01T17:00:28.1855456Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:00:28.1856952Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_api_parity.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:00:28.102686] 2024-11-01T17:01:23.4375335Z 2024-11-01T17:01:23.4376638Z test_cpp_api_parity 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cpp_api_parity_1.1_d40ce47505ffc341_.log 2024-11-01T17:01:23.4665255Z Running 488 items in this shard: test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_circular_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_circular_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_groups, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_groups_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad1, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad1_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad1size1, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad1size1_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad2size1, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad2size1_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_valid, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_valid_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_reflect_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_reflect_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_replicate_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_replicate_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_stride, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_stride_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_zero_batch, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_zero_batch_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_zeros_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_zeros_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_circular_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_circular_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_padded, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_padded_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_strided, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_strided_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_with_multiplier, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_with_multiplier_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_groups, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_groups_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_groups_thnn, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_groups_thnn_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_same, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_same_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_same_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_same_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_valid, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_valid_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_padding, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_padding_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_reflect_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_reflect_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_replicate_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_replicate_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_strided, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_strided_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_zero_batch, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_zero_batch_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_zeros_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_zeros_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_1x1x1_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_1x1x1_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_circular_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_circular_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_dilated_strided, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_dilated_strided_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_groups, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_groups_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_same, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_same_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_same_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_same_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_valid, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_valid_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_replicate_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_replicate_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_stride, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_stride_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_stride_padding, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_stride_padding_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_zero_batch, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_zero_batch_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_zeros_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_zeros_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_groups, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_groups_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_groups, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_groups_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose3d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose3d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CrossMapLRN2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CrossMapLRN2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_discontiguous, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_discontiguous_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_max, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_max_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_max_padding_idx, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_max_padding_idx_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_mean_padding_idx, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_mean_padding_idx_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sparse, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sparse_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sum_padding_idx, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sum_padding_idx_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding_discontiguous, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding_discontiguous_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding_sparse, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding_sparse_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Flatten, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Flatten_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Flatten_no_batch_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Flatten_no_batch_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_int_input, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_int_input_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_no_batch_dim_input, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_no_batch_dim_input_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_no_batch_dim_int_input, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_no_batch_dim_int_input_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_LayerNorm_3d_no_affine_large_feature, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear_no_batch_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear_no_batch_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_broadcast_lhs, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_broadcast_lhs_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_broadcast_rhs, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_broadcast_rhs_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_no_batch_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_no_batch_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_with_non_default_args, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_with_non_default_args_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PixelShuffle, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PixelShuffle_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PixelUnshuffle, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PixelUnshuffle_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU_with_up_down, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU_with_up_down_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU_with_up_down_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU_with_up_down_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d_complex, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d_complex_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d_no_batch_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d_no_batch_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SampleModule_has_parity, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SampleModule_has_parity_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SampleModule_no_parity, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SampleModule_no_parity_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerDecoderLayer_gelu_activation, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerDecoderLayer_relu_activation, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerDecoderLayer_relu_activation_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerEncoderLayer_gelu_activation, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerEncoderLayer_relu_activation, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerEncoderLayer_relu_activation_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Transformer_multilayer_coder, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Transformer_multilayer_coder_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unflatten_no_batch_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unflatten_no_batch_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unfold, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unfold_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unfold_int_input, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unfold_int_input_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_weights_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_weights_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_weights_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HingeEmbeddingLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HuberLoss_delta, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HuberLoss_delta_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_log_target, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_with_target_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce_complex, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce_complex_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MSELoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MSELoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MSELoss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_index_neg, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_1d_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_margin_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_p_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_weights_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce_weights, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce_weights, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_ignore_index, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_PoissonNLLLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_beta, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_beta_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_zero_beta, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SoftMarginLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_2d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_tuple_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_2d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_tuple_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_scale_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_scale_1d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_scale_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_tuple_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_tuple_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_1d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d_launch_configs, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_3d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_3d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_scale_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_tuple_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_dim0, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_dim0_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_dim3, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_dim3_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_lastdim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_lastdim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_spatial, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_spatial_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_spatial_special, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_spatial_special_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_sample_functional_has_parity, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_sample_functional_has_parity_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_sample_functional_no_parity, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_sample_functional_no_parity_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_dim0, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_dim0_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_dim3, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_dim3_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_lastdim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_lastdim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_lastdim_dtype, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_lastdim_dtype_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial_dtype, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial_dtype_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial_special, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial_special_cuda 2024-11-01T17:01:23.4931203Z 2024-11-01T17:01:23.4931532Z Running test_multiprocessing_spawn 1/1 ... [2024-11-01 17:01:23.438849] 2024-11-01T17:01:23.4933177Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:01:23.4934717Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing_spawn.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:01:23.439419] 2024-11-01T17:03:07.8435667Z 2024-11-01T17:03:07.8437196Z test_multiprocessing_spawn 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_multiprocessing_spawn_1.1_d328c52b4a5b3519_.log 2024-11-01T17:03:07.8451918Z Running 31 items in this shard: test/test_multiprocessing_spawn.py::SpawnTest::test_exception_all, test/test_multiprocessing_spawn.py::SpawnTest::test_exception_raises, test/test_multiprocessing_spawn.py::SpawnTest::test_exception_single, test/test_multiprocessing_spawn.py::SpawnTest::test_first_argument_index, test/test_multiprocessing_spawn.py::SpawnTest::test_signal_raises, test/test_multiprocessing_spawn.py::SpawnTest::test_success, test/test_multiprocessing_spawn.py::SpawnTest::test_success_first_then_exception, test/test_multiprocessing_spawn.py::SpawnTest::test_success_non_blocking, test/test_multiprocessing_spawn.py::SpawnTest::test_terminate_exit_grace_period0, test/test_multiprocessing_spawn.py::SpawnTest::test_terminate_exit_grace_period_5, test/test_multiprocessing_spawn.py::SpawnTest::test_terminate_signal, test/test_multiprocessing_spawn.py::ForkTest::test_exception_all, test/test_multiprocessing_spawn.py::ForkTest::test_exception_single, test/test_multiprocessing_spawn.py::ForkTest::test_first_argument_index, test/test_multiprocessing_spawn.py::ForkTest::test_success, test/test_multiprocessing_spawn.py::ForkTest::test_success_first_then_exception, test/test_multiprocessing_spawn.py::ForkTest::test_success_non_blocking, test/test_multiprocessing_spawn.py::ForkTest::test_terminate_exit_grace_period0, test/test_multiprocessing_spawn.py::ForkTest::test_terminate_exit_grace_period_5, test/test_multiprocessing_spawn.py::ForkTest::test_terminate_signal, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_exception_all, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_exception_single, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_first_argument_index, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_success, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_success_first_then_exception, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_success_non_blocking, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_terminate_exit_grace_period0, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_terminate_exit_grace_period_5, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_terminate_signal, test/test_multiprocessing_spawn.py::ParallelForkServerPerfTest::test_forkserver_perf, test/test_multiprocessing_spawn.py::ErrorTest::test_errors_pickleable 2024-11-01T17:03:07.8473265Z 2024-11-01T17:03:07.8473593Z Running test_show_pickle 1/1 ... [2024-11-01 17:03:07.844073] 2024-11-01T17:03:07.8474264Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:03:07.8476069Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_show_pickle.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:03:07.844639] 2024-11-01T17:03:12.0500092Z 2024-11-01T17:03:12.0501200Z test_show_pickle 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_show_pickle_1.1_0a39e7eef30e3d7b_.log 2024-11-01T17:03:12.0502553Z Running 1 items in this shard: test/test_show_pickle.py::TestShowPickle::test_scripted_model 2024-11-01T17:03:12.0503172Z 2024-11-01T17:03:12.0505443Z Running test_utils 1/1 ... [2024-11-01 17:03:12.049967] 2024-11-01T17:03:12.0506171Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:03:12.0512410Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_utils.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:03:12.049967] 2024-11-01T17:08:34.5210122Z 2024-11-01T17:08:34.5210914Z PRINTING LOG FILE of test_utils 1/1 (test/test-reports/test_utils_1.1_70b2ad8517e485db_.log) 2024-11-01T17:08:34.5303402Z Test results will be stored in test-reports\python-pytest\test_utils\test_utils-4ae7d8197db6d7c0.xml 2024-11-01T17:08:34.5304296Z ============================= test session starts ============================= 2024-11-01T17:08:34.5305150Z platform win32 -- Python 3.9.19, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2024-11-01T17:08:34.5308163Z cachedir: .pytest_cache 2024-11-01T17:08:34.5309310Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2024-11-01T17:08:34.5310412Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2024-11-01T17:08:34.5311584Z plugins: hypothesis-5.35.1, cpp-2.3.0, flakefinder-1.1.0, forked-1.6.0, rerunfailures-10.3, xdist-2.5.0, xdoctest-1.2.0, typeguard-4.3.0 2024-11-01T17:08:34.5312556Z collecting ... collected 6013 items 2024-11-01T17:08:34.5313064Z stepcurrent: Cannot find last run test, not skipping 2024-11-01T17:08:34.8116142Z Running 6013 items in this shard: test/test_utils.py::TestCheckpoint::test_checkpoint, test/test_utils.py::TestCheckpoint::test_checkpoint_module_list, test/test_utils.py::TestCheckpoint::test_checkpoint_no_tensors, test/test_utils.py::TestCheckpoint::test_checkpoint_non_tensor, test/test_utils.py::TestCheckpoint::test_checkpoint_non_tensor_inputs_outputs, test/test_utils.py::TestCheckpoint::test_checkpoint_not_preserve_rng_state_and_without_reentrant, test/test_utils.py::TestCheckpoint::test_checkpoint_partial_grad, test/test_utils.py::TestCheckpoint::test_checkpoint_rng_cpu, test/test_utils.py::TestCheckpoint::test_checkpoint_rng_cuda, test/test_utils.py::TestCheckpoint::test_checkpoint_sequential_deprecated_multiple_args, test/test_utils.py::TestCheckpoint::test_checkpoint_sequential_deprecated_no_args, test/test_utils.py::TestCheckpoint::test_checkpoint_trigger, test/test_utils.py::TestCheckpoint::test_checkpoint_valid, test/test_utils.py::TestCheckpoint::test_checkpointing_without_reentrant_early_free, test/test_utils.py::TestCheckpoint::test_get_device_states_recursive, test/test_utils.py::TestCheckpoint::test_infer_device_state_recursive_meta, test/test_utils.py::TestCheckpoint::test_infer_device_state_recursive_multi_cuda, test/test_utils.py::TestDataLoaderUtils::test_multi_drop, test/test_utils.py::TestDataLoaderUtils::test_multi_keep, test/test_utils.py::TestDataLoaderUtils::test_random_seed, test/test_utils.py::TestDataLoaderUtils::test_single_drop, test/test_utils.py::TestDataLoaderUtils::test_single_keep, test/test_utils.py::TestBottleneck::test_bottleneck_cpu_only, test/test_utils.py::TestBottleneck::test_bottleneck_cuda, test/test_utils.py::TestCollectEnv::test_smoke, test/test_utils.py::TestONNXUtils::test_check_onnx_broadcast, test/test_utils.py::TestONNXUtils::test_prepare_onnx_paddings, test/test_utils.py::TestHipify::test_import_hipify, test/test_utils.py::TestHipifyTrie::test_add_and_search_trie, test/test_utils.py::TestHipifyTrie::test_add_multiple_and_search_trie, test/test_utils.py::TestHipifyTrie::test_char_export_trie_to_regex, test/test_utils.py::TestHipifyTrie::test_export_trie_to_regex, test/test_utils.py::TestHipifyTrie::test_prefix_words_export_trie_to_regex, test/test_utils.py::TestHipifyTrie::test_quote_escape, test/test_utils.py::TestHipifyTrie::test_single_export_trie_to_regex, test/test_utils.py::TestHipifyTrie::test_special_char_export_trie_to_regex, test/test_utils.py::TestAssert::test_assert_scriptable, test/test_utils.py::TestAssert::test_assert_true, test/test_utils.py::TestStandaloneCPPJIT::test_load_standalone, test/test_utils.py::TestExtensionUtils::test_external_module_register, test/test_utils.py::TestExtensionUtils::test_external_module_register_with_renamed_backend, test/test_utils.py::TestRenderUtils::test_basic, test/test_utils.py::TestDeviceUtilsCPU::test_basic_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_decorator_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_decorator_generator_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__upsample_bilinear2d_aa_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__upsample_bilinear2d_aa_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__upsample_bilinear2d_aa_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_shapes_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdist_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdist_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_complex_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_complex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_complex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_grid_sampler_2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_grid_sampler_2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogram_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogram_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogramdd_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogramdd_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_imag_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_imag_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_imag_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_istft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_istft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_singular_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_singular_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_singular_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_singular_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanquantile_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanquantile_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool3d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_ctc_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_ctc_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_grid_sample_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_grid_sample_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mse_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mse_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mse_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_margin_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_margin_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_margin_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_margin_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_one_hot_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pdist_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pdist_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rrelu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rrelu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rrelu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_complex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_complex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polar_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polar_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_quantile_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_quantile_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_3_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_3_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_3_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_neg_3_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_neg_3_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_neg_3_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_bartlett_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_bartlett_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_blackman_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_blackman_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_cosine_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_cosine_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_exponential_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_exponential_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_gaussian_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_gaussian_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_cosine_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_cosine_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_hamming_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_hamming_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hamming_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hamming_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hann_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hann_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_kaiser_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_kaiser_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_nuttall_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_nuttall_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_indices_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_indices_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_indices_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_indices_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_complex_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_complex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_complex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_real_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_real_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_get_default_device_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_get_default_device_more_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_nn_module_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_set_default_device_cpu, test/test_utils.py::TestCppExtensionUtils::test_cc_compiler_is_ok, test/test_utils.py::TestCppExtensionUtils::test_cpp_compiler_is_ok, test/test_utils.py::TestTraceback::test_basic, test/test_utils.py::TestTraceback::test_captured_traceback, test/test_utils.py::TestTraceback::test_captured_traceback_format_all, test/test_utils.py::TestTraceback::test_captured_traceback_format_all_cached, test/test_utils.py::TestTraceback::test_format_traceback_short 2024-11-01T17:08:35.0805386Z 2024-11-01T17:08:35.0805945Z test_utils.py::TestCheckpoint::test_checkpoint PASSED [0.0196s] [ 0%] 2024-11-01T17:08:35.0806910Z test_utils.py::TestCheckpoint::test_checkpoint_module_list PASSED [0.0156s] [ 0%] 2024-11-01T17:08:35.0807846Z test_utils.py::TestCheckpoint::test_checkpoint_no_tensors PASSED [0.0037s] [ 0%] 2024-11-01T17:08:35.0808762Z test_utils.py::TestCheckpoint::test_checkpoint_non_tensor PASSED [0.0033s] [ 0%] 2024-11-01T17:08:35.0810033Z test_utils.py::TestCheckpoint::test_checkpoint_non_tensor_inputs_outputs PASSED [0.0071s] [ 0%] 2024-11-01T17:08:35.0811268Z test_utils.py::TestCheckpoint::test_checkpoint_not_preserve_rng_state_and_without_reentrant SKIPPED [0.0004s] (No CUDA) [ 0%] 2024-11-01T17:08:35.0812426Z test_utils.py::TestCheckpoint::test_checkpoint_partial_grad PASSED [0.0037s] [ 0%] 2024-11-01T17:08:35.0813311Z test_utils.py::TestCheckpoint::test_checkpoint_rng_cpu PASSED [0.0149s] [ 0%] 2024-11-01T17:08:35.0814529Z test_utils.py::TestCheckpoint::test_checkpoint_rng_cuda SKIPPED [0.0003s] (No CUDA) [ 0%] 2024-11-01T17:08:35.0815700Z test_utils.py::TestCheckpoint::test_checkpoint_sequential_deprecated_multiple_args PASSED [0.0028s] [ 0%] 2024-11-01T17:08:35.0816859Z test_utils.py::TestCheckpoint::test_checkpoint_sequential_deprecated_no_args PASSED [0.0027s] [ 0%] 2024-11-01T17:08:35.0817862Z test_utils.py::TestCheckpoint::test_checkpoint_trigger PASSED [0.0081s] [ 0%] 2024-11-01T17:08:35.0818706Z test_utils.py::TestCheckpoint::test_checkpoint_valid PASSED [0.0068s] [ 0%] 2024-11-01T17:08:35.0819822Z test_utils.py::TestCheckpoint::test_checkpointing_without_reentrant_early_free SKIPPED [0.0003s] (Test requires CUDA) [ 0%] 2024-11-01T17:08:35.0821270Z test_utils.py::TestCheckpoint::test_get_device_states_recursive SKIPPED [0.0003s] (multi-GPU not supported) [ 0%] 2024-11-01T17:08:35.0822389Z test_utils.py::TestCheckpoint::test_infer_device_state_recursive_meta PASSED [0.0033s] [ 0%] 2024-11-01T17:08:35.0823620Z test_utils.py::TestCheckpoint::test_infer_device_state_recursive_multi_cuda SKIPPED [0.0003s] (multi-GPU not supported) [ 0%] 2024-11-01T17:08:35.0824762Z test_utils.py::TestDataLoaderUtils::test_multi_drop PASSED [6.0751s] [ 0%] 2024-11-01T17:08:35.0826146Z test_utils.py::TestDataLoaderUtils::test_multi_keep SKIPPED [0.0003s] (FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN) [ 0%] 2024-11-01T17:08:35.0827484Z test_utils.py::TestDataLoaderUtils::test_random_seed PASSED [12.5852s] [ 0%] 2024-11-01T17:08:35.0828393Z test_utils.py::TestDataLoaderUtils::test_single_drop PASSED [0.0029s] [ 0%] 2024-11-01T17:08:35.0829292Z test_utils.py::TestDataLoaderUtils::test_single_keep PASSED [0.0025s] [ 0%] 2024-11-01T17:08:35.0830157Z test_utils.py::TestBottleneck::test_bottleneck_cpu_only PASSED [24.9964s] [ 0%] 2024-11-01T17:08:35.0831092Z test_utils.py::TestBottleneck::test_bottleneck_cuda SKIPPED [0.0003s] (No CUDA) [ 0%] 2024-11-01T17:08:35.0832104Z test_utils.py::TestCollectEnv::test_smoke PASSED [5.8144s] [ 0%] 2024-11-01T17:08:35.0832987Z test_utils.py::TestONNXUtils::test_check_onnx_broadcast PASSED [0.0027s] [ 0%] 2024-11-01T17:08:35.0833852Z test_utils.py::TestONNXUtils::test_prepare_onnx_paddings PASSED [0.0024s] [ 0%] 2024-11-01T17:08:35.0834745Z test_utils.py::TestHipify::test_import_hipify PASSED [0.0020s] [ 0%] 2024-11-01T17:08:35.0835613Z test_utils.py::TestHipifyTrie::test_add_and_search_trie PASSED [0.0002s] [ 0%] 2024-11-01T17:08:35.0836627Z test_utils.py::TestHipifyTrie::test_add_multiple_and_search_trie PASSED [0.0004s] [ 0%] 2024-11-01T17:08:35.0837707Z test_utils.py::TestHipifyTrie::test_char_export_trie_to_regex PASSED [0.0004s] [ 0%] 2024-11-01T17:08:35.0838646Z test_utils.py::TestHipifyTrie::test_export_trie_to_regex PASSED [0.0005s] [ 0%] 2024-11-01T17:08:35.0839574Z test_utils.py::TestHipifyTrie::test_prefix_words_export_trie_to_regex PASSED [0.0003s] [ 0%] 2024-11-01T17:08:35.0842008Z test_utils.py::TestHipifyTrie::test_quote_escape PASSED [0.0005s] [ 0%] 2024-11-01T17:08:35.0843709Z test_utils.py::TestHipifyTrie::test_single_export_trie_to_regex PASSED [0.0004s] [ 0%] 2024-11-01T17:08:35.0844726Z test_utils.py::TestHipifyTrie::test_special_char_export_trie_to_regex PASSED [0.0003s] [ 0%] 2024-11-01T17:08:35.0845653Z test_utils.py::TestAssert::test_assert_scriptable PASSED [0.0694s] [ 0%] 2024-11-01T17:08:35.0846536Z test_utils.py::TestAssert::test_assert_true PASSED [0.0023s] [ 0%] 2024-11-01T17:08:35.0847540Z test_utils.py::TestStandaloneCPPJIT::test_load_standalone PASSED [13.5999s] [ 0%] 2024-11-01T17:08:35.0848534Z test_utils.py::TestExtensionUtils::test_external_module_register PASSED [0.0026s] [ 0%] 2024-11-01T17:08:35.0849691Z test_utils.py::TestExtensionUtils::test_external_module_register_with_renamed_backend PASSED [0.0033s] [ 0%] 2024-11-01T17:08:35.0850735Z test_utils.py::TestRenderUtils::test_basic PASSED [0.0136s] [ 0%] 2024-11-01T17:08:35.0851621Z test_utils.py::TestDeviceUtilsCPU::test_basic_cpu PASSED [0.0030s] [ 0%] 2024-11-01T17:08:35.0852484Z test_utils.py::TestDeviceUtilsCPU::test_decorator_cpu PASSED [0.0022s] [ 0%] 2024-11-01T17:08:35.0853413Z test_utils.py::TestDeviceUtilsCPU::test_decorator_generator_cpu PASSED [0.0022s] [ 0%] 2024-11-01T17:08:35.0854536Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_bfloat16 PASSED [0.1637s] [ 0%] 2024-11-01T17:08:35.0855542Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_bool PASSED [0.0125s] [ 0%] 2024-11-01T17:08:35.0856595Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_complex128 PASSED [0.0121s] [ 0%] 2024-11-01T17:08:35.0857666Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_complex32 PASSED [0.0126s] [ 0%] 2024-11-01T17:08:35.0858697Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_complex64 PASSED [0.0125s] [ 0%] 2024-11-01T17:08:35.0859799Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_float16 PASSED [0.0121s] [ 0%] 2024-11-01T17:08:35.0860892Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_float32 PASSED [0.0124s] [ 0%] 2024-11-01T17:08:35.0861951Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_float64 PASSED [0.0124s] [ 0%] 2024-11-01T17:08:35.0862945Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int16 PASSED [0.0120s] [ 0%] 2024-11-01T17:08:35.0863972Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int32 PASSED [0.0120s] [ 0%] 2024-11-01T17:08:35.0864995Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int64 PASSED [0.0122s] [ 0%] 2024-11-01T17:08:35.0866078Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int8 PASSED [0.0125s] [ 0%] 2024-11-01T17:08:35.0867112Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_uint8 PASSED [0.0119s] [ 0%] 2024-11-01T17:08:35.0868157Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_bfloat16 PASSED [0.0120s] [ 0%] 2024-11-01T17:08:35.0869214Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_bool PASSED [0.0122s] [ 0%] 2024-11-01T17:08:35.0870232Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_complex128 PASSED [0.0124s] [ 1%] 2024-11-01T17:08:35.0871411Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_complex32 PASSED [0.0123s] [ 1%] 2024-11-01T17:08:35.0872502Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_complex64 PASSED [0.0123s] [ 1%] 2024-11-01T17:08:35.0873613Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_float16 PASSED [0.0123s] [ 1%] 2024-11-01T17:08:35.0874678Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_float32 PASSED [0.0121s] [ 1%] 2024-11-01T17:08:35.0875732Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_float64 PASSED [0.0120s] [ 1%] 2024-11-01T17:08:35.0876829Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int16 PASSED [0.0120s] [ 1%] 2024-11-01T17:08:35.0878186Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int32 PASSED [0.0126s] [ 1%] 2024-11-01T17:08:35.0879438Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int64 PASSED [0.0120s] [ 1%] 2024-11-01T17:08:35.0880460Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int8 PASSED [0.0121s] [ 1%] 2024-11-01T17:08:35.0881446Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_uint8 PASSED [0.0123s] [ 1%] 2024-11-01T17:08:35.0882762Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_bfloat16 PASSED [0.0298s] [ 1%] 2024-11-01T17:08:35.0883959Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_bool PASSED [0.0297s] [ 1%] 2024-11-01T17:08:35.0885106Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_complex128 PASSED [0.0291s] [ 1%] 2024-11-01T17:08:35.0886243Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_complex32 PASSED [0.0298s] [ 1%] 2024-11-01T17:08:35.0887401Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_complex64 PASSED [0.0301s] [ 1%] 2024-11-01T17:08:35.0888602Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_float16 PASSED [0.0292s] [ 1%] 2024-11-01T17:08:35.0889754Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_float32 PASSED [0.0297s] [ 1%] 2024-11-01T17:08:35.0890883Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_float64 PASSED [0.0298s] [ 1%] 2024-11-01T17:08:35.0892014Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int16 PASSED [0.0293s] [ 1%] 2024-11-01T17:08:35.0893128Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int32 PASSED [0.0296s] [ 1%] 2024-11-01T17:08:35.0894256Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int64 PASSED [0.0290s] [ 1%] 2024-11-01T17:08:35.0895416Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int8 PASSED [0.0297s] [ 1%] 2024-11-01T17:08:35.0896529Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_uint8 PASSED [0.0291s] [ 1%] 2024-11-01T17:08:35.0897602Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_bfloat16 PASSED [0.0214s] [ 1%] 2024-11-01T17:08:35.0898719Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_bool PASSED [0.0207s] [ 1%] 2024-11-01T17:08:35.0899871Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_complex128 PASSED [0.0216s] [ 1%] 2024-11-01T17:08:35.0901056Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_complex64 PASSED [0.0218s] [ 1%] 2024-11-01T17:08:35.0902141Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_float16 PASSED [0.0215s] [ 1%] 2024-11-01T17:08:35.0903248Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_float32 PASSED [0.0200s] [ 1%] 2024-11-01T17:08:35.0904350Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_float64 PASSED [0.0205s] [ 1%] 2024-11-01T17:08:35.0905408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int16 PASSED [0.0210s] [ 1%] 2024-11-01T17:08:35.0906584Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int32 PASSED [0.0215s] [ 1%] 2024-11-01T17:08:35.0907667Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int64 PASSED [0.0214s] [ 1%] 2024-11-01T17:08:35.0908757Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int8 PASSED [0.0210s] [ 1%] 2024-11-01T17:08:35.0909888Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_uint8 PASSED [0.0218s] [ 1%] 2024-11-01T17:08:35.0910989Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_bool PASSED [0.0211s] [ 1%] 2024-11-01T17:08:35.0912169Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int16 PASSED [0.0215s] [ 1%] 2024-11-01T17:08:35.0913272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int32 PASSED [0.0212s] [ 1%] 2024-11-01T17:08:35.0914661Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int64 PASSED [0.0213s] [ 1%] 2024-11-01T17:08:35.0915741Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int8 PASSED [0.0211s] [ 1%] 2024-11-01T17:08:35.0916822Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_uint8 PASSED [0.0214s] [ 1%] 2024-11-01T17:08:35.0918040Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_bfloat16 PASSED [0.0220s] [ 1%] 2024-11-01T17:08:35.0919153Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_bool PASSED [0.0218s] [ 1%] 2024-11-01T17:08:35.0920265Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_complex128 PASSED [0.0221s] [ 1%] 2024-11-01T17:08:35.0921361Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_complex64 PASSED [0.0224s] [ 1%] 2024-11-01T17:08:35.0922567Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_float16 PASSED [0.0214s] [ 1%] 2024-11-01T17:08:35.0923774Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_float32 PASSED [0.0219s] [ 1%] 2024-11-01T17:08:35.0924884Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_float64 PASSED [0.0219s] [ 1%] 2024-11-01T17:08:35.0925943Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int16 PASSED [0.0213s] [ 1%] 2024-11-01T17:08:35.0927035Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int32 PASSED [0.0209s] [ 1%] 2024-11-01T17:08:35.0928119Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int64 PASSED [0.0216s] [ 1%] 2024-11-01T17:08:35.0929254Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int8 PASSED [0.0218s] [ 1%] 2024-11-01T17:08:35.0930330Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_uint8 PASSED [0.0212s] [ 1%] 2024-11-01T17:08:35.0931453Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_bfloat16 PASSED [0.0290s] [ 1%] 2024-11-01T17:08:35.0932606Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_complex128 PASSED [0.0287s] [ 1%] 2024-11-01T17:08:35.0933727Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_complex64 PASSED [0.0286s] [ 1%] 2024-11-01T17:08:35.0934963Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_float16 PASSED [0.0282s] [ 1%] 2024-11-01T17:08:35.0936099Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_float32 PASSED [0.0333s] [ 1%] 2024-11-01T17:08:35.0937233Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_float64 PASSED [0.0283s] [ 1%] 2024-11-01T17:08:35.0938315Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int16 PASSED [0.0281s] [ 2%] 2024-11-01T17:08:35.0939429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int32 PASSED [0.0289s] [ 2%] 2024-11-01T17:08:35.0940640Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int64 PASSED [0.0290s] [ 2%] 2024-11-01T17:08:35.0941720Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int8 PASSED [0.0286s] [ 2%] 2024-11-01T17:08:35.0942826Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_uint8 PASSED [0.0293s] [ 2%] 2024-11-01T17:08:35.0943935Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_bfloat16 PASSED [0.0211s] [ 2%] 2024-11-01T17:08:35.0945115Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_float16 PASSED [0.0216s] [ 2%] 2024-11-01T17:08:35.0946284Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_float32 PASSED [0.0213s] [ 2%] 2024-11-01T17:08:35.0947387Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_float64 PASSED [0.0210s] [ 2%] 2024-11-01T17:08:35.0948544Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_bfloat16 PASSED [0.0212s] [ 2%] 2024-11-01T17:08:35.0949643Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_bool PASSED [0.0212s] [ 2%] 2024-11-01T17:08:35.0950759Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_complex128 PASSED [0.0214s] [ 2%] 2024-11-01T17:08:35.0952015Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_complex64 PASSED [0.0215s] [ 2%] 2024-11-01T17:08:35.0953196Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_float16 PASSED [0.0212s] [ 2%] 2024-11-01T17:08:35.0954272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_float32 PASSED [0.0209s] [ 2%] 2024-11-01T17:08:35.0955370Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_float64 PASSED [0.0218s] [ 2%] 2024-11-01T17:08:35.0956464Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int16 PASSED [0.0209s] [ 2%] 2024-11-01T17:08:35.0957598Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int32 PASSED [0.0217s] [ 2%] 2024-11-01T17:08:35.0958687Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int64 PASSED [0.0216s] [ 2%] 2024-11-01T17:08:35.0959768Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int8 PASSED [0.0214s] [ 2%] 2024-11-01T17:08:35.0960840Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_uint8 PASSED [0.0209s] [ 2%] 2024-11-01T17:08:35.0961936Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_bool PASSED [0.0214s] [ 2%] 2024-11-01T17:08:35.0963072Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int16 PASSED [0.0210s] [ 2%] 2024-11-01T17:08:35.0964187Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int32 PASSED [0.0210s] [ 2%] 2024-11-01T17:08:35.0965217Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int64 PASSED [0.0218s] [ 2%] 2024-11-01T17:08:35.0966283Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int8 PASSED [0.0207s] [ 2%] 2024-11-01T17:08:35.0967349Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_uint8 PASSED [0.0214s] [ 2%] 2024-11-01T17:08:35.0968452Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_bfloat16 PASSED [0.0202s] [ 2%] 2024-11-01T17:08:35.0969631Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_complex128 PASSED [0.0217s] [ 2%] 2024-11-01T17:08:35.0970766Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_complex64 PASSED [0.0213s] [ 2%] 2024-11-01T17:08:35.0971871Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_float16 PASSED [0.0217s] [ 2%] 2024-11-01T17:08:35.0972944Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_float32 PASSED [0.0208s] [ 2%] 2024-11-01T17:08:35.0974037Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_float64 PASSED [0.0208s] [ 2%] 2024-11-01T17:08:35.0975228Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int16 PASSED [0.0216s] [ 2%] 2024-11-01T17:08:35.0976323Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int32 PASSED [0.0209s] [ 2%] 2024-11-01T17:08:35.0977367Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int64 PASSED [0.0214s] [ 2%] 2024-11-01T17:08:35.0978442Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int8 PASSED [0.0211s] [ 2%] 2024-11-01T17:08:35.0979593Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_uint8 PASSED [0.0215s] [ 2%] 2024-11-01T17:08:35.0980726Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_bfloat16 PASSED [0.0207s] [ 2%] 2024-11-01T17:08:35.0981854Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_complex128 PASSED [0.0214s] [ 2%] 2024-11-01T17:08:35.0982982Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_complex64 PASSED [0.0209s] [ 2%] 2024-11-01T17:08:35.0984337Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_float16 PASSED [0.0210s] [ 2%] 2024-11-01T17:08:35.0985429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_float32 PASSED [0.0207s] [ 2%] 2024-11-01T17:08:35.0986579Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_float64 PASSED [0.0205s] [ 2%] 2024-11-01T17:08:35.0987629Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int16 PASSED [0.0342s] [ 2%] 2024-11-01T17:08:35.0988689Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int32 PASSED [0.0343s] [ 2%] 2024-11-01T17:08:35.0989726Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int64 PASSED [0.0270s] [ 2%] 2024-11-01T17:08:35.0990760Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int8 PASSED [0.0209s] [ 2%] 2024-11-01T17:08:35.0991878Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_uint8 PASSED [0.0203s] [ 2%] 2024-11-01T17:08:35.0992893Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_bool PASSED [0.0206s] [ 2%] 2024-11-01T17:08:35.0993928Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int16 PASSED [0.0202s] [ 2%] 2024-11-01T17:08:35.0994956Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int32 PASSED [0.0219s] [ 2%] 2024-11-01T17:08:35.0995970Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int64 PASSED [0.0203s] [ 2%] 2024-11-01T17:08:35.0997048Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int8 PASSED [0.0203s] [ 2%] 2024-11-01T17:08:35.0998124Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_uint8 PASSED [0.0200s] [ 2%] 2024-11-01T17:08:35.1025959Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_bfloat16 PASSED [0.0214s] [ 2%] 2024-11-01T17:08:35.1027289Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_float16 PASSED [0.0205s] [ 2%] 2024-11-01T17:08:35.1028480Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_float32 PASSED [0.0203s] [ 2%] 2024-11-01T17:08:35.1029688Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_float64 PASSED [0.0216s] [ 2%] 2024-11-01T17:08:35.1030835Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_bfloat16 PASSED [0.0173s] [ 2%] 2024-11-01T17:08:35.1031885Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_bool PASSED [0.0171s] [ 3%] 2024-11-01T17:08:35.1032964Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_complex128 PASSED [0.0178s] [ 3%] 2024-11-01T17:08:35.1034065Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_complex32 PASSED [0.0169s] [ 3%] 2024-11-01T17:08:35.1035145Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_complex64 PASSED [0.0181s] [ 3%] 2024-11-01T17:08:35.1036204Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_float16 PASSED [0.0170s] [ 3%] 2024-11-01T17:08:35.1037274Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_float32 PASSED [0.0169s] [ 3%] 2024-11-01T17:08:35.1038334Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_float64 PASSED [0.0181s] [ 3%] 2024-11-01T17:08:35.1039363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int16 PASSED [0.0167s] [ 3%] 2024-11-01T17:08:35.1040532Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int32 PASSED [0.0173s] [ 3%] 2024-11-01T17:08:35.1041582Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int64 PASSED [0.0176s] [ 3%] 2024-11-01T17:08:35.1042732Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int8 PASSED [0.0167s] [ 3%] 2024-11-01T17:08:35.1043760Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_uint8 PASSED [0.0176s] [ 3%] 2024-11-01T17:08:35.1044950Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_bfloat16 PASSED [0.0226s] [ 3%] 2024-11-01T17:08:35.1046211Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_float16 PASSED [0.0223s] [ 3%] 2024-11-01T17:08:35.1047397Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_float32 PASSED [0.0226s] [ 3%] 2024-11-01T17:08:35.1048647Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_float64 PASSED [0.0229s] [ 3%] 2024-11-01T17:08:35.1049847Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_bfloat16 PASSED [0.1203s] [ 3%] 2024-11-01T17:08:35.1051058Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_float16 PASSED [0.1200s] [ 3%] 2024-11-01T17:08:35.1052245Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_float32 PASSED [0.1200s] [ 3%] 2024-11-01T17:08:35.1053444Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_float64 PASSED [0.1197s] [ 3%] 2024-11-01T17:08:35.1054715Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_bfloat16 PASSED [0.1249s] [ 3%] 2024-11-01T17:08:35.1055971Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_float16 PASSED [0.1335s] [ 3%] 2024-11-01T17:08:35.1057161Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_float32 PASSED [0.1235s] [ 3%] 2024-11-01T17:08:35.1058360Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_float64 PASSED [0.1242s] [ 3%] 2024-11-01T17:08:35.1059554Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_bfloat16 PASSED [0.0142s] [ 3%] 2024-11-01T17:08:35.1060731Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_float16 PASSED [0.0146s] [ 3%] 2024-11-01T17:08:35.1061918Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_float32 PASSED [0.0138s] [ 3%] 2024-11-01T17:08:35.1063106Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_float64 PASSED [0.0141s] [ 3%] 2024-11-01T17:08:35.1064286Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_bfloat16 PASSED [0.0175s] [ 3%] 2024-11-01T17:08:35.1065427Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_bool PASSED [0.0232s] [ 3%] 2024-11-01T17:08:35.1066597Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_complex128 PASSED [0.0291s] [ 3%] 2024-11-01T17:08:35.1067793Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_complex64 PASSED [0.0293s] [ 3%] 2024-11-01T17:08:35.1068968Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_float16 PASSED [0.0284s] [ 3%] 2024-11-01T17:08:35.1070117Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_float32 PASSED [0.0240s] [ 3%] 2024-11-01T17:08:35.1071279Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_float64 PASSED [0.0225s] [ 3%] 2024-11-01T17:08:35.1072429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int16 PASSED [0.0215s] [ 3%] 2024-11-01T17:08:35.1073554Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int32 PASSED [0.0186s] [ 3%] 2024-11-01T17:08:35.1074745Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int64 PASSED [0.0243s] [ 3%] 2024-11-01T17:08:35.1075886Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int8 PASSED [0.0187s] [ 3%] 2024-11-01T17:08:35.1077031Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_uint8 PASSED [0.0220s] [ 3%] 2024-11-01T17:08:35.1078285Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_bfloat16 PASSED [0.0195s] [ 3%] 2024-11-01T17:08:35.1079638Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_bool PASSED [0.0198s] [ 3%] 2024-11-01T17:08:35.1080960Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_complex128 PASSED [0.0207s] [ 3%] 2024-11-01T17:08:35.1082402Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_complex64 PASSED [0.0193s] [ 3%] 2024-11-01T17:08:35.1083768Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_float16 PASSED [0.0208s] [ 3%] 2024-11-01T17:08:35.1085089Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_float32 PASSED [0.0188s] [ 3%] 2024-11-01T17:08:35.1086408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_float64 PASSED [0.0211s] [ 3%] 2024-11-01T17:08:35.1087693Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int16 PASSED [0.0201s] [ 3%] 2024-11-01T17:08:35.1088982Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int32 PASSED [0.0198s] [ 3%] 2024-11-01T17:08:35.1090270Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int64 PASSED [0.0209s] [ 3%] 2024-11-01T17:08:35.1091565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int8 PASSED [0.0186s] [ 3%] 2024-11-01T17:08:35.1092830Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_uint8 PASSED [0.0218s] [ 3%] 2024-11-01T17:08:35.1094076Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__upsample_bilinear2d_aa_cpu_float32 PASSED [0.0185s] [ 3%] 2024-11-01T17:08:35.1095278Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__upsample_bilinear2d_aa_cpu_float64 PASSED [0.0203s] [ 3%] 2024-11-01T17:08:35.1096470Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__upsample_bilinear2d_aa_cpu_uint8 PASSED [0.0221s] [ 3%] 2024-11-01T17:08:35.1097551Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_bfloat16 PASSED [0.0118s] [ 3%] 2024-11-01T17:08:35.1098576Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_complex128 PASSED [0.0127s] [ 3%] 2024-11-01T17:08:35.1099611Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_complex32 PASSED [0.0122s] [ 3%] 2024-11-01T17:08:35.1100615Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_complex64 PASSED [0.0114s] [ 3%] 2024-11-01T17:08:35.1101627Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_float16 PASSED [0.0171s] [ 3%] 2024-11-01T17:08:35.1102627Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_float32 PASSED [0.0194s] [ 4%] 2024-11-01T17:08:35.1103627Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_float64 PASSED [0.0116s] [ 4%] 2024-11-01T17:08:35.1104601Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int16 PASSED [0.0109s] [ 4%] 2024-11-01T17:08:35.1105580Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int32 PASSED [0.0117s] [ 4%] 2024-11-01T17:08:35.1106553Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int64 PASSED [0.0109s] [ 4%] 2024-11-01T17:08:35.1107509Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int8 PASSED [0.0109s] [ 4%] 2024-11-01T17:08:35.1108528Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_uint8 PASSED [0.0112s] [ 4%] 2024-11-01T17:08:35.1109534Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_bfloat16 PASSED [0.0137s] [ 4%] 2024-11-01T17:08:35.1110608Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_bool PASSED [0.0131s] [ 4%] 2024-11-01T17:08:35.1111695Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_complex128 PASSED [0.0138s] [ 4%] 2024-11-01T17:08:35.1112776Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_complex64 PASSED [0.0137s] [ 4%] 2024-11-01T17:08:35.1113802Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_float16 PASSED [0.0133s] [ 4%] 2024-11-01T17:08:35.1114795Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_float32 PASSED [0.0143s] [ 4%] 2024-11-01T17:08:35.1116236Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_float64 PASSED [0.0131s] [ 4%] 2024-11-01T17:08:35.1117240Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int16 PASSED [0.0140s] [ 4%] 2024-11-01T17:08:35.1118236Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int32 PASSED [0.0134s] [ 4%] 2024-11-01T17:08:35.1119205Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int64 PASSED [0.0134s] [ 4%] 2024-11-01T17:08:35.1120190Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int8 PASSED [0.0136s] [ 4%] 2024-11-01T17:08:35.1121179Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_uint8 PASSED [0.0134s] [ 4%] 2024-11-01T17:08:35.1122234Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_bfloat16 PASSED [0.0135s] [ 4%] 2024-11-01T17:08:35.1123249Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_bool PASSED [0.0136s] [ 4%] 2024-11-01T17:08:35.1124276Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_complex128 PASSED [0.0136s] [ 4%] 2024-11-01T17:08:35.1125339Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_complex64 PASSED [0.0139s] [ 4%] 2024-11-01T17:08:35.1126359Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_float16 PASSED [0.0132s] [ 4%] 2024-11-01T17:08:35.1127381Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_float32 PASSED [0.0131s] [ 4%] 2024-11-01T17:08:35.1128396Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_float64 PASSED [0.0133s] [ 4%] 2024-11-01T17:08:35.1129383Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int16 PASSED [0.0136s] [ 4%] 2024-11-01T17:08:35.1130377Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int32 PASSED [0.0137s] [ 4%] 2024-11-01T17:08:35.1131377Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int64 PASSED [0.0133s] [ 4%] 2024-11-01T17:08:35.1132374Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int8 PASSED [0.0132s] [ 4%] 2024-11-01T17:08:35.1133361Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_uint8 PASSED [0.0139s] [ 4%] 2024-11-01T17:08:35.1134363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_bfloat16 PASSED [0.0235s] [ 4%] 2024-11-01T17:08:35.1135356Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_bool PASSED [0.0232s] [ 4%] 2024-11-01T17:08:35.1136345Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_complex128 PASSED [0.0240s] [ 4%] 2024-11-01T17:08:35.1137376Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_complex32 PASSED [0.0239s] [ 4%] 2024-11-01T17:08:35.1138397Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_complex64 PASSED [0.0233s] [ 4%] 2024-11-01T17:08:35.1139407Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_float16 PASSED [0.0241s] [ 4%] 2024-11-01T17:08:35.1140390Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_float32 PASSED [0.0233s] [ 4%] 2024-11-01T17:08:35.1141729Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_float64 PASSED [0.0240s] [ 4%] 2024-11-01T17:08:35.1142731Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int16 PASSED [0.0234s] [ 4%] 2024-11-01T17:08:35.1143690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int32 PASSED [0.0239s] [ 4%] 2024-11-01T17:08:35.1144859Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int64 PASSED [0.0230s] [ 4%] 2024-11-01T17:08:35.1146026Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int8 PASSED [0.0239s] [ 4%] 2024-11-01T17:08:35.1147004Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_uint8 PASSED [0.0229s] [ 4%] 2024-11-01T17:08:35.1147997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_bfloat16 PASSED [0.0170s] [ 4%] 2024-11-01T17:08:35.1149060Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_complex128 PASSED [0.0259s] [ 4%] 2024-11-01T17:08:35.1150172Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_complex64 PASSED [0.0245s] [ 4%] 2024-11-01T17:08:35.1151197Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_float16 PASSED [0.0172s] [ 4%] 2024-11-01T17:08:35.1152231Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_float32 PASSED [0.0172s] [ 4%] 2024-11-01T17:08:35.1153261Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_float64 PASSED [0.0175s] [ 4%] 2024-11-01T17:08:35.1154283Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int16 PASSED [0.0171s] [ 4%] 2024-11-01T17:08:35.1155273Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int32 PASSED [0.0175s] [ 4%] 2024-11-01T17:08:35.1156279Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int64 PASSED [0.0180s] [ 4%] 2024-11-01T17:08:35.1157286Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int8 PASSED [0.0169s] [ 4%] 2024-11-01T17:08:35.1158283Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_uint8 PASSED [0.0179s] [ 4%] 2024-11-01T17:08:35.1159313Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_bfloat16 PASSED [0.0270s] [ 4%] 2024-11-01T17:08:35.1160378Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_complex128 PASSED [0.0266s] [ 4%] 2024-11-01T17:08:35.1161454Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_complex64 PASSED [0.0262s] [ 4%] 2024-11-01T17:08:35.1162567Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_float16 PASSED [0.0258s] [ 4%] 2024-11-01T17:08:35.1163625Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_float32 PASSED [0.0252s] [ 4%] 2024-11-01T17:08:35.1164663Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_float64 PASSED [0.0267s] [ 5%] 2024-11-01T17:08:35.1165695Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_bfloat16 PASSED [0.0260s] [ 5%] 2024-11-01T17:08:35.1166767Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_complex128 PASSED [0.0263s] [ 5%] 2024-11-01T17:08:35.1167837Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_complex64 PASSED [0.0261s] [ 5%] 2024-11-01T17:08:35.1168887Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_float16 PASSED [0.0260s] [ 5%] 2024-11-01T17:08:35.1169909Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_float32 PASSED [0.0260s] [ 5%] 2024-11-01T17:08:35.1170943Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_float64 PASSED [0.0257s] [ 5%] 2024-11-01T17:08:35.1171969Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int16 PASSED [0.0254s] [ 5%] 2024-11-01T17:08:35.1172973Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int32 PASSED [0.0259s] [ 5%] 2024-11-01T17:08:35.1173991Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int64 PASSED [0.0260s] [ 5%] 2024-11-01T17:08:35.1175048Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int8 PASSED [0.0257s] [ 5%] 2024-11-01T17:08:35.1176069Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_uint8 PASSED [0.0259s] [ 5%] 2024-11-01T17:08:35.1177079Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_bfloat16 PASSED [0.0170s] [ 5%] 2024-11-01T17:08:35.1178172Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_complex128 PASSED [0.0175s] [ 5%] 2024-11-01T17:08:35.1179449Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_complex64 PASSED [0.0175s] [ 5%] 2024-11-01T17:08:35.1180465Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_float16 PASSED [0.0180s] [ 5%] 2024-11-01T17:08:35.1181482Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_float32 PASSED [0.0173s] [ 5%] 2024-11-01T17:08:35.1182542Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_float64 PASSED [0.0170s] [ 5%] 2024-11-01T17:08:35.1183553Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int16 PASSED [0.0148s] [ 5%] 2024-11-01T17:08:35.1184531Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int32 PASSED [0.0151s] [ 5%] 2024-11-01T17:08:35.1185531Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int64 PASSED [0.0146s] [ 5%] 2024-11-01T17:08:35.1186527Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int8 PASSED [0.0150s] [ 5%] 2024-11-01T17:08:35.1187505Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_uint8 PASSED [0.0146s] [ 5%] 2024-11-01T17:08:35.1188578Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_bfloat16 PASSED [0.0169s] [ 5%] 2024-11-01T17:08:35.1189736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_complex128 PASSED [0.0176s] [ 5%] 2024-11-01T17:08:35.1190902Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_complex64 PASSED [0.0173s] [ 5%] 2024-11-01T17:08:35.1192144Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_float16 PASSED [0.0168s] [ 5%] 2024-11-01T17:08:35.1199893Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_float32 PASSED [0.0178s] [ 5%] 2024-11-01T17:08:35.1201200Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_float64 PASSED [0.0176s] [ 5%] 2024-11-01T17:08:35.1202447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int16 PASSED [0.0146s] [ 5%] 2024-11-01T17:08:35.1203589Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int32 PASSED [0.0152s] [ 5%] 2024-11-01T17:08:35.1204704Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int64 PASSED [0.0149s] [ 5%] 2024-11-01T17:08:35.1205828Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int8 PASSED [0.0145s] [ 5%] 2024-11-01T17:08:35.1206939Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_uint8 PASSED [0.0147s] [ 5%] 2024-11-01T17:08:35.1208020Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_bfloat16 PASSED [0.0169s] [ 5%] 2024-11-01T17:08:35.1209071Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_complex128 PASSED [0.0170s] [ 5%] 2024-11-01T17:08:35.1210110Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_complex64 PASSED [0.0181s] [ 5%] 2024-11-01T17:08:35.1212291Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_float16 PASSED [0.0170s] [ 5%] 2024-11-01T17:08:35.1213712Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_float32 PASSED [0.0172s] [ 5%] 2024-11-01T17:08:35.1214758Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_float64 PASSED [0.0185s] [ 5%] 2024-11-01T17:08:35.1215765Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int16 PASSED [0.0174s] [ 5%] 2024-11-01T17:08:35.1216926Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int32 PASSED [0.0175s] [ 5%] 2024-11-01T17:08:35.1217949Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int64 PASSED [0.0170s] [ 5%] 2024-11-01T17:08:35.1218981Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int8 PASSED [0.0168s] [ 5%] 2024-11-01T17:08:35.1220046Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_uint8 PASSED [0.0175s] [ 5%] 2024-11-01T17:08:35.1221427Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_bfloat16 PASSED [0.0171s] [ 5%] 2024-11-01T17:08:35.1222444Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_bool PASSED [0.0145s] [ 5%] 2024-11-01T17:08:35.1223447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_complex128 PASSED [0.0152s] [ 5%] 2024-11-01T17:08:35.1224501Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_complex64 PASSED [0.0147s] [ 5%] 2024-11-01T17:08:35.1225598Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_float16 PASSED [0.0170s] [ 5%] 2024-11-01T17:08:35.1226677Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_float32 PASSED [0.0175s] [ 5%] 2024-11-01T17:08:35.1227699Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_float64 PASSED [0.0171s] [ 5%] 2024-11-01T17:08:35.1228714Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int16 PASSED [0.0147s] [ 5%] 2024-11-01T17:08:35.1229715Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int32 PASSED [0.0151s] [ 5%] 2024-11-01T17:08:35.1230690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int64 PASSED [0.0145s] [ 5%] 2024-11-01T17:08:35.1231753Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int8 PASSED [0.0146s] [ 5%] 2024-11-01T17:08:35.1232845Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_uint8 PASSED [0.0150s] [ 5%] 2024-11-01T17:08:35.1233935Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_bfloat16 PASSED [0.0122s] [ 5%] 2024-11-01T17:08:35.1235060Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_bool PASSED [0.0121s] [ 5%] 2024-11-01T17:08:35.1236143Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_complex128 PASSED [0.0123s] [ 5%] 2024-11-01T17:08:35.1237260Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_complex32 PASSED [0.0125s] [ 6%] 2024-11-01T17:08:35.1238342Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_complex64 PASSED [0.0118s] [ 6%] 2024-11-01T17:08:35.1239431Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_float16 PASSED [0.0121s] [ 6%] 2024-11-01T17:08:35.1240508Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_float32 PASSED [0.0123s] [ 6%] 2024-11-01T17:08:35.1241561Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_float64 PASSED [0.0123s] [ 6%] 2024-11-01T17:08:35.1242739Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int16 PASSED [0.0116s] [ 6%] 2024-11-01T17:08:35.1243802Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int32 PASSED [0.0121s] [ 6%] 2024-11-01T17:08:35.1244862Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int64 PASSED [0.0123s] [ 6%] 2024-11-01T17:08:35.1245905Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int8 PASSED [0.0121s] [ 6%] 2024-11-01T17:08:35.1246964Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_uint8 PASSED [0.0121s] [ 6%] 2024-11-01T17:08:35.1248005Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_bfloat16 PASSED [0.0330s] [ 6%] 2024-11-01T17:08:35.1249003Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_bool PASSED [0.0454s] [ 6%] 2024-11-01T17:08:35.1249995Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_complex128 PASSED [0.0331s] [ 6%] 2024-11-01T17:08:35.1251095Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_complex64 PASSED [0.0328s] [ 6%] 2024-11-01T17:08:35.1252119Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_float16 PASSED [0.0330s] [ 6%] 2024-11-01T17:08:35.1253113Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_float32 PASSED [0.0337s] [ 6%] 2024-11-01T17:08:35.1254169Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_float64 PASSED [0.0328s] [ 6%] 2024-11-01T17:08:35.1255208Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int16 PASSED [0.0329s] [ 6%] 2024-11-01T17:08:35.1256174Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int32 PASSED [0.0333s] [ 6%] 2024-11-01T17:08:35.1257151Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int64 PASSED [0.0329s] [ 6%] 2024-11-01T17:08:35.1258179Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int8 PASSED [0.0332s] [ 6%] 2024-11-01T17:08:35.1259155Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_uint8 PASSED [0.0333s] [ 6%] 2024-11-01T17:08:35.1260163Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_bfloat16 PASSED [0.0383s] [ 6%] 2024-11-01T17:08:35.1261252Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_complex128 PASSED [0.0401s] [ 6%] 2024-11-01T17:08:35.1262347Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_complex64 PASSED [0.0399s] [ 6%] 2024-11-01T17:08:35.1263401Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_float16 PASSED [0.0389s] [ 6%] 2024-11-01T17:08:35.1264463Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_float32 PASSED [0.0386s] [ 6%] 2024-11-01T17:08:35.1265522Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_float64 PASSED [0.0389s] [ 6%] 2024-11-01T17:08:35.1266573Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_bfloat16 PASSED [0.0327s] [ 6%] 2024-11-01T17:08:35.1267562Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_bool PASSED [0.0330s] [ 6%] 2024-11-01T17:08:35.1268559Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_float16 PASSED [0.0330s] [ 6%] 2024-11-01T17:08:35.1269577Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_float32 PASSED [0.0327s] [ 6%] 2024-11-01T17:08:35.1270572Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_float64 PASSED [0.0330s] [ 6%] 2024-11-01T17:08:35.1271577Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int16 PASSED [0.0328s] [ 6%] 2024-11-01T17:08:35.1272553Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int32 PASSED [0.0325s] [ 6%] 2024-11-01T17:08:35.1274760Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int64 PASSED [0.0335s] [ 6%] 2024-11-01T17:08:35.1275742Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int8 PASSED [0.0338s] [ 6%] 2024-11-01T17:08:35.1276737Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_uint8 PASSED [0.0331s] [ 6%] 2024-11-01T17:08:35.1277747Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_bfloat16 PASSED [0.0333s] [ 6%] 2024-11-01T17:08:35.1279502Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_bool PASSED [0.0334s] [ 6%] 2024-11-01T17:08:35.1280652Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_float16 PASSED [0.0327s] [ 6%] 2024-11-01T17:08:35.1281690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_float32 PASSED [0.0332s] [ 6%] 2024-11-01T17:08:35.1282757Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_float64 PASSED [0.0339s] [ 6%] 2024-11-01T17:08:35.1283742Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int16 PASSED [0.0328s] [ 6%] 2024-11-01T17:08:35.1284740Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int32 PASSED [0.0333s] [ 6%] 2024-11-01T17:08:35.1285850Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int64 PASSED [0.0334s] [ 6%] 2024-11-01T17:08:35.1286823Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int8 PASSED [0.0331s] [ 6%] 2024-11-01T17:08:35.1287821Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_uint8 PASSED [0.0332s] [ 6%] 2024-11-01T17:08:35.1288897Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_bfloat16 PASSED [0.0192s] [ 6%] 2024-11-01T17:08:35.1289986Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_bool PASSED [0.0183s] [ 6%] 2024-11-01T17:08:35.1291006Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_float16 PASSED [0.0185s] [ 6%] 2024-11-01T17:08:35.1292049Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_float32 PASSED [0.0190s] [ 6%] 2024-11-01T17:08:35.1293093Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_float64 PASSED [0.0183s] [ 6%] 2024-11-01T17:08:35.1294154Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int16 PASSED [0.0189s] [ 6%] 2024-11-01T17:08:35.1295186Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int32 PASSED [0.0184s] [ 6%] 2024-11-01T17:08:35.1296212Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int64 PASSED [0.0185s] [ 6%] 2024-11-01T17:08:35.1297234Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int8 PASSED [0.0188s] [ 6%] 2024-11-01T17:08:35.1298232Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_uint8 PASSED [0.0190s] [ 6%] 2024-11-01T17:08:35.1299262Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_bfloat16 PASSED [0.0106s] [ 6%] 2024-11-01T17:08:35.1300282Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_bool PASSED [0.0115s] [ 6%] 2024-11-01T17:08:35.1301293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_complex128 PASSED [0.0111s] [ 7%] 2024-11-01T17:08:35.1302352Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_complex64 PASSED [0.0108s] [ 7%] 2024-11-01T17:08:35.1303389Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_float16 PASSED [0.0110s] [ 7%] 2024-11-01T17:08:35.1304411Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_float32 PASSED [0.0115s] [ 7%] 2024-11-01T17:08:35.1305412Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_float64 PASSED [0.0108s] [ 7%] 2024-11-01T17:08:35.1306425Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int16 PASSED [0.0109s] [ 7%] 2024-11-01T17:08:35.1307425Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int32 PASSED [0.0114s] [ 7%] 2024-11-01T17:08:35.1308411Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int64 PASSED [0.0113s] [ 7%] 2024-11-01T17:08:35.1309405Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int8 PASSED [0.0108s] [ 7%] 2024-11-01T17:08:35.1310409Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_uint8 PASSED [0.0112s] [ 7%] 2024-11-01T17:08:35.1311417Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_bfloat16 PASSED [0.0334s] [ 7%] 2024-11-01T17:08:35.1312389Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_bool PASSED [0.0336s] [ 7%] 2024-11-01T17:08:35.1313396Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_complex128 PASSED [0.0328s] [ 7%] 2024-11-01T17:08:35.1314428Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_complex64 PASSED [0.0338s] [ 7%] 2024-11-01T17:08:35.1315579Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_float16 PASSED [0.0339s] [ 7%] 2024-11-01T17:08:35.1316722Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_float32 PASSED [0.0329s] [ 7%] 2024-11-01T17:08:35.1317887Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_float64 PASSED [0.0333s] [ 7%] 2024-11-01T17:08:35.1318938Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int16 PASSED [0.0337s] [ 7%] 2024-11-01T17:08:35.1320278Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int32 PASSED [0.0331s] [ 7%] 2024-11-01T17:08:35.1321285Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int64 PASSED [0.0333s] [ 7%] 2024-11-01T17:08:35.1322380Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int8 PASSED [0.0333s] [ 7%] 2024-11-01T17:08:35.1323465Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_uint8 PASSED [0.0326s] [ 7%] 2024-11-01T17:08:35.1324547Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_bfloat16 PASSED [0.0512s] [ 7%] 2024-11-01T17:08:35.1325601Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_float16 PASSED [0.0512s] [ 7%] 2024-11-01T17:08:35.1326645Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_float32 PASSED [0.0513s] [ 7%] 2024-11-01T17:08:35.1327728Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_float64 PASSED [0.0502s] [ 7%] 2024-11-01T17:08:35.1328865Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int16 PASSED [0.0449s] [ 7%] 2024-11-01T17:08:35.1329872Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int32 PASSED [0.0440s] [ 7%] 2024-11-01T17:08:35.1330868Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int64 PASSED [0.0441s] [ 7%] 2024-11-01T17:08:35.1331888Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int8 PASSED [0.0424s] [ 7%] 2024-11-01T17:08:35.1332898Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_uint8 PASSED [0.0411s] [ 7%] 2024-11-01T17:08:35.1333935Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_bfloat16 PASSED [0.0254s] [ 7%] 2024-11-01T17:08:35.1335053Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_float16 PASSED [0.0245s] [ 7%] 2024-11-01T17:08:35.1336096Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_float32 PASSED [0.0255s] [ 7%] 2024-11-01T17:08:35.1337134Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_float64 PASSED [0.0246s] [ 7%] 2024-11-01T17:08:35.1338134Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int16 PASSED [0.0252s] [ 7%] 2024-11-01T17:08:35.1339135Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int32 PASSED [0.0244s] [ 7%] 2024-11-01T17:08:35.1340182Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int64 PASSED [0.0251s] [ 7%] 2024-11-01T17:08:35.1341231Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int8 PASSED [0.0243s] [ 7%] 2024-11-01T17:08:35.1342214Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_uint8 PASSED [0.0250s] [ 7%] 2024-11-01T17:08:35.1343230Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_bfloat16 PASSED [0.0246s] [ 7%] 2024-11-01T17:08:35.1344262Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_float16 PASSED [0.0248s] [ 7%] 2024-11-01T17:08:35.1345264Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_float32 PASSED [0.0248s] [ 7%] 2024-11-01T17:08:35.1346385Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_float64 PASSED [0.0253s] [ 7%] 2024-11-01T17:08:35.1347401Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int16 PASSED [0.0246s] [ 7%] 2024-11-01T17:08:35.1348394Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int32 PASSED [0.0249s] [ 7%] 2024-11-01T17:08:35.1349379Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int64 PASSED [0.0250s] [ 7%] 2024-11-01T17:08:35.1350366Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int8 PASSED [0.0247s] [ 7%] 2024-11-01T17:08:35.1351363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_uint8 PASSED [0.0249s] [ 7%] 2024-11-01T17:08:35.1352524Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_bfloat16 PASSED [0.0786s] [ 7%] 2024-11-01T17:08:35.1353555Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_bool PASSED [0.0795s] [ 7%] 2024-11-01T17:08:35.1354566Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_float16 PASSED [0.0788s] [ 7%] 2024-11-01T17:08:35.1355592Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_float32 PASSED [0.0791s] [ 7%] 2024-11-01T17:08:35.1356647Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_float64 PASSED [0.0783s] [ 7%] 2024-11-01T17:08:35.1357758Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int16 PASSED [0.0781s] [ 7%] 2024-11-01T17:08:35.1358818Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int32 PASSED [0.0802s] [ 7%] 2024-11-01T17:08:35.1359810Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int64 PASSED [0.0771s] [ 7%] 2024-11-01T17:08:35.1360854Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int8 PASSED [0.0794s] [ 7%] 2024-11-01T17:08:35.1361858Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_uint8 PASSED [0.0796s] [ 7%] 2024-11-01T17:08:35.1362984Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_bfloat16 PASSED [0.0172s] [ 7%] 2024-11-01T17:08:35.1364106Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_bool PASSED [0.0167s] [ 7%] 2024-11-01T17:08:35.1365157Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_complex128 PASSED [0.0175s] [ 8%] 2024-11-01T17:08:35.1366240Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_complex64 PASSED [0.0173s] [ 8%] 2024-11-01T17:08:35.1367285Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_float16 PASSED [0.0168s] [ 8%] 2024-11-01T17:08:35.1368325Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_float32 PASSED [0.0174s] [ 8%] 2024-11-01T17:08:35.1369416Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_float64 PASSED [0.0168s] [ 8%] 2024-11-01T17:08:35.1370498Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int16 PASSED [0.0172s] [ 8%] 2024-11-01T17:08:35.1371502Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int32 PASSED [0.0169s] [ 8%] 2024-11-01T17:08:35.1372523Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int64 PASSED [0.0165s] [ 8%] 2024-11-01T17:08:35.1373544Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int8 PASSED [0.0168s] [ 8%] 2024-11-01T17:08:35.1374544Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_uint8 PASSED [0.0170s] [ 8%] 2024-11-01T17:08:35.1375709Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_bfloat16 PASSED [0.0153s] [ 8%] 2024-11-01T17:08:35.1376814Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_bool PASSED [0.0156s] [ 8%] 2024-11-01T17:08:35.1377933Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_complex128 PASSED [0.0164s] [ 8%] 2024-11-01T17:08:35.1379054Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_complex32 PASSED [0.0157s] [ 8%] 2024-11-01T17:08:35.1380179Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_complex64 PASSED [0.0163s] [ 8%] 2024-11-01T17:08:35.1381392Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_float16 PASSED [0.0157s] [ 8%] 2024-11-01T17:08:35.1382492Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_float32 PASSED [0.0157s] [ 8%] 2024-11-01T17:08:35.1383597Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_float64 PASSED [0.0160s] [ 8%] 2024-11-01T17:08:35.1384690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int16 PASSED [0.0158s] [ 8%] 2024-11-01T17:08:35.1385825Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int32 PASSED [0.0158s] [ 8%] 2024-11-01T17:08:35.1386947Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int64 PASSED [0.0158s] [ 8%] 2024-11-01T17:08:35.1388080Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int8 PASSED [0.0157s] [ 8%] 2024-11-01T17:08:35.1389200Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_uint8 PASSED [0.0163s] [ 8%] 2024-11-01T17:08:35.1390315Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_bfloat16 PASSED [0.0156s] [ 8%] 2024-11-01T17:08:35.1391368Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_bool PASSED [0.0160s] [ 8%] 2024-11-01T17:08:35.1392432Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_complex128 PASSED [0.0162s] [ 8%] 2024-11-01T17:08:35.1393613Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_complex32 PASSED [0.0162s] [ 8%] 2024-11-01T17:08:35.1394719Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_complex64 PASSED [0.0158s] [ 8%] 2024-11-01T17:08:35.1395789Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_float16 PASSED [0.0155s] [ 8%] 2024-11-01T17:08:35.1396856Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_float32 PASSED [0.0163s] [ 8%] 2024-11-01T17:08:35.1397901Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_float64 PASSED [0.0157s] [ 8%] 2024-11-01T17:08:35.1399045Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int16 PASSED [0.0156s] [ 8%] 2024-11-01T17:08:35.1400083Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int32 PASSED [0.0161s] [ 8%] 2024-11-01T17:08:35.1401121Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int64 PASSED [0.0156s] [ 8%] 2024-11-01T17:08:35.1402204Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int8 PASSED [0.0159s] [ 8%] 2024-11-01T17:08:35.1403250Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_uint8 PASSED [0.0159s] [ 8%] 2024-11-01T17:08:35.1404432Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_bfloat16 PASSED [0.0132s] [ 8%] 2024-11-01T17:08:35.1405681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_bool PASSED [0.0134s] [ 8%] 2024-11-01T17:08:35.1406878Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_complex128 PASSED [0.0140s] [ 8%] 2024-11-01T17:08:35.1408111Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_complex32 PASSED [0.0134s] [ 8%] 2024-11-01T17:08:35.1409331Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_complex64 PASSED [0.0134s] [ 8%] 2024-11-01T17:08:35.1410622Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_float16 PASSED [0.0141s] [ 8%] 2024-11-01T17:08:35.1411830Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_float32 PASSED [0.0134s] [ 8%] 2024-11-01T17:08:35.1413024Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_float64 PASSED [0.0132s] [ 8%] 2024-11-01T17:08:35.1414216Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int16 PASSED [0.0135s] [ 8%] 2024-11-01T17:08:35.1415375Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int32 PASSED [0.0136s] [ 8%] 2024-11-01T17:08:35.1416653Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int64 PASSED [0.0131s] [ 8%] 2024-11-01T17:08:35.1417828Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int8 PASSED [0.0135s] [ 8%] 2024-11-01T17:08:35.1418995Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_uint8 PASSED [0.0139s] [ 8%] 2024-11-01T17:08:35.1420188Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_bfloat16 PASSED [0.0179s] [ 8%] 2024-11-01T17:08:35.1421320Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_bool PASSED [0.0188s] [ 8%] 2024-11-01T17:08:35.1422551Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_complex128 PASSED [0.0187s] [ 8%] 2024-11-01T17:08:35.1424041Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_complex32 PASSED [0.0186s] [ 8%] 2024-11-01T17:08:35.1425268Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_complex64 PASSED [0.0185s] [ 8%] 2024-11-01T17:08:35.1426423Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_float16 PASSED [0.0181s] [ 8%] 2024-11-01T17:08:35.1427619Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_float32 PASSED [0.0179s] [ 8%] 2024-11-01T17:08:35.1428841Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_float64 PASSED [0.0189s] [ 8%] 2024-11-01T17:08:35.1429981Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int16 PASSED [0.0190s] [ 8%] 2024-11-01T17:08:35.1431103Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int32 PASSED [0.0186s] [ 8%] 2024-11-01T17:08:35.1432206Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int64 PASSED [0.0180s] [ 8%] 2024-11-01T17:08:35.1433375Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int8 PASSED [0.0185s] [ 9%] 2024-11-01T17:08:35.1434540Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_uint8 PASSED [0.0192s] [ 9%] 2024-11-01T17:08:35.1435610Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_bfloat16 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1436592Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_bool PASSED [0.0112s] [ 9%] 2024-11-01T17:08:35.1437601Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_complex128 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1438634Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_complex64 PASSED [0.0112s] [ 9%] 2024-11-01T17:08:35.1439730Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_float16 PASSED [0.0113s] [ 9%] 2024-11-01T17:08:35.1440736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_float32 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1441738Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_float64 PASSED [0.0113s] [ 9%] 2024-11-01T17:08:35.1442791Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int16 PASSED [0.0112s] [ 9%] 2024-11-01T17:08:35.1443757Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int32 PASSED [0.0109s] [ 9%] 2024-11-01T17:08:35.1444791Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int64 PASSED [0.0111s] [ 9%] 2024-11-01T17:08:35.1445819Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int8 PASSED [0.0114s] [ 9%] 2024-11-01T17:08:35.1446780Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_uint8 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1447782Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_bfloat16 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1448787Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_bool PASSED [0.0113s] [ 9%] 2024-11-01T17:08:35.1449804Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_complex128 PASSED [0.0112s] [ 9%] 2024-11-01T17:08:35.1450911Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_complex64 PASSED [0.0109s] [ 9%] 2024-11-01T17:08:35.1451939Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_float16 PASSED [0.0118s] [ 9%] 2024-11-01T17:08:35.1452947Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_float32 PASSED [0.0110s] [ 9%] 2024-11-01T17:08:35.1453981Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_float64 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1454977Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int16 PASSED [0.0109s] [ 9%] 2024-11-01T17:08:35.1455967Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int32 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1457331Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int64 PASSED [0.0110s] [ 9%] 2024-11-01T17:08:35.1458356Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int8 PASSED [0.0115s] [ 9%] 2024-11-01T17:08:35.1459345Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_uint8 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1460354Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_bfloat16 PASSED [0.0210s] [ 9%] 2024-11-01T17:08:35.1461384Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_bool PASSED [0.0206s] [ 9%] 2024-11-01T17:08:35.1462432Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_float16 PASSED [0.0210s] [ 9%] 2024-11-01T17:08:35.1463490Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_float32 PASSED [0.0207s] [ 9%] 2024-11-01T17:08:35.1464485Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_float64 PASSED [0.0210s] [ 9%] 2024-11-01T17:08:35.1465460Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int16 PASSED [0.0213s] [ 9%] 2024-11-01T17:08:35.1466448Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int32 PASSED [0.0206s] [ 9%] 2024-11-01T17:08:35.1467433Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int64 PASSED [0.0206s] [ 9%] 2024-11-01T17:08:35.1468488Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int8 PASSED [0.0214s] [ 9%] 2024-11-01T17:08:35.1469475Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_uint8 PASSED [0.0206s] [ 9%] 2024-11-01T17:08:35.1470473Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_bfloat16 PASSED [0.0112s] [ 9%] 2024-11-01T17:08:35.1471458Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_bool PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1472447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_complex128 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1473479Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_complex64 PASSED [0.0116s] [ 9%] 2024-11-01T17:08:35.1474587Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_float16 PASSED [0.0107s] [ 9%] 2024-11-01T17:08:35.1475569Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_float32 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1476565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_float64 PASSED [0.0113s] [ 9%] 2024-11-01T17:08:35.1477549Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int16 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1478525Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int32 PASSED [0.0109s] [ 9%] 2024-11-01T17:08:35.1479482Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int64 PASSED [0.0115s] [ 9%] 2024-11-01T17:08:35.1480550Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int8 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1481524Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_uint8 PASSED [0.0110s] [ 9%] 2024-11-01T17:08:35.1482607Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_bfloat16 PASSED [0.0112s] [ 9%] 2024-11-01T17:08:35.1483609Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_bool PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1484628Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_complex128 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1485718Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_complex64 PASSED [0.0109s] [ 9%] 2024-11-01T17:08:35.1486829Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_float16 PASSED [0.0110s] [ 9%] 2024-11-01T17:08:35.1487840Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_float32 PASSED [0.0111s] [ 9%] 2024-11-01T17:08:35.1488847Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_float64 PASSED [0.0109s] [ 9%] 2024-11-01T17:08:35.1489859Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int16 PASSED [0.0110s] [ 9%] 2024-11-01T17:08:35.1490882Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int32 PASSED [0.0111s] [ 9%] 2024-11-01T17:08:35.1491965Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int64 PASSED [0.0112s] [ 9%] 2024-11-01T17:08:35.1492951Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int8 PASSED [0.0107s] [ 9%] 2024-11-01T17:08:35.1493920Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_uint8 PASSED [0.0108s] [ 9%] 2024-11-01T17:08:35.1495006Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_bfloat16 PASSED [0.0179s] [ 10%] 2024-11-01T17:08:35.1496059Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_bool PASSED [0.0170s] [ 10%] 2024-11-01T17:08:35.1497154Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_complex128 PASSED [0.0172s] [ 10%] 2024-11-01T17:08:35.1498298Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_complex32 PASSED [0.0174s] [ 10%] 2024-11-01T17:08:35.1499383Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_complex64 PASSED [0.0168s] [ 10%] 2024-11-01T17:08:35.1500452Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_float16 PASSED [0.0174s] [ 10%] 2024-11-01T17:08:35.1501494Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_float32 PASSED [0.0168s] [ 10%] 2024-11-01T17:08:35.1502555Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_float64 PASSED [0.0166s] [ 10%] 2024-11-01T17:08:35.1503691Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int16 PASSED [0.0166s] [ 10%] 2024-11-01T17:08:35.1504712Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int32 PASSED [0.0173s] [ 10%] 2024-11-01T17:08:35.1505742Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int64 PASSED [0.0169s] [ 10%] 2024-11-01T17:08:35.1506779Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int8 PASSED [0.0171s] [ 10%] 2024-11-01T17:08:35.1507811Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_uint8 PASSED [0.0172s] [ 10%] 2024-11-01T17:08:35.1508901Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_bfloat16 PASSED [0.0171s] [ 10%] 2024-11-01T17:08:35.1509997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_bool PASSED [0.0170s] [ 10%] 2024-11-01T17:08:35.1511061Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_complex128 PASSED [0.0170s] [ 10%] 2024-11-01T17:08:35.1512135Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_complex32 PASSED [0.0169s] [ 10%] 2024-11-01T17:08:35.1513212Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_complex64 PASSED [0.0177s] [ 10%] 2024-11-01T17:08:35.1514284Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_float16 PASSED [0.0170s] [ 10%] 2024-11-01T17:08:35.1515443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_float32 PASSED [0.0173s] [ 10%] 2024-11-01T17:08:35.1516482Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_float64 PASSED [0.0167s] [ 10%] 2024-11-01T17:08:35.1517536Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int16 PASSED [0.0173s] [ 10%] 2024-11-01T17:08:35.1518572Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int32 PASSED [0.0171s] [ 10%] 2024-11-01T17:08:35.1519639Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int64 PASSED [0.0174s] [ 10%] 2024-11-01T17:08:35.1520770Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int8 PASSED [0.0172s] [ 10%] 2024-11-01T17:08:35.1521804Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_uint8 PASSED [0.0174s] [ 10%] 2024-11-01T17:08:35.1522989Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_bfloat16 PASSED [0.0169s] [ 10%] 2024-11-01T17:08:35.1524062Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_bool PASSED [0.0170s] [ 10%] 2024-11-01T17:08:35.1525133Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_complex128 PASSED [0.0174s] [ 10%] 2024-11-01T17:08:35.1526272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_complex32 PASSED [0.0168s] [ 10%] 2024-11-01T17:08:35.1527384Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_complex64 PASSED [0.0174s] [ 10%] 2024-11-01T17:08:35.1528493Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_float16 PASSED [0.0166s] [ 10%] 2024-11-01T17:08:35.1529554Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_float32 PASSED [0.0166s] [ 10%] 2024-11-01T17:08:35.1530606Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_float64 PASSED [0.0176s] [ 10%] 2024-11-01T17:08:35.1531636Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int16 PASSED [0.0166s] [ 10%] 2024-11-01T17:08:35.1532767Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int32 PASSED [0.0173s] [ 10%] 2024-11-01T17:08:35.1533803Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int64 PASSED [0.0178s] [ 10%] 2024-11-01T17:08:35.1534842Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int8 PASSED [0.0167s] [ 10%] 2024-11-01T17:08:35.1535862Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_uint8 PASSED [0.0172s] [ 10%] 2024-11-01T17:08:35.1536900Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_bfloat16 PASSED [0.0174s] [ 10%] 2024-11-01T17:08:35.1538001Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_complex128 PASSED [0.0266s] [ 10%] 2024-11-01T17:08:35.1539106Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_complex64 PASSED [0.0265s] [ 10%] 2024-11-01T17:08:35.1540166Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_float16 PASSED [0.0173s] [ 10%] 2024-11-01T17:08:35.1541182Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_float32 PASSED [0.0172s] [ 10%] 2024-11-01T17:08:35.1542199Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_float64 PASSED [0.0169s] [ 10%] 2024-11-01T17:08:35.1543198Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int16 PASSED [0.0177s] [ 10%] 2024-11-01T17:08:35.1544278Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int32 PASSED [0.0172s] [ 10%] 2024-11-01T17:08:35.1545267Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int64 PASSED [0.0169s] [ 10%] 2024-11-01T17:08:35.1546235Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int8 PASSED [0.0178s] [ 10%] 2024-11-01T17:08:35.1547226Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_uint8 PASSED [0.0173s] [ 10%] 2024-11-01T17:08:35.1548254Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_bfloat16 PASSED [0.0146s] [ 10%] 2024-11-01T17:08:35.1549344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_float16 PASSED [0.0146s] [ 10%] 2024-11-01T17:08:35.1550416Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_float32 PASSED [0.0144s] [ 10%] 2024-11-01T17:08:35.1551453Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_float64 PASSED [0.0146s] [ 10%] 2024-11-01T17:08:35.1552531Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_bfloat16 PASSED [0.0161s] [ 10%] 2024-11-01T17:08:35.1553543Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_bool PASSED [0.0154s] [ 10%] 2024-11-01T17:08:35.1554574Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_complex128 PASSED [0.0163s] [ 10%] 2024-11-01T17:08:35.1555724Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_complex32 PASSED [0.0161s] [ 10%] 2024-11-01T17:08:35.1556800Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_complex64 PASSED [0.0160s] [ 10%] 2024-11-01T17:08:35.1557856Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_float16 PASSED [0.0154s] [ 10%] 2024-11-01T17:08:35.1558881Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_float32 PASSED [0.0165s] [ 11%] 2024-11-01T17:08:35.1559900Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_float64 PASSED [0.0155s] [ 11%] 2024-11-01T17:08:35.1560988Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int16 PASSED [0.0159s] [ 11%] 2024-11-01T17:08:35.1562083Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int32 PASSED [0.0161s] [ 11%] 2024-11-01T17:08:35.1563080Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int64 PASSED [0.0159s] [ 11%] 2024-11-01T17:08:35.1564080Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int8 PASSED [0.0158s] [ 11%] 2024-11-01T17:08:35.1565072Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_uint8 PASSED [0.0156s] [ 11%] 2024-11-01T17:08:35.1566080Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int16 PASSED [0.0279s] [ 11%] 2024-11-01T17:08:35.1567125Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int32 PASSED [0.0280s] [ 11%] 2024-11-01T17:08:35.1568161Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int64 PASSED [0.0290s] [ 11%] 2024-11-01T17:08:35.1569161Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int8 PASSED [0.0279s] [ 11%] 2024-11-01T17:08:35.1570161Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_uint8 PASSED [0.0282s] [ 11%] 2024-11-01T17:08:35.1571174Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_bool PASSED [0.0208s] [ 11%] 2024-11-01T17:08:35.1572198Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int16 PASSED [0.0214s] [ 11%] 2024-11-01T17:08:35.1573312Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int32 PASSED [0.0206s] [ 11%] 2024-11-01T17:08:35.1574345Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int64 PASSED [0.0215s] [ 11%] 2024-11-01T17:08:35.1575364Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int8 PASSED [0.0206s] [ 11%] 2024-11-01T17:08:35.1576387Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_uint8 PASSED [0.0214s] [ 11%] 2024-11-01T17:08:35.1577464Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int16 PASSED [0.0211s] [ 11%] 2024-11-01T17:08:35.1578565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int32 PASSED [0.0210s] [ 11%] 2024-11-01T17:08:35.1579748Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int64 PASSED [0.0206s] [ 11%] 2024-11-01T17:08:35.1580848Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int8 PASSED [0.0207s] [ 11%] 2024-11-01T17:08:35.1581945Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_uint8 PASSED [0.0205s] [ 11%] 2024-11-01T17:08:35.1582997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_bool PASSED [0.0131s] [ 11%] 2024-11-01T17:08:35.1584017Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int16 PASSED [0.0134s] [ 11%] 2024-11-01T17:08:35.1585189Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int32 PASSED [0.0137s] [ 11%] 2024-11-01T17:08:35.1586216Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int64 PASSED [0.0132s] [ 11%] 2024-11-01T17:08:35.1587233Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int8 PASSED [0.0134s] [ 11%] 2024-11-01T17:08:35.1588259Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_uint8 PASSED [0.0136s] [ 11%] 2024-11-01T17:08:35.1589329Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_bool PASSED [0.0209s] [ 11%] 2024-11-01T17:08:35.1590420Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int16 PASSED [0.0210s] [ 11%] 2024-11-01T17:08:35.1591489Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int32 PASSED [0.0205s] [ 11%] 2024-11-01T17:08:35.1592508Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int64 PASSED [0.0205s] [ 11%] 2024-11-01T17:08:35.1593565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int8 PASSED [0.0216s] [ 11%] 2024-11-01T17:08:35.1594570Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_uint8 PASSED [0.0204s] [ 11%] 2024-11-01T17:08:35.1595633Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int16 PASSED [0.0213s] [ 11%] 2024-11-01T17:08:35.1596849Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int32 PASSED [0.0210s] [ 11%] 2024-11-01T17:08:35.1597950Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int64 PASSED [0.0209s] [ 11%] 2024-11-01T17:08:35.1599062Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int8 PASSED [0.0208s] [ 11%] 2024-11-01T17:08:35.1600163Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_uint8 PASSED [0.0213s] [ 11%] 2024-11-01T17:08:35.1601229Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_bool PASSED [0.0209s] [ 11%] 2024-11-01T17:08:35.1602369Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int16 PASSED [0.0206s] [ 11%] 2024-11-01T17:08:35.1603446Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int32 PASSED [0.0214s] [ 11%] 2024-11-01T17:08:35.1604485Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int64 PASSED [0.0205s] [ 11%] 2024-11-01T17:08:35.1605512Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int8 PASSED [0.0213s] [ 11%] 2024-11-01T17:08:35.1606531Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_uint8 PASSED [0.0215s] [ 11%] 2024-11-01T17:08:35.1607570Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_bfloat16 PASSED [0.0145s] [ 11%] 2024-11-01T17:08:35.1608703Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_bool PASSED [0.0146s] [ 11%] 2024-11-01T17:08:35.1609743Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_complex128 PASSED [0.0149s] [ 11%] 2024-11-01T17:08:35.1610816Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_complex32 PASSED [0.0199s] [ 11%] 2024-11-01T17:08:35.1611879Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_complex64 PASSED [0.0195s] [ 11%] 2024-11-01T17:08:35.1612927Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_float16 PASSED [0.0146s] [ 11%] 2024-11-01T17:08:35.1614012Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_float32 PASSED [0.0145s] [ 11%] 2024-11-01T17:08:35.1615098Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_float64 PASSED [0.0149s] [ 11%] 2024-11-01T17:08:35.1616124Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int16 PASSED [0.0144s] [ 11%] 2024-11-01T17:08:35.1617136Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int32 PASSED [0.0147s] [ 11%] 2024-11-01T17:08:35.1618200Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int64 PASSED [0.0148s] [ 11%] 2024-11-01T17:08:35.1619219Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int8 PASSED [0.0148s] [ 11%] 2024-11-01T17:08:35.1620335Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_uint8 PASSED [0.0147s] [ 11%] 2024-11-01T17:08:35.1621376Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_bfloat16 PASSED [0.0117s] [ 11%] 2024-11-01T17:08:35.1622407Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_complex128 PASSED [0.0118s] [ 12%] 2024-11-01T17:08:35.1623413Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_complex64 PASSED [0.0118s] [ 12%] 2024-11-01T17:08:35.1624390Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_float16 PASSED [0.0145s] [ 12%] 2024-11-01T17:08:35.1625415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_float32 PASSED [0.0125s] [ 12%] 2024-11-01T17:08:35.1626547Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_float64 PASSED [0.0143s] [ 12%] 2024-11-01T17:08:35.1627512Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int16 PASSED [0.0142s] [ 12%] 2024-11-01T17:08:35.1628449Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int32 PASSED [0.0121s] [ 12%] 2024-11-01T17:08:35.1629396Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int64 PASSED [0.0127s] [ 12%] 2024-11-01T17:08:35.1630344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int8 PASSED [0.0144s] [ 12%] 2024-11-01T17:08:35.1631288Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_uint8 PASSED [0.0142s] [ 12%] 2024-11-01T17:08:35.1632395Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_bfloat16 PASSED [0.0166s] [ 12%] 2024-11-01T17:08:35.1633369Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_bool PASSED [0.0163s] [ 12%] 2024-11-01T17:08:35.1634363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_complex128 PASSED [0.0216s] [ 12%] 2024-11-01T17:08:35.1635366Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_complex32 PASSED [0.0168s] [ 12%] 2024-11-01T17:08:35.1636375Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_complex64 PASSED [0.0162s] [ 12%] 2024-11-01T17:08:35.1637374Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_float16 PASSED [0.0162s] [ 12%] 2024-11-01T17:08:35.1638491Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_float32 PASSED [0.0156s] [ 12%] 2024-11-01T17:08:35.1639493Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_float64 PASSED [0.0162s] [ 12%] 2024-11-01T17:08:35.1640483Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int16 PASSED [0.0156s] [ 12%] 2024-11-01T17:08:35.1641457Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int32 PASSED [0.0158s] [ 12%] 2024-11-01T17:08:35.1642475Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int64 PASSED [0.0159s] [ 12%] 2024-11-01T17:08:35.1643451Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int8 PASSED [0.0156s] [ 12%] 2024-11-01T17:08:35.1644420Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_uint8 PASSED [0.0159s] [ 12%] 2024-11-01T17:08:35.1645455Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_shapes_cpu_float32 PASSED [0.0217s] [ 12%] 2024-11-01T17:08:35.1646590Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_bfloat16 PASSED [0.0111s] [ 12%] 2024-11-01T17:08:35.1647718Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_bool PASSED [0.0109s] [ 12%] 2024-11-01T17:08:35.1648883Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_complex128 PASSED [0.0111s] [ 12%] 2024-11-01T17:08:35.1650117Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_complex64 PASSED [0.0113s] [ 12%] 2024-11-01T17:08:35.1651300Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_float16 PASSED [0.0109s] [ 12%] 2024-11-01T17:08:35.1652435Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_float32 PASSED [0.0111s] [ 12%] 2024-11-01T17:08:35.1653548Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_float64 PASSED [0.0115s] [ 12%] 2024-11-01T17:08:35.1654702Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int16 PASSED [0.0109s] [ 12%] 2024-11-01T17:08:35.1655846Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int32 PASSED [0.0109s] [ 12%] 2024-11-01T17:08:35.1656957Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int64 PASSED [0.0113s] [ 12%] 2024-11-01T17:08:35.1658048Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int8 PASSED [0.0111s] [ 12%] 2024-11-01T17:08:35.1659539Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_uint8 PASSED [0.0111s] [ 12%] 2024-11-01T17:08:35.1660642Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_bfloat16 PASSED [0.0179s] [ 12%] 2024-11-01T17:08:35.1661701Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_bool PASSED [0.0182s] [ 12%] 2024-11-01T17:08:35.1662787Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_complex128 PASSED [0.0181s] [ 12%] 2024-11-01T17:08:35.1663900Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_complex64 PASSED [0.0179s] [ 12%] 2024-11-01T17:08:35.1665053Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_float16 PASSED [0.0178s] [ 12%] 2024-11-01T17:08:35.1666164Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_float32 PASSED [0.0177s] [ 12%] 2024-11-01T17:08:35.1667230Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_float64 PASSED [0.0179s] [ 12%] 2024-11-01T17:08:35.1668308Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int16 PASSED [0.0185s] [ 12%] 2024-11-01T17:08:35.1669368Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int32 PASSED [0.0179s] [ 12%] 2024-11-01T17:08:35.1670406Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int64 PASSED [0.0186s] [ 12%] 2024-11-01T17:08:35.1671454Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int8 PASSED [0.0180s] [ 12%] 2024-11-01T17:08:35.1672506Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_uint8 PASSED [0.0182s] [ 12%] 2024-11-01T17:08:35.1673554Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_bfloat16 PASSED [0.0399s] [ 12%] 2024-11-01T17:08:35.1674587Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_float16 PASSED [0.0398s] [ 12%] 2024-11-01T17:08:35.1675638Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_float32 PASSED [0.0397s] [ 12%] 2024-11-01T17:08:35.1676685Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_float64 PASSED [0.0408s] [ 12%] 2024-11-01T17:08:35.1677712Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int16 PASSED [0.0404s] [ 12%] 2024-11-01T17:08:35.1678732Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int32 PASSED [0.0394s] [ 12%] 2024-11-01T17:08:35.1679756Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int64 PASSED [0.0399s] [ 12%] 2024-11-01T17:08:35.1680777Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int8 PASSED [0.0394s] [ 12%] 2024-11-01T17:08:35.1681780Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_uint8 PASSED [0.0400s] [ 12%] 2024-11-01T17:08:35.1682858Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_bfloat16 PASSED [0.0154s] [ 12%] 2024-11-01T17:08:35.1684207Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_bool PASSED [0.0169s] [ 12%] 2024-11-01T17:08:35.1685199Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_complex128 PASSED [0.0163s] [ 12%] 2024-11-01T17:08:35.1686224Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_complex64 PASSED [0.0160s] [ 13%] 2024-11-01T17:08:35.1687235Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_float16 PASSED [0.0161s] [ 13%] 2024-11-01T17:08:35.1688281Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_float32 PASSED [0.0156s] [ 13%] 2024-11-01T17:08:35.1689295Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_float64 PASSED [0.0161s] [ 13%] 2024-11-01T17:08:35.1690279Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int16 PASSED [0.0158s] [ 13%] 2024-11-01T17:08:35.1691253Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int32 PASSED [0.0154s] [ 13%] 2024-11-01T17:08:35.1692250Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int64 PASSED [0.0158s] [ 13%] 2024-11-01T17:08:35.1693217Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int8 PASSED [0.0161s] [ 13%] 2024-11-01T17:08:35.1694186Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_uint8 PASSED [0.0157s] [ 13%] 2024-11-01T17:08:35.1695226Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_bfloat16 PASSED [0.0135s] [ 13%] 2024-11-01T17:08:35.1696449Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_bool PASSED [0.0133s] [ 13%] 2024-11-01T17:08:35.1697565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_complex128 PASSED [0.0131s] [ 13%] 2024-11-01T17:08:35.1698693Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_complex64 PASSED [0.0137s] [ 13%] 2024-11-01T17:08:35.1699807Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_float16 PASSED [0.0133s] [ 13%] 2024-11-01T17:08:35.1700898Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_float32 PASSED [0.0131s] [ 13%] 2024-11-01T17:08:35.1701989Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_float64 PASSED [0.0133s] [ 13%] 2024-11-01T17:08:35.1703077Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int16 PASSED [0.0133s] [ 13%] 2024-11-01T17:08:35.1704142Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int32 PASSED [0.0133s] [ 13%] 2024-11-01T17:08:35.1705227Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int64 PASSED [0.0134s] [ 13%] 2024-11-01T17:08:35.1706302Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int8 PASSED [0.0133s] [ 13%] 2024-11-01T17:08:35.1707383Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_uint8 PASSED [0.0132s] [ 13%] 2024-11-01T17:08:35.1708408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_bfloat16 PASSED [0.0208s] [ 13%] 2024-11-01T17:08:35.1709394Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_bool PASSED [0.0211s] [ 13%] 2024-11-01T17:08:35.1710384Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_complex128 PASSED [0.0209s] [ 13%] 2024-11-01T17:08:35.1711391Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_complex32 PASSED [0.0211s] [ 13%] 2024-11-01T17:08:35.1712402Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_complex64 PASSED [0.0209s] [ 13%] 2024-11-01T17:08:35.1713402Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_float16 PASSED [0.0210s] [ 13%] 2024-11-01T17:08:35.1714392Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_float32 PASSED [0.0210s] [ 13%] 2024-11-01T17:08:35.1715368Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_float64 PASSED [0.0203s] [ 13%] 2024-11-01T17:08:35.1716344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int16 PASSED [0.0212s] [ 13%] 2024-11-01T17:08:35.1717357Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int32 PASSED [0.0206s] [ 13%] 2024-11-01T17:08:35.1718301Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int64 PASSED [0.0204s] [ 13%] 2024-11-01T17:08:35.1719262Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int8 PASSED [0.0211s] [ 13%] 2024-11-01T17:08:35.1720262Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_uint8 PASSED [0.0206s] [ 13%] 2024-11-01T17:08:35.1721289Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_bfloat16 PASSED [0.0139s] [ 13%] 2024-11-01T17:08:35.1722400Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_float16 PASSED [0.0132s] [ 13%] 2024-11-01T17:08:35.1723422Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_float32 PASSED [0.0136s] [ 13%] 2024-11-01T17:08:35.1724437Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_float64 PASSED [0.0134s] [ 13%] 2024-11-01T17:08:35.1725480Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdist_cpu_float32 PASSED [0.3211s] [ 13%] 2024-11-01T17:08:35.1726485Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdist_cpu_float64 PASSED [0.3227s] [ 13%] 2024-11-01T17:08:35.1727509Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_bfloat16 PASSED [0.0158s] [ 13%] 2024-11-01T17:08:35.1728527Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_bool PASSED [0.0154s] [ 13%] 2024-11-01T17:08:35.1729546Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_complex128 PASSED [0.0158s] [ 13%] 2024-11-01T17:08:35.1730599Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_complex32 PASSED [0.0155s] [ 13%] 2024-11-01T17:08:35.1731641Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_complex64 PASSED [0.0162s] [ 13%] 2024-11-01T17:08:35.1732667Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_float16 PASSED [0.0159s] [ 13%] 2024-11-01T17:08:35.1733689Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_float32 PASSED [0.0162s] [ 13%] 2024-11-01T17:08:35.1734711Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_float64 PASSED [0.0156s] [ 13%] 2024-11-01T17:08:35.1735724Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int16 PASSED [0.0162s] [ 13%] 2024-11-01T17:08:35.1736711Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int32 PASSED [0.0159s] [ 13%] 2024-11-01T17:08:35.1737715Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int64 PASSED [0.0160s] [ 13%] 2024-11-01T17:08:35.1738713Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int8 PASSED [0.0163s] [ 13%] 2024-11-01T17:08:35.1739700Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_uint8 PASSED [0.0156s] [ 13%] 2024-11-01T17:08:35.1740700Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_bfloat16 PASSED [0.0111s] [ 13%] 2024-11-01T17:08:35.1741692Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_float16 PASSED [0.0114s] [ 13%] 2024-11-01T17:08:35.1742674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_float32 PASSED [0.0111s] [ 13%] 2024-11-01T17:08:35.1743646Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_float64 PASSED [0.0102s] [ 13%] 2024-11-01T17:08:35.1744628Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int16 PASSED [0.0112s] [ 13%] 2024-11-01T17:08:35.1745606Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int32 PASSED [0.0103s] [ 13%] 2024-11-01T17:08:35.1746560Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int64 PASSED [0.0108s] [ 13%] 2024-11-01T17:08:35.1747525Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int8 PASSED [0.0110s] [ 14%] 2024-11-01T17:08:35.1748486Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_uint8 PASSED [0.0102s] [ 14%] 2024-11-01T17:08:35.1749525Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_bfloat16 PASSED [0.0151s] [ 14%] 2024-11-01T17:08:35.1750519Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_bool PASSED [0.0154s] [ 14%] 2024-11-01T17:08:35.1751531Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_complex128 PASSED [0.0161s] [ 14%] 2024-11-01T17:08:35.1752736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_complex32 PASSED [0.0155s] [ 14%] 2024-11-01T17:08:35.1753793Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_complex64 PASSED [0.0162s] [ 14%] 2024-11-01T17:08:35.1754824Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_float16 PASSED [0.0153s] [ 14%] 2024-11-01T17:08:35.1755837Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_float32 PASSED [0.0157s] [ 14%] 2024-11-01T17:08:35.1756843Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_float64 PASSED [0.0160s] [ 14%] 2024-11-01T17:08:35.1757879Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int16 PASSED [0.0152s] [ 14%] 2024-11-01T17:08:35.1758867Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int32 PASSED [0.0156s] [ 14%] 2024-11-01T17:08:35.1759854Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int64 PASSED [0.0159s] [ 14%] 2024-11-01T17:08:35.1760829Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int8 PASSED [0.0154s] [ 14%] 2024-11-01T17:08:35.1761818Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_uint8 PASSED [0.0156s] [ 14%] 2024-11-01T17:08:35.1762883Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_bfloat16 PASSED [0.0159s] [ 14%] 2024-11-01T17:08:35.1763863Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_bool PASSED [0.0156s] [ 14%] 2024-11-01T17:08:35.1764875Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_complex128 PASSED [0.0159s] [ 14%] 2024-11-01T17:08:35.1765914Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_complex32 PASSED [0.0158s] [ 14%] 2024-11-01T17:08:35.1766944Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_complex64 PASSED [0.0154s] [ 14%] 2024-11-01T17:08:35.1767945Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_float16 PASSED [0.0156s] [ 14%] 2024-11-01T17:08:35.1768947Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_float32 PASSED [0.0160s] [ 14%] 2024-11-01T17:08:35.1769943Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_float64 PASSED [0.0154s] [ 14%] 2024-11-01T17:08:35.1770915Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int16 PASSED [0.0158s] [ 14%] 2024-11-01T17:08:35.1771899Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int32 PASSED [0.0157s] [ 14%] 2024-11-01T17:08:35.1772878Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int64 PASSED [0.0157s] [ 14%] 2024-11-01T17:08:35.1773855Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int8 PASSED [0.0156s] [ 14%] 2024-11-01T17:08:35.1774818Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_uint8 PASSED [0.0157s] [ 14%] 2024-11-01T17:08:35.1775814Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_bfloat16 PASSED [0.0154s] [ 14%] 2024-11-01T17:08:35.1776792Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_bool PASSED [0.0156s] [ 14%] 2024-11-01T17:08:35.1777777Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_complex128 PASSED [0.0157s] [ 14%] 2024-11-01T17:08:35.1778801Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_complex32 PASSED [0.0156s] [ 14%] 2024-11-01T17:08:35.1779822Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_complex64 PASSED [0.0162s] [ 14%] 2024-11-01T17:08:35.1780830Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_float16 PASSED [0.0157s] [ 14%] 2024-11-01T17:08:35.1781852Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_float32 PASSED [0.0154s] [ 14%] 2024-11-01T17:08:35.1782891Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_float64 PASSED [0.0159s] [ 14%] 2024-11-01T17:08:35.1783922Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int16 PASSED [0.0155s] [ 14%] 2024-11-01T17:08:35.1784873Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int32 PASSED [0.0154s] [ 14%] 2024-11-01T17:08:35.1785885Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int64 PASSED [0.0160s] [ 14%] 2024-11-01T17:08:35.1786877Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int8 PASSED [0.0155s] [ 14%] 2024-11-01T17:08:35.1787837Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_uint8 PASSED [0.0156s] [ 14%] 2024-11-01T17:08:35.1788847Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_complex128 PASSED [0.0315s] [ 14%] 2024-11-01T17:08:35.1789954Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_complex64 PASSED [0.0315s] [ 14%] 2024-11-01T17:08:35.1790997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_float32 PASSED [0.0296s] [ 14%] 2024-11-01T17:08:35.1792021Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_float64 PASSED [0.1186s] [ 14%] 2024-11-01T17:08:35.1793117Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_complex128 PASSED [1.8247s] [ 14%] 2024-11-01T17:08:35.1794265Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_complex64 PASSED [0.8990s] [ 14%] 2024-11-01T17:08:35.1795391Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_float32 PASSED [0.0326s] [ 14%] 2024-11-01T17:08:35.1796489Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_float64 PASSED [0.0829s] [ 14%] 2024-11-01T17:08:35.1797607Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_complex128 PASSED [0.0309s] [ 14%] 2024-11-01T17:08:35.1798728Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_complex64 PASSED [0.0255s] [ 14%] 2024-11-01T17:08:35.1799832Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_float32 PASSED [0.0260s] [ 14%] 2024-11-01T17:08:35.1800926Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_float64 PASSED [0.0319s] [ 14%] 2024-11-01T17:08:35.1802046Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_bfloat16 PASSED [0.0131s] [ 14%] 2024-11-01T17:08:35.1803053Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_bool PASSED [0.0138s] [ 14%] 2024-11-01T17:08:35.1804058Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_complex128 PASSED [0.0131s] [ 14%] 2024-11-01T17:08:35.1805093Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_complex32 PASSED [0.0138s] [ 14%] 2024-11-01T17:08:35.1806122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_complex64 PASSED [0.0135s] [ 14%] 2024-11-01T17:08:35.1807146Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_float16 PASSED [0.0132s] [ 14%] 2024-11-01T17:08:35.1808143Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_float32 PASSED [0.0136s] [ 14%] 2024-11-01T17:08:35.1809157Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_float64 PASSED [0.0132s] [ 15%] 2024-11-01T17:08:35.1810158Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int16 PASSED [0.0134s] [ 15%] 2024-11-01T17:08:35.1811137Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int32 PASSED [0.0134s] [ 15%] 2024-11-01T17:08:35.1812124Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int64 PASSED [0.0133s] [ 15%] 2024-11-01T17:08:35.1813108Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int8 PASSED [0.0134s] [ 15%] 2024-11-01T17:08:35.1814130Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_uint8 PASSED [0.0134s] [ 15%] 2024-11-01T17:08:35.1815120Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_bfloat16 PASSED [0.0182s] [ 15%] 2024-11-01T17:08:35.1816130Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_float16 PASSED [0.0191s] [ 15%] 2024-11-01T17:08:35.1817128Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_float32 PASSED [0.0186s] [ 15%] 2024-11-01T17:08:35.1818153Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_float64 PASSED [0.0183s] [ 15%] 2024-11-01T17:08:35.1819177Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int16 PASSED [0.0179s] [ 15%] 2024-11-01T17:08:35.1820157Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int32 PASSED [0.0187s] [ 15%] 2024-11-01T17:08:35.1821133Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int64 PASSED [0.0182s] [ 15%] 2024-11-01T17:08:35.1822130Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int8 PASSED [0.0187s] [ 15%] 2024-11-01T17:08:35.1823110Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_uint8 PASSED [0.0180s] [ 15%] 2024-11-01T17:08:35.1824135Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_bfloat16 PASSED [0.0211s] [ 15%] 2024-11-01T17:08:35.1825164Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_bool PASSED [0.0210s] [ 15%] 2024-11-01T17:08:35.1826197Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_float16 PASSED [0.0227s] [ 15%] 2024-11-01T17:08:35.1827247Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_float32 PASSED [0.0332s] [ 15%] 2024-11-01T17:08:35.1828283Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_float64 PASSED [0.0342s] [ 15%] 2024-11-01T17:08:35.1829302Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int16 PASSED [0.0284s] [ 15%] 2024-11-01T17:08:35.1830325Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int32 PASSED [0.0211s] [ 15%] 2024-11-01T17:08:35.1831332Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int64 PASSED [0.0204s] [ 15%] 2024-11-01T17:08:35.1832339Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int8 PASSED [0.0204s] [ 15%] 2024-11-01T17:08:35.1833362Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_uint8 PASSED [0.0217s] [ 15%] 2024-11-01T17:08:35.1834427Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_bfloat16 PASSED [0.0208s] [ 15%] 2024-11-01T17:08:35.1835575Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_bool PASSED [0.0209s] [ 15%] 2024-11-01T17:08:35.1836654Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_float16 PASSED [0.0209s] [ 15%] 2024-11-01T17:08:35.1837775Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_float32 PASSED [0.0215s] [ 15%] 2024-11-01T17:08:35.1838894Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_float64 PASSED [0.0210s] [ 15%] 2024-11-01T17:08:35.1839971Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int16 PASSED [0.0213s] [ 15%] 2024-11-01T17:08:35.1841076Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int32 PASSED [0.0206s] [ 15%] 2024-11-01T17:08:35.1842240Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int64 PASSED [0.0211s] [ 15%] 2024-11-01T17:08:35.1843355Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int8 PASSED [0.0208s] [ 15%] 2024-11-01T17:08:35.1844427Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_uint8 PASSED [0.0212s] [ 15%] 2024-11-01T17:08:35.1845535Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_bfloat16 PASSED [0.0120s] [ 15%] 2024-11-01T17:08:35.1846604Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_bool PASSED [0.0124s] [ 15%] 2024-11-01T17:08:35.1847705Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_complex128 PASSED [0.0130s] [ 15%] 2024-11-01T17:08:35.1848825Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_complex32 PASSED [0.0115s] [ 15%] 2024-11-01T17:08:35.1849931Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_complex64 PASSED [0.0114s] [ 15%] 2024-11-01T17:08:35.1851054Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_float16 PASSED [0.0114s] [ 15%] 2024-11-01T17:08:35.1852134Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_float32 PASSED [0.0123s] [ 15%] 2024-11-01T17:08:35.1853215Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_float64 PASSED [0.0124s] [ 15%] 2024-11-01T17:08:35.1854406Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int16 PASSED [0.0123s] [ 15%] 2024-11-01T17:08:35.1855431Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int32 PASSED [0.0123s] [ 15%] 2024-11-01T17:08:35.1856540Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int64 PASSED [0.0124s] [ 15%] 2024-11-01T17:08:35.1857590Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int8 PASSED [0.0120s] [ 15%] 2024-11-01T17:08:35.1858655Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_uint8 PASSED [0.0126s] [ 15%] 2024-11-01T17:08:35.1859777Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_bfloat16 PASSED [0.0135s] [ 15%] 2024-11-01T17:08:35.1860970Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_bool PASSED [0.0142s] [ 15%] 2024-11-01T17:08:35.1862120Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_complex128 PASSED [0.0134s] [ 15%] 2024-11-01T17:08:35.1863265Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_complex32 PASSED [0.0143s] [ 15%] 2024-11-01T17:08:35.1864428Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_complex64 PASSED [0.0135s] [ 15%] 2024-11-01T17:08:35.1865669Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_float16 PASSED [0.0142s] [ 15%] 2024-11-01T17:08:35.1866874Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_float32 PASSED [0.0139s] [ 15%] 2024-11-01T17:08:35.1867976Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_float64 PASSED [0.0134s] [ 15%] 2024-11-01T17:08:35.1869117Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int16 PASSED [0.0133s] [ 15%] 2024-11-01T17:08:35.1870251Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int32 PASSED [0.0136s] [ 15%] 2024-11-01T17:08:35.1871395Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int64 PASSED [0.0132s] [ 15%] 2024-11-01T17:08:35.1872573Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int8 PASSED [0.0141s] [ 15%] 2024-11-01T17:08:35.1873711Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_uint8 PASSED [0.0137s] [ 15%] 2024-11-01T17:08:35.1874860Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_bfloat16 PASSED [0.0313s] [ 16%] 2024-11-01T17:08:35.1875973Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_bool PASSED [0.0307s] [ 16%] 2024-11-01T17:08:35.1877178Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_complex128 PASSED [0.0300s] [ 16%] 2024-11-01T17:08:35.1878424Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_complex64 PASSED [0.0306s] [ 16%] 2024-11-01T17:08:35.1879563Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_float16 PASSED [0.0303s] [ 16%] 2024-11-01T17:08:35.1880715Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_float32 PASSED [0.0315s] [ 16%] 2024-11-01T17:08:35.1881866Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_float64 PASSED [0.0302s] [ 16%] 2024-11-01T17:08:35.1883180Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int16 PASSED [0.0305s] [ 16%] 2024-11-01T17:08:35.1884344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int32 PASSED [0.0313s] [ 16%] 2024-11-01T17:08:35.1885495Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int64 PASSED [0.0311s] [ 16%] 2024-11-01T17:08:35.1886661Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int8 PASSED [0.0318s] [ 16%] 2024-11-01T17:08:35.1887796Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_uint8 PASSED [0.0313s] [ 16%] 2024-11-01T17:08:35.1888963Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_complex_cpu_float16 PASSED [0.0207s] [ 16%] 2024-11-01T17:08:35.1890108Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_complex_cpu_float32 PASSED [0.0214s] [ 16%] 2024-11-01T17:08:35.1891208Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_complex_cpu_float64 PASSED [0.0214s] [ 16%] 2024-11-01T17:08:35.1892314Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_bfloat16 PASSED [0.0134s] [ 16%] 2024-11-01T17:08:35.1893385Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_bool PASSED [0.0141s] [ 16%] 2024-11-01T17:08:35.1894455Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_complex128 PASSED [0.0135s] [ 16%] 2024-11-01T17:08:35.1895610Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_complex32 PASSED [0.0135s] [ 16%] 2024-11-01T17:08:35.1896703Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_complex64 PASSED [0.0141s] [ 16%] 2024-11-01T17:08:35.1897787Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_float16 PASSED [0.0136s] [ 16%] 2024-11-01T17:08:35.1898851Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_float32 PASSED [0.0136s] [ 16%] 2024-11-01T17:08:35.1899888Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_float64 PASSED [0.0137s] [ 16%] 2024-11-01T17:08:35.1901043Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int16 PASSED [0.0136s] [ 16%] 2024-11-01T17:08:35.1902100Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int32 PASSED [0.0134s] [ 16%] 2024-11-01T17:08:35.1903108Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int64 PASSED [0.0135s] [ 16%] 2024-11-01T17:08:35.1904149Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int8 PASSED [0.0137s] [ 16%] 2024-11-01T17:08:35.1905190Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_uint8 PASSED [0.0133s] [ 16%] 2024-11-01T17:08:35.1906340Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_bfloat16 PASSED [0.0109s] [ 16%] 2024-11-01T17:08:35.1907500Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_bool PASSED [0.0121s] [ 16%] 2024-11-01T17:08:35.1908671Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_complex128 PASSED [0.0110s] [ 16%] 2024-11-01T17:08:35.1909862Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_complex32 PASSED [0.0109s] [ 16%] 2024-11-01T17:08:35.1911015Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_complex64 PASSED [0.0112s] [ 16%] 2024-11-01T17:08:35.1912235Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_float16 PASSED [0.0112s] [ 16%] 2024-11-01T17:08:35.1913443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_float32 PASSED [0.0110s] [ 16%] 2024-11-01T17:08:35.1914613Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_float64 PASSED [0.0117s] [ 16%] 2024-11-01T17:08:35.1915732Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int16 PASSED [0.0110s] [ 16%] 2024-11-01T17:08:35.1916932Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int32 PASSED [0.0114s] [ 16%] 2024-11-01T17:08:35.1918177Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int64 PASSED [0.0111s] [ 16%] 2024-11-01T17:08:35.1919336Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int8 PASSED [0.0109s] [ 16%] 2024-11-01T17:08:35.1920504Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_uint8 PASSED [0.0112s] [ 16%] 2024-11-01T17:08:35.1933652Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_bfloat16 PASSED [0.0703s] [ 16%] 2024-11-01T17:08:35.1934845Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_bool PASSED [0.0686s] [ 16%] 2024-11-01T17:08:35.1936087Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_complex128 PASSED [0.0729s] [ 16%] 2024-11-01T17:08:35.1937241Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_complex64 PASSED [0.0756s] [ 16%] 2024-11-01T17:08:35.1938371Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_float16 PASSED [0.0769s] [ 16%] 2024-11-01T17:08:35.1939534Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_float32 PASSED [0.0742s] [ 16%] 2024-11-01T17:08:35.1940631Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_float64 PASSED [0.0693s] [ 16%] 2024-11-01T17:08:35.1941827Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int16 PASSED [0.0672s] [ 16%] 2024-11-01T17:08:35.1942920Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int32 PASSED [0.0684s] [ 16%] 2024-11-01T17:08:35.1943995Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int64 PASSED [0.0681s] [ 16%] 2024-11-01T17:08:35.1945077Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int8 PASSED [0.0673s] [ 16%] 2024-11-01T17:08:35.1946161Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_uint8 PASSED [0.0678s] [ 16%] 2024-11-01T17:08:35.1947295Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_bfloat16 PASSED [0.0121s] [ 16%] 2024-11-01T17:08:35.1948388Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_bool PASSED [0.0114s] [ 16%] 2024-11-01T17:08:35.1949454Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_complex128 PASSED [0.0117s] [ 16%] 2024-11-01T17:08:35.1950544Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_complex32 PASSED [0.0128s] [ 16%] 2024-11-01T17:08:35.1951615Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_complex64 PASSED [0.0119s] [ 16%] 2024-11-01T17:08:35.1952693Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_float16 PASSED [0.0117s] [ 16%] 2024-11-01T17:08:35.1953853Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_float32 PASSED [0.0121s] [ 16%] 2024-11-01T17:08:35.1954903Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_float64 PASSED [0.0124s] [ 17%] 2024-11-01T17:08:35.1955939Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int16 PASSED [0.0190s] [ 17%] 2024-11-01T17:08:35.1956972Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int32 PASSED [0.0198s] [ 17%] 2024-11-01T17:08:35.1958007Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int64 PASSED [0.0124s] [ 17%] 2024-11-01T17:08:35.1959080Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int8 PASSED [0.0117s] [ 17%] 2024-11-01T17:08:35.1960174Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_uint8 PASSED [0.0122s] [ 17%] 2024-11-01T17:08:35.1961219Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_bfloat16 PASSED [0.0211s] [ 17%] 2024-11-01T17:08:35.1962326Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_bool PASSED [0.0205s] [ 17%] 2024-11-01T17:08:35.1963347Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_float16 PASSED [0.0213s] [ 17%] 2024-11-01T17:08:35.1964450Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_float32 PASSED [0.0203s] [ 17%] 2024-11-01T17:08:35.1965586Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_float64 PASSED [0.0208s] [ 17%] 2024-11-01T17:08:35.1966604Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int16 PASSED [0.0209s] [ 17%] 2024-11-01T17:08:35.1967664Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int32 PASSED [0.0207s] [ 17%] 2024-11-01T17:08:35.1968979Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int64 PASSED [0.0210s] [ 17%] 2024-11-01T17:08:35.1969998Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int8 PASSED [0.0212s] [ 17%] 2024-11-01T17:08:35.1971109Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_uint8 PASSED [0.0217s] [ 17%] 2024-11-01T17:08:35.1972198Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_bfloat16 PASSED [0.0142s] [ 17%] 2024-11-01T17:08:35.1973273Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_complex128 PASSED [0.0148s] [ 17%] 2024-11-01T17:08:35.1974339Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_complex64 PASSED [0.0150s] [ 17%] 2024-11-01T17:08:35.1975395Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_float16 PASSED [0.0142s] [ 17%] 2024-11-01T17:08:35.1976483Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_float32 PASSED [0.0147s] [ 17%] 2024-11-01T17:08:35.1977565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_float64 PASSED [0.0151s] [ 17%] 2024-11-01T17:08:35.1978579Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int16 PASSED [0.0144s] [ 17%] 2024-11-01T17:08:35.1979593Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int32 PASSED [0.0147s] [ 17%] 2024-11-01T17:08:35.1980610Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int64 PASSED [0.0150s] [ 17%] 2024-11-01T17:08:35.1981604Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int8 PASSED [0.0144s] [ 17%] 2024-11-01T17:08:35.1982718Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_uint8 PASSED [0.0145s] [ 17%] 2024-11-01T17:08:35.1983729Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_bfloat16 PASSED [0.0140s] [ 17%] 2024-11-01T17:08:35.1984707Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_bool PASSED [0.0134s] [ 17%] 2024-11-01T17:08:35.1985689Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_complex128 PASSED [0.0134s] [ 17%] 2024-11-01T17:08:35.1986701Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_complex64 PASSED [0.0135s] [ 17%] 2024-11-01T17:08:35.1987696Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_float16 PASSED [0.0140s] [ 17%] 2024-11-01T17:08:35.1988752Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_float32 PASSED [0.0136s] [ 17%] 2024-11-01T17:08:35.1989736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_float64 PASSED [0.0136s] [ 17%] 2024-11-01T17:08:35.1990711Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int16 PASSED [0.0138s] [ 17%] 2024-11-01T17:08:35.1991676Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int32 PASSED [0.0135s] [ 17%] 2024-11-01T17:08:35.1992621Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int64 PASSED [0.0135s] [ 17%] 2024-11-01T17:08:35.1993579Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int8 PASSED [0.0182s] [ 17%] 2024-11-01T17:08:35.1994632Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_uint8 PASSED [0.0194s] [ 17%] 2024-11-01T17:08:35.1995598Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_bfloat16 PASSED [0.0170s] [ 17%] 2024-11-01T17:08:35.1996587Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_bool PASSED [0.0141s] [ 17%] 2024-11-01T17:08:35.1997626Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_complex128 PASSED [0.0174s] [ 17%] 2024-11-01T17:08:35.1998662Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_complex64 PASSED [0.0173s] [ 17%] 2024-11-01T17:08:35.1999706Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_float16 PASSED [0.0142s] [ 17%] 2024-11-01T17:08:35.2000794Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_float32 PASSED [0.0142s] [ 17%] 2024-11-01T17:08:35.2001821Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_float64 PASSED [0.0193s] [ 17%] 2024-11-01T17:08:35.2002851Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int16 PASSED [0.0152s] [ 17%] 2024-11-01T17:08:35.2003831Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int32 PASSED [0.0177s] [ 17%] 2024-11-01T17:08:35.2004807Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int64 PASSED [0.0206s] [ 17%] 2024-11-01T17:08:35.2005924Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int8 PASSED [0.0143s] [ 17%] 2024-11-01T17:08:35.2006884Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_uint8 PASSED [0.0148s] [ 17%] 2024-11-01T17:08:35.2007920Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_bfloat16 PASSED [0.0410s] [ 17%] 2024-11-01T17:08:35.2009002Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_bool PASSED [0.0401s] [ 17%] 2024-11-01T17:08:35.2010080Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_complex128 PASSED [0.0412s] [ 17%] 2024-11-01T17:08:35.2011242Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_complex64 PASSED [0.0423s] [ 17%] 2024-11-01T17:08:35.2012390Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_float16 PASSED [0.0395s] [ 17%] 2024-11-01T17:08:35.2013482Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_float32 PASSED [0.0348s] [ 17%] 2024-11-01T17:08:35.2014550Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_float64 PASSED [0.0407s] [ 17%] 2024-11-01T17:08:35.2015623Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int16 PASSED [0.0666s] [ 17%] 2024-11-01T17:08:35.2016681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int32 PASSED [0.0617s] [ 17%] 2024-11-01T17:08:35.2017827Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int64 PASSED [0.0333s] [ 18%] 2024-11-01T17:08:35.2018885Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int8 PASSED [0.0327s] [ 18%] 2024-11-01T17:08:35.2019948Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_uint8 PASSED [0.0334s] [ 18%] 2024-11-01T17:08:35.2020983Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_bfloat16 PASSED [0.0778s] [ 18%] 2024-11-01T17:08:35.2021985Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_complex128 PASSED [0.0807s] [ 18%] 2024-11-01T17:08:35.2023049Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_complex64 PASSED [0.0575s] [ 18%] 2024-11-01T17:08:35.2024104Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_float16 PASSED [0.0560s] [ 18%] 2024-11-01T17:08:35.2025073Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_float32 PASSED [0.0636s] [ 18%] 2024-11-01T17:08:35.2026057Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_float64 PASSED [0.0572s] [ 18%] 2024-11-01T17:08:35.2027037Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int16 PASSED [0.0566s] [ 18%] 2024-11-01T17:08:35.2027997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int32 PASSED [0.0569s] [ 18%] 2024-11-01T17:08:35.2029038Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int64 PASSED [0.0576s] [ 18%] 2024-11-01T17:08:35.2030041Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int8 PASSED [0.0567s] [ 18%] 2024-11-01T17:08:35.2031006Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_uint8 PASSED [0.0564s] [ 18%] 2024-11-01T17:08:35.2031984Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_bfloat16 PASSED [0.0138s] [ 18%] 2024-11-01T17:08:35.2033019Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_complex128 PASSED [0.0137s] [ 18%] 2024-11-01T17:08:35.2034093Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_complex64 PASSED [0.0135s] [ 18%] 2024-11-01T17:08:35.2035252Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_float16 PASSED [0.0136s] [ 18%] 2024-11-01T17:08:35.2036244Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_float32 PASSED [0.0135s] [ 18%] 2024-11-01T17:08:35.2037250Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_float64 PASSED [0.0135s] [ 18%] 2024-11-01T17:08:35.2038285Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int16 PASSED [0.0135s] [ 18%] 2024-11-01T17:08:35.2039255Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int32 PASSED [0.0132s] [ 18%] 2024-11-01T17:08:35.2040283Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int64 PASSED [0.0135s] [ 18%] 2024-11-01T17:08:35.2041311Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int8 PASSED [0.0139s] [ 18%] 2024-11-01T17:08:35.2042350Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_uint8 PASSED [0.0135s] [ 18%] 2024-11-01T17:08:35.2043341Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_bfloat16 PASSED [0.0135s] [ 18%] 2024-11-01T17:08:35.2044351Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_bool PASSED [0.0136s] [ 18%] 2024-11-01T17:08:35.2045357Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_float16 PASSED [0.0140s] [ 18%] 2024-11-01T17:08:35.2046455Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_float32 PASSED [0.0141s] [ 18%] 2024-11-01T17:08:35.2047475Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_float64 PASSED [0.0151s] [ 18%] 2024-11-01T17:08:35.2048483Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int16 PASSED [0.0134s] [ 18%] 2024-11-01T17:08:35.2049481Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int32 PASSED [0.0132s] [ 18%] 2024-11-01T17:08:35.2050457Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int64 PASSED [0.0140s] [ 18%] 2024-11-01T17:08:35.2051450Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int8 PASSED [0.0133s] [ 18%] 2024-11-01T17:08:35.2052537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_uint8 PASSED [0.0131s] [ 18%] 2024-11-01T17:08:35.2053534Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_bfloat16 PASSED [0.0134s] [ 18%] 2024-11-01T17:08:35.2054547Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_bool PASSED [0.0138s] [ 18%] 2024-11-01T17:08:35.2055553Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_float16 PASSED [0.0134s] [ 18%] 2024-11-01T17:08:35.2056569Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_float32 PASSED [0.0136s] [ 18%] 2024-11-01T17:08:35.2057607Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_float64 PASSED [0.0134s] [ 18%] 2024-11-01T17:08:35.2058664Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int16 PASSED [0.0139s] [ 18%] 2024-11-01T17:08:35.2059660Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int32 PASSED [0.0135s] [ 18%] 2024-11-01T17:08:35.2060637Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int64 PASSED [0.0136s] [ 18%] 2024-11-01T17:08:35.2061627Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int8 PASSED [0.0139s] [ 18%] 2024-11-01T17:08:35.2062667Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_uint8 PASSED [0.0135s] [ 18%] 2024-11-01T17:08:35.2063742Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_bfloat16 PASSED [0.0223s] [ 18%] 2024-11-01T17:08:35.2064834Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_complex128 PASSED [0.0221s] [ 18%] 2024-11-01T17:08:35.2065896Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_complex64 PASSED [0.0236s] [ 18%] 2024-11-01T17:08:35.2066980Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_float16 PASSED [0.0218s] [ 18%] 2024-11-01T17:08:35.2068024Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_float32 PASSED [0.0217s] [ 18%] 2024-11-01T17:08:35.2069053Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_float64 PASSED [0.0226s] [ 18%] 2024-11-01T17:08:35.2070172Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int16 PASSED [0.0219s] [ 18%] 2024-11-01T17:08:35.2071223Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int32 PASSED [0.0222s] [ 18%] 2024-11-01T17:08:35.2072207Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int64 PASSED [0.0221s] [ 18%] 2024-11-01T17:08:35.2073207Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int8 PASSED [0.0222s] [ 18%] 2024-11-01T17:08:35.2074205Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_uint8 PASSED [0.0218s] [ 18%] 2024-11-01T17:08:35.2075260Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_bfloat16 PASSED [0.0147s] [ 18%] 2024-11-01T17:08:35.2076355Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_complex128 PASSED [0.0148s] [ 18%] 2024-11-01T17:08:35.2077400Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_complex64 PASSED [0.0145s] [ 18%] 2024-11-01T17:08:35.2078429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_float16 PASSED [0.0150s] [ 18%] 2024-11-01T17:08:35.2079431Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_float32 PASSED [0.0145s] [ 19%] 2024-11-01T17:08:35.2080442Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_float64 PASSED [0.0145s] [ 19%] 2024-11-01T17:08:35.2081541Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int16 PASSED [0.0148s] [ 19%] 2024-11-01T17:08:35.2082580Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int32 PASSED [0.0143s] [ 19%] 2024-11-01T17:08:35.2083583Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int64 PASSED [0.0142s] [ 19%] 2024-11-01T17:08:35.2084588Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int8 PASSED [0.0151s] [ 19%] 2024-11-01T17:08:35.2085577Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_uint8 PASSED [0.0143s] [ 19%] 2024-11-01T17:08:35.2086650Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_bfloat16 PASSED [0.0205s] [ 19%] 2024-11-01T17:08:35.2087939Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_complex128 PASSED [0.0215s] [ 19%] 2024-11-01T17:08:35.2089128Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_complex64 PASSED [0.0206s] [ 19%] 2024-11-01T17:08:35.2090292Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_float16 PASSED [0.0210s] [ 19%] 2024-11-01T17:08:35.2091450Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_float32 PASSED [0.0208s] [ 19%] 2024-11-01T17:08:35.2092661Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_float64 PASSED [0.0208s] [ 19%] 2024-11-01T17:08:35.2093867Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int16 PASSED [0.0210s] [ 19%] 2024-11-01T17:08:35.2094992Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int32 PASSED [0.0209s] [ 19%] 2024-11-01T17:08:35.2096180Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int64 PASSED [0.0210s] [ 19%] 2024-11-01T17:08:35.2097329Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int8 PASSED [0.0205s] [ 19%] 2024-11-01T17:08:35.2098517Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_uint8 PASSED [0.0213s] [ 19%] 2024-11-01T17:08:35.2099687Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_bfloat16 PASSED [0.0109s] [ 19%] 2024-11-01T17:08:35.2100749Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_bool PASSED [0.0109s] [ 19%] 2024-11-01T17:08:35.2101772Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_float16 PASSED [0.0113s] [ 19%] 2024-11-01T17:08:35.2102780Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_float32 PASSED [0.0112s] [ 19%] 2024-11-01T17:08:35.2103794Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_float64 PASSED [0.0109s] [ 19%] 2024-11-01T17:08:35.2104940Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int16 PASSED [0.0113s] [ 19%] 2024-11-01T17:08:35.2105946Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int32 PASSED [0.0112s] [ 19%] 2024-11-01T17:08:35.2106940Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int64 PASSED [0.0115s] [ 19%] 2024-11-01T17:08:35.2107936Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int8 PASSED [0.0160s] [ 19%] 2024-11-01T17:08:35.2108928Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_uint8 PASSED [0.0112s] [ 19%] 2024-11-01T17:08:35.2109917Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_bfloat16 PASSED [0.0289s] [ 19%] 2024-11-01T17:08:35.2110993Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_bool PASSED [0.0285s] [ 19%] 2024-11-01T17:08:35.2111991Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_complex128 PASSED [0.0285s] [ 19%] 2024-11-01T17:08:35.2113014Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_complex64 PASSED [0.0289s] [ 19%] 2024-11-01T17:08:35.2114002Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_float16 PASSED [0.0285s] [ 19%] 2024-11-01T17:08:35.2114997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_float32 PASSED [0.0288s] [ 19%] 2024-11-01T17:08:35.2116036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_float64 PASSED [0.0290s] [ 19%] 2024-11-01T17:08:35.2117061Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int16 PASSED [0.0287s] [ 19%] 2024-11-01T17:08:35.2118026Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int32 PASSED [0.0297s] [ 19%] 2024-11-01T17:08:35.2118990Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int64 PASSED [0.0286s] [ 19%] 2024-11-01T17:08:35.2119943Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int8 PASSED [0.0291s] [ 19%] 2024-11-01T17:08:35.2120917Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_uint8 PASSED [0.0287s] [ 19%] 2024-11-01T17:08:35.2122029Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_bfloat16 PASSED [0.0278s] [ 19%] 2024-11-01T17:08:35.2123135Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_bool PASSED [0.0282s] [ 19%] 2024-11-01T17:08:35.2124184Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_complex128 PASSED [0.0280s] [ 19%] 2024-11-01T17:08:35.2125271Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_complex32 PASSED [0.0280s] [ 19%] 2024-11-01T17:08:35.2126350Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_complex64 PASSED [0.0282s] [ 19%] 2024-11-01T17:08:35.2127420Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_float16 PASSED [0.0281s] [ 19%] 2024-11-01T17:08:35.2128553Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_float32 PASSED [0.0303s] [ 19%] 2024-11-01T17:08:35.2129651Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_float64 PASSED [0.0324s] [ 19%] 2024-11-01T17:08:35.2130700Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int16 PASSED [0.0321s] [ 19%] 2024-11-01T17:08:35.2131721Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int32 PASSED [0.0329s] [ 19%] 2024-11-01T17:08:35.2132780Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int64 PASSED [0.0297s] [ 19%] 2024-11-01T17:08:35.2133944Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int8 PASSED [0.0307s] [ 19%] 2024-11-01T17:08:35.2135162Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_uint8 PASSED [0.0320s] [ 19%] 2024-11-01T17:08:35.2136331Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_bfloat16 PASSED [0.0168s] [ 19%] 2024-11-01T17:08:35.2137573Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_bool PASSED [0.0182s] [ 19%] 2024-11-01T17:08:35.2138752Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_complex128 PASSED [0.0179s] [ 19%] 2024-11-01T17:08:35.2139983Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_complex64 PASSED [0.0167s] [ 19%] 2024-11-01T17:08:35.2141169Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_float16 PASSED [0.0182s] [ 19%] 2024-11-01T17:08:35.2142376Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_float32 PASSED [0.0177s] [ 19%] 2024-11-01T17:08:35.2143409Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_float64 PASSED [0.0170s] [ 19%] 2024-11-01T17:08:35.2144420Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int16 PASSED [0.0187s] [ 20%] 2024-11-01T17:08:35.2145428Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int32 PASSED [0.0166s] [ 20%] 2024-11-01T17:08:35.2146446Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int64 PASSED [0.0174s] [ 20%] 2024-11-01T17:08:35.2147443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int8 PASSED [0.0188s] [ 20%] 2024-11-01T17:08:35.2148593Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_uint8 PASSED [0.0175s] [ 20%] 2024-11-01T17:08:35.2149652Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_bfloat16 PASSED [0.0321s] [ 20%] 2024-11-01T17:08:35.2150733Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_bool PASSED [0.0306s] [ 20%] 2024-11-01T17:08:35.2151812Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_complex128 PASSED [0.0293s] [ 20%] 2024-11-01T17:08:35.2152925Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_complex32 PASSED [0.0318s] [ 20%] 2024-11-01T17:08:35.2154220Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_complex64 PASSED [0.0303s] [ 20%] 2024-11-01T17:08:35.2155367Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_float16 PASSED [0.0303s] [ 20%] 2024-11-01T17:08:35.2156457Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_float32 PASSED [0.0322s] [ 20%] 2024-11-01T17:08:35.2157540Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_float64 PASSED [0.0288s] [ 20%] 2024-11-01T17:08:35.2158621Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int16 PASSED [0.0314s] [ 20%] 2024-11-01T17:08:35.2159680Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int32 PASSED [0.0321s] [ 20%] 2024-11-01T17:08:35.2160900Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int64 PASSED [0.0295s] [ 20%] 2024-11-01T17:08:35.2162037Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int8 PASSED [0.0309s] [ 20%] 2024-11-01T17:08:35.2163094Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_uint8 PASSED [0.0274s] [ 20%] 2024-11-01T17:08:35.2164210Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_bfloat16 PASSED [0.0281s] [ 20%] 2024-11-01T17:08:35.2165246Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_bool PASSED [0.0279s] [ 20%] 2024-11-01T17:08:35.2166395Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_complex128 PASSED [0.0286s] [ 20%] 2024-11-01T17:08:35.2167550Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_complex32 PASSED [0.0277s] [ 20%] 2024-11-01T17:08:35.2168644Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_complex64 PASSED [0.0272s] [ 20%] 2024-11-01T17:08:35.2169690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_float16 PASSED [0.0281s] [ 20%] 2024-11-01T17:08:35.2170715Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_float32 PASSED [0.0278s] [ 20%] 2024-11-01T17:08:35.2171792Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_float64 PASSED [0.0272s] [ 20%] 2024-11-01T17:08:35.2172823Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int16 PASSED [0.0283s] [ 20%] 2024-11-01T17:08:35.2173842Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int32 PASSED [0.0276s] [ 20%] 2024-11-01T17:08:35.2174837Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int64 PASSED [0.0274s] [ 20%] 2024-11-01T17:08:35.2175850Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int8 PASSED [0.0278s] [ 20%] 2024-11-01T17:08:35.2176872Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_uint8 PASSED [0.0277s] [ 20%] 2024-11-01T17:08:35.2178088Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_bfloat16 PASSED [0.0285s] [ 20%] 2024-11-01T17:08:35.2179199Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_bool PASSED [0.0287s] [ 20%] 2024-11-01T17:08:35.2180324Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_complex128 PASSED [0.0284s] [ 20%] 2024-11-01T17:08:35.2181473Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_complex64 PASSED [0.0283s] [ 20%] 2024-11-01T17:08:35.2182595Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_float16 PASSED [0.0287s] [ 20%] 2024-11-01T17:08:35.2183715Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_float32 PASSED [0.0286s] [ 20%] 2024-11-01T17:08:35.2184833Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_float64 PASSED [0.0273s] [ 20%] 2024-11-01T17:08:35.2185945Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int16 PASSED [0.0286s] [ 20%] 2024-11-01T17:08:35.2187028Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int32 PASSED [0.0283s] [ 20%] 2024-11-01T17:08:35.2188114Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int64 PASSED [0.0281s] [ 20%] 2024-11-01T17:08:35.2189211Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int8 PASSED [0.0291s] [ 20%] 2024-11-01T17:08:35.2190293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_uint8 PASSED [0.0279s] [ 20%] 2024-11-01T17:08:35.2191342Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_bfloat16 PASSED [0.0878s] [ 20%] 2024-11-01T17:08:35.2192328Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_bool PASSED [0.0883s] [ 20%] 2024-11-01T17:08:35.2193385Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_complex128 PASSED [0.0899s] [ 20%] 2024-11-01T17:08:35.2194504Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_complex64 PASSED [0.0889s] [ 20%] 2024-11-01T17:08:35.2195514Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_float16 PASSED [0.0886s] [ 20%] 2024-11-01T17:08:35.2196556Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_float32 PASSED [0.0895s] [ 20%] 2024-11-01T17:08:35.2197542Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_float64 PASSED [0.0877s] [ 20%] 2024-11-01T17:08:35.2198531Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int16 PASSED [0.0889s] [ 20%] 2024-11-01T17:08:35.2199508Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int32 PASSED [0.0885s] [ 20%] 2024-11-01T17:08:35.2200520Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int64 PASSED [0.0885s] [ 20%] 2024-11-01T17:08:35.2201502Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int8 PASSED [0.0870s] [ 20%] 2024-11-01T17:08:35.2202573Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_uint8 PASSED [0.0880s] [ 20%] 2024-11-01T17:08:35.2203584Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_bfloat16 PASSED [0.0132s] [ 20%] 2024-11-01T17:08:35.2205002Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_bool PASSED [0.0133s] [ 20%] 2024-11-01T17:08:35.2206020Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_float16 PASSED [0.0131s] [ 20%] 2024-11-01T17:08:35.2207049Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_float32 PASSED [0.0145s] [ 20%] 2024-11-01T17:08:35.2208073Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_float64 PASSED [0.0133s] [ 20%] 2024-11-01T17:08:35.2209078Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int16 PASSED [0.0135s] [ 21%] 2024-11-01T17:08:35.2210086Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int32 PASSED [0.0129s] [ 21%] 2024-11-01T17:08:35.2211086Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int64 PASSED [0.0125s] [ 21%] 2024-11-01T17:08:35.2212067Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int8 PASSED [0.0125s] [ 21%] 2024-11-01T17:08:35.2213068Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_uint8 PASSED [0.0135s] [ 21%] 2024-11-01T17:08:35.2214073Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_bfloat16 PASSED [0.0699s] [ 21%] 2024-11-01T17:08:35.2215089Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_complex128 PASSED [0.0706s] [ 21%] 2024-11-01T17:08:35.2216098Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_complex64 PASSED [0.0713s] [ 21%] 2024-11-01T17:08:35.2217106Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_float16 PASSED [0.0703s] [ 21%] 2024-11-01T17:08:35.2218104Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_float32 PASSED [0.0683s] [ 21%] 2024-11-01T17:08:35.2219079Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_float64 PASSED [0.0697s] [ 21%] 2024-11-01T17:08:35.2220144Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_bfloat16 PASSED [0.0221s] [ 21%] 2024-11-01T17:08:35.2221287Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_float16 PASSED [0.0209s] [ 21%] 2024-11-01T17:08:35.2222420Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_float32 PASSED [0.0217s] [ 21%] 2024-11-01T17:08:35.2223535Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_float64 PASSED [0.0215s] [ 21%] 2024-11-01T17:08:35.2224730Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int16 PASSED [0.0212s] [ 21%] 2024-11-01T17:08:35.2225958Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int32 PASSED [0.0216s] [ 21%] 2024-11-01T17:08:35.2227055Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int64 PASSED [0.0214s] [ 21%] 2024-11-01T17:08:35.2228169Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int8 PASSED [0.0219s] [ 21%] 2024-11-01T17:08:35.2229277Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_uint8 PASSED [0.0210s] [ 21%] 2024-11-01T17:08:35.2230757Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_bfloat16 PASSED [0.0219s] [ 21%] 2024-11-01T17:08:35.2231898Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_bool PASSED [0.0210s] [ 21%] 2024-11-01T17:08:35.2233056Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_complex128 PASSED [0.0219s] [ 21%] 2024-11-01T17:08:35.2234282Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_complex64 PASSED [0.0214s] [ 21%] 2024-11-01T17:08:35.2235480Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_float16 PASSED [0.0216s] [ 21%] 2024-11-01T17:08:35.2236616Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_float32 PASSED [0.0209s] [ 21%] 2024-11-01T17:08:35.2237768Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_float64 PASSED [0.0217s] [ 21%] 2024-11-01T17:08:35.2238947Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int16 PASSED [0.0213s] [ 21%] 2024-11-01T17:08:35.2240066Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int32 PASSED [0.0213s] [ 21%] 2024-11-01T17:08:35.2241194Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int64 PASSED [0.0217s] [ 21%] 2024-11-01T17:08:35.2242385Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int8 PASSED [0.0209s] [ 21%] 2024-11-01T17:08:35.2243524Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_uint8 PASSED [0.0216s] [ 21%] 2024-11-01T17:08:35.2244652Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_bfloat16 PASSED [0.0210s] [ 21%] 2024-11-01T17:08:35.2245793Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_float16 PASSED [0.0216s] [ 21%] 2024-11-01T17:08:35.2246928Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_float32 PASSED [0.0209s] [ 21%] 2024-11-01T17:08:35.2248045Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_float64 PASSED [0.0220s] [ 21%] 2024-11-01T17:08:35.2249169Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int16 PASSED [0.0213s] [ 21%] 2024-11-01T17:08:35.2250283Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int32 PASSED [0.0216s] [ 21%] 2024-11-01T17:08:35.2251393Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int64 PASSED [0.0210s] [ 21%] 2024-11-01T17:08:35.2252493Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int8 PASSED [0.0213s] [ 21%] 2024-11-01T17:08:35.2253592Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_uint8 PASSED [0.0214s] [ 21%] 2024-11-01T17:08:35.2254648Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_bfloat16 PASSED [0.0111s] [ 21%] 2024-11-01T17:08:35.2255660Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_complex128 PASSED [0.0122s] [ 21%] 2024-11-01T17:08:35.2256661Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_complex64 PASSED [0.0120s] [ 21%] 2024-11-01T17:08:35.2257660Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_float16 PASSED [0.0109s] [ 21%] 2024-11-01T17:08:35.2258644Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_float32 PASSED [0.0106s] [ 21%] 2024-11-01T17:08:35.2259613Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_float64 PASSED [0.0107s] [ 21%] 2024-11-01T17:08:35.2260585Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int16 PASSED [0.0118s] [ 21%] 2024-11-01T17:08:35.2261551Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int32 PASSED [0.0107s] [ 21%] 2024-11-01T17:08:35.2262495Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int64 PASSED [0.0107s] [ 21%] 2024-11-01T17:08:35.2263493Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int8 PASSED [0.0111s] [ 21%] 2024-11-01T17:08:35.2264450Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_uint8 PASSED [0.0110s] [ 21%] 2024-11-01T17:08:35.2265441Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_bfloat16 PASSED [0.0153s] [ 21%] 2024-11-01T17:08:35.2266467Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_bool PASSED [0.0155s] [ 21%] 2024-11-01T17:08:35.2267515Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_complex128 PASSED [0.0161s] [ 21%] 2024-11-01T17:08:35.2268566Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_complex32 PASSED [0.0153s] [ 21%] 2024-11-01T17:08:35.2269587Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_complex64 PASSED [0.0155s] [ 21%] 2024-11-01T17:08:35.2270651Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_float16 PASSED [0.0161s] [ 21%] 2024-11-01T17:08:35.2271669Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_float32 PASSED [0.0153s] [ 21%] 2024-11-01T17:08:35.2272681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_float64 PASSED [0.0158s] [ 21%] 2024-11-01T17:08:35.2273670Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int16 PASSED [0.0157s] [ 22%] 2024-11-01T17:08:35.2274667Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int32 PASSED [0.0152s] [ 22%] 2024-11-01T17:08:35.2275669Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int64 PASSED [0.0158s] [ 22%] 2024-11-01T17:08:35.2276638Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int8 PASSED [0.0158s] [ 22%] 2024-11-01T17:08:35.2277630Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_uint8 PASSED [0.0152s] [ 22%] 2024-11-01T17:08:35.2278645Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_bfloat16 PASSED [0.0123s] [ 22%] 2024-11-01T17:08:35.2279658Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_bool PASSED [0.0123s] [ 22%] 2024-11-01T17:08:35.2280748Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_complex128 PASSED [0.0121s] [ 22%] 2024-11-01T17:08:35.2281866Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_complex32 PASSED [0.0123s] [ 22%] 2024-11-01T17:08:35.2282963Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_complex64 PASSED [0.0120s] [ 22%] 2024-11-01T17:08:35.2283980Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_float16 PASSED [0.0126s] [ 22%] 2024-11-01T17:08:35.2285000Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_float32 PASSED [0.0122s] [ 22%] 2024-11-01T17:08:35.2286021Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_float64 PASSED [0.0119s] [ 22%] 2024-11-01T17:08:35.2287086Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int16 PASSED [0.0123s] [ 22%] 2024-11-01T17:08:35.2288068Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int32 PASSED [0.0126s] [ 22%] 2024-11-01T17:08:35.2289060Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int64 PASSED [0.0124s] [ 22%] 2024-11-01T17:08:35.2290054Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int8 PASSED [0.0122s] [ 22%] 2024-11-01T17:08:35.2291032Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_uint8 PASSED [0.0122s] [ 22%] 2024-11-01T17:08:35.2292042Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_bfloat16 PASSED [0.0120s] [ 22%] 2024-11-01T17:08:35.2293052Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_bool PASSED [0.0120s] [ 22%] 2024-11-01T17:08:35.2294070Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_complex128 PASSED [0.0123s] [ 22%] 2024-11-01T17:08:35.2295098Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_complex32 PASSED [0.0120s] [ 22%] 2024-11-01T17:08:35.2296181Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_complex64 PASSED [0.0122s] [ 22%] 2024-11-01T17:08:35.2297218Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_float16 PASSED [0.0123s] [ 22%] 2024-11-01T17:08:35.2298216Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_float32 PASSED [0.0120s] [ 22%] 2024-11-01T17:08:35.2299269Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_float64 PASSED [0.0129s] [ 22%] 2024-11-01T17:08:35.2300312Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int16 PASSED [0.0123s] [ 22%] 2024-11-01T17:08:35.2301301Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int32 PASSED [0.0122s] [ 22%] 2024-11-01T17:08:35.2302274Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int64 PASSED [0.0123s] [ 22%] 2024-11-01T17:08:35.2303305Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int8 PASSED [0.0123s] [ 22%] 2024-11-01T17:08:35.2304302Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_uint8 PASSED [0.0123s] [ 22%] 2024-11-01T17:08:35.2305293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_bfloat16 PASSED [0.0229s] [ 22%] 2024-11-01T17:08:35.2306335Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_complex128 PASSED [0.0231s] [ 22%] 2024-11-01T17:08:35.2307385Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_complex64 PASSED [0.0225s] [ 22%] 2024-11-01T17:08:35.2308415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_float16 PASSED [0.0234s] [ 22%] 2024-11-01T17:08:35.2309410Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_float32 PASSED [0.0242s] [ 22%] 2024-11-01T17:08:35.2310417Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_float64 PASSED [0.0223s] [ 22%] 2024-11-01T17:08:35.2311427Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int16 PASSED [0.0229s] [ 22%] 2024-11-01T17:08:35.2312405Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int32 PASSED [0.0227s] [ 22%] 2024-11-01T17:08:35.2313395Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int64 PASSED [0.0229s] [ 22%] 2024-11-01T17:08:35.2313815Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int8 PASSED [0.0233s] [ 22%] 2024-11-01T17:08:35.2314226Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_uint8 PASSED [0.0230s] [ 22%] 2024-11-01T17:08:35.2314649Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_bfloat16 PASSED [0.0170s] [ 22%] 2024-11-01T17:08:35.2315063Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_bool PASSED [0.0166s] [ 22%] 2024-11-01T17:08:35.2315495Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_complex128 PASSED [0.0175s] [ 22%] 2024-11-01T17:08:35.2315924Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_complex32 PASSED [0.0168s] [ 22%] 2024-11-01T17:08:35.2316364Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_complex64 PASSED [0.0168s] [ 22%] 2024-11-01T17:08:35.2316782Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_float16 PASSED [0.0173s] [ 22%] 2024-11-01T17:08:35.2317211Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_float32 PASSED [0.0171s] [ 22%] 2024-11-01T17:08:35.2317628Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_float64 PASSED [0.0169s] [ 22%] 2024-11-01T17:08:35.2318031Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int16 PASSED [0.0174s] [ 22%] 2024-11-01T17:08:35.2318452Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int32 PASSED [0.0168s] [ 22%] 2024-11-01T17:08:35.2318857Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int64 PASSED [0.0172s] [ 22%] 2024-11-01T17:08:35.2319256Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int8 PASSED [0.0171s] [ 22%] 2024-11-01T17:08:35.2319708Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_uint8 PASSED [0.0170s] [ 22%] 2024-11-01T17:08:35.2320156Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_bfloat16 PASSED [0.0180s] [ 22%] 2024-11-01T17:08:35.2320599Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_bool PASSED [0.0180s] [ 22%] 2024-11-01T17:08:35.2321095Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_complex128 PASSED [0.0180s] [ 22%] 2024-11-01T17:08:35.2321578Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_complex32 PASSED [0.0183s] [ 22%] 2024-11-01T17:08:35.2322097Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_complex64 PASSED [0.0179s] [ 22%] 2024-11-01T17:08:35.2322544Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_float16 PASSED [0.0178s] [ 23%] 2024-11-01T17:08:35.2323039Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_float32 PASSED [0.0178s] [ 23%] 2024-11-01T17:08:35.2323477Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_float64 PASSED [0.0185s] [ 23%] 2024-11-01T17:08:35.2323906Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int16 PASSED [0.0181s] [ 23%] 2024-11-01T17:08:35.2324343Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int32 PASSED [0.0177s] [ 23%] 2024-11-01T17:08:35.2324767Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int64 PASSED [0.0180s] [ 23%] 2024-11-01T17:08:35.2325196Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int8 PASSED [0.0183s] [ 23%] 2024-11-01T17:08:35.2325641Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_uint8 PASSED [0.0179s] [ 23%] 2024-11-01T17:08:35.2326109Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_bfloat16 PASSED [0.0574s] [ 23%] 2024-11-01T17:08:35.2326572Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_bool PASSED [0.0570s] [ 23%] 2024-11-01T17:08:35.2327053Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_complex128 PASSED [0.0567s] [ 23%] 2024-11-01T17:08:35.2327529Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_complex32 PASSED [0.0572s] [ 23%] 2024-11-01T17:08:35.2328012Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_complex64 PASSED [0.0572s] [ 23%] 2024-11-01T17:08:35.2328480Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_float16 PASSED [0.0572s] [ 23%] 2024-11-01T17:08:35.2328950Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_float32 PASSED [0.0570s] [ 23%] 2024-11-01T17:08:35.2329406Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_float64 PASSED [0.0726s] [ 23%] 2024-11-01T17:08:35.2329863Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int16 PASSED [0.0902s] [ 23%] 2024-11-01T17:08:35.2330319Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int32 PASSED [0.0710s] [ 23%] 2024-11-01T17:08:35.2330772Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int64 PASSED [0.0624s] [ 23%] 2024-11-01T17:08:35.2331223Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int8 PASSED [0.0642s] [ 23%] 2024-11-01T17:08:35.2331686Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_uint8 PASSED [0.0621s] [ 23%] 2024-11-01T17:08:35.2332152Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_bfloat16 PASSED [0.0293s] [ 23%] 2024-11-01T17:08:35.2332603Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_bool PASSED [0.0203s] [ 23%] 2024-11-01T17:08:35.2333074Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_complex128 PASSED [0.0237s] [ 23%] 2024-11-01T17:08:35.2333581Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_complex64 PASSED [0.0219s] [ 23%] 2024-11-01T17:08:35.2334049Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_float16 PASSED [0.0224s] [ 23%] 2024-11-01T17:08:35.2334509Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_float32 PASSED [0.0204s] [ 23%] 2024-11-01T17:08:35.2334994Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_float64 PASSED [0.0226s] [ 23%] 2024-11-01T17:08:35.2335488Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int16 PASSED [0.0207s] [ 23%] 2024-11-01T17:08:35.2335935Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int32 PASSED [0.0227s] [ 23%] 2024-11-01T17:08:35.2336390Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int64 PASSED [0.0217s] [ 23%] 2024-11-01T17:08:35.2336872Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int8 PASSED [0.0204s] [ 23%] 2024-11-01T17:08:35.2337325Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_uint8 PASSED [0.0237s] [ 23%] 2024-11-01T17:08:35.2337745Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_bfloat16 PASSED [0.0241s] [ 23%] 2024-11-01T17:08:35.2338127Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_bool PASSED [0.0252s] [ 23%] 2024-11-01T17:08:35.2338561Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_complex128 PASSED [0.0247s] [ 23%] 2024-11-01T17:08:35.2338974Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_complex32 PASSED [0.0266s] [ 23%] 2024-11-01T17:08:35.2339383Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_complex64 PASSED [0.0237s] [ 23%] 2024-11-01T17:08:35.2339799Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_float16 PASSED [0.0272s] [ 23%] 2024-11-01T17:08:35.2340200Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_float32 PASSED [0.0246s] [ 23%] 2024-11-01T17:08:35.2340599Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_float64 PASSED [0.0248s] [ 23%] 2024-11-01T17:08:35.2341000Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int16 PASSED [0.0254s] [ 23%] 2024-11-01T17:08:35.2341386Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int32 PASSED [0.0233s] [ 23%] 2024-11-01T17:08:35.2341789Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int64 PASSED [0.0244s] [ 23%] 2024-11-01T17:08:35.2342175Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int8 PASSED [0.0240s] [ 23%] 2024-11-01T17:08:35.2342560Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_uint8 PASSED [0.0241s] [ 23%] 2024-11-01T17:08:35.2343001Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_bfloat16 PASSED [0.0211s] [ 23%] 2024-11-01T17:08:35.2343400Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_bool PASSED [0.0212s] [ 23%] 2024-11-01T17:08:35.2343833Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_complex128 PASSED [0.0225s] [ 23%] 2024-11-01T17:08:35.2344275Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_complex64 PASSED [0.0216s] [ 23%] 2024-11-01T17:08:35.2344688Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_float16 PASSED [0.0225s] [ 23%] 2024-11-01T17:08:35.2345116Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_float32 PASSED [0.0224s] [ 23%] 2024-11-01T17:08:35.2345531Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_float64 PASSED [0.0202s] [ 23%] 2024-11-01T17:08:35.2345933Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int16 PASSED [0.0203s] [ 23%] 2024-11-01T17:08:35.2346348Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int32 PASSED [0.0230s] [ 23%] 2024-11-01T17:08:35.2346756Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int64 PASSED [0.0195s] [ 23%] 2024-11-01T17:08:35.2347188Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int8 PASSED [0.0201s] [ 23%] 2024-11-01T17:08:35.2347606Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_uint8 PASSED [0.0195s] [ 23%] 2024-11-01T17:08:35.2348015Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_bfloat16 PASSED [0.0111s] [ 23%] 2024-11-01T17:08:35.2348449Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_bool PASSED [0.0113s] [ 23%] 2024-11-01T17:08:35.2348883Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_float16 PASSED [0.0112s] [ 23%] 2024-11-01T17:08:35.2349289Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_float32 PASSED [0.0107s] [ 24%] 2024-11-01T17:08:35.2349702Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_float64 PASSED [0.0111s] [ 24%] 2024-11-01T17:08:35.2350098Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int16 PASSED [0.0111s] [ 24%] 2024-11-01T17:08:35.2350527Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int32 PASSED [0.0110s] [ 24%] 2024-11-01T17:08:35.2350928Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int64 PASSED [0.0109s] [ 24%] 2024-11-01T17:08:35.2351316Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int8 PASSED [0.0107s] [ 24%] 2024-11-01T17:08:35.2351722Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_uint8 PASSED [0.0110s] [ 24%] 2024-11-01T17:08:35.2352140Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_bfloat16 PASSED [0.0139s] [ 24%] 2024-11-01T17:08:35.2352533Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_bool PASSED [0.0136s] [ 24%] 2024-11-01T17:08:35.2352956Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_float16 PASSED [0.0133s] [ 24%] 2024-11-01T17:08:35.2353370Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_float32 PASSED [0.0140s] [ 24%] 2024-11-01T17:08:35.2353979Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_float64 PASSED [0.0132s] [ 24%] 2024-11-01T17:08:35.2354602Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int16 PASSED [0.0134s] [ 24%] 2024-11-01T17:08:35.2355230Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int32 PASSED [0.0137s] [ 24%] 2024-11-01T17:08:35.2355872Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int64 PASSED [0.0133s] [ 24%] 2024-11-01T17:08:35.2356524Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int8 PASSED [0.0132s] [ 24%] 2024-11-01T17:08:35.2357171Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_uint8 PASSED [0.0138s] [ 24%] 2024-11-01T17:08:35.2357899Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_bfloat16 PASSED [0.0107s] [ 24%] 2024-11-01T17:08:35.2358540Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_bool PASSED [0.0109s] [ 24%] 2024-11-01T17:08:35.2359218Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_float16 PASSED [0.0112s] [ 24%] 2024-11-01T17:08:35.2359863Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_float32 PASSED [0.0110s] [ 24%] 2024-11-01T17:08:35.2360498Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_float64 PASSED [0.0110s] [ 24%] 2024-11-01T17:08:35.2361249Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int16 PASSED [0.0112s] [ 24%] 2024-11-01T17:08:35.2361675Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int32 PASSED [0.0114s] [ 24%] 2024-11-01T17:08:35.2362207Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int64 PASSED [0.0110s] [ 24%] 2024-11-01T17:08:35.2362632Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int8 PASSED [0.0113s] [ 24%] 2024-11-01T17:08:35.2363045Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_uint8 PASSED [0.0108s] [ 24%] 2024-11-01T17:08:35.2363575Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_bfloat16 PASSED [0.0134s] [ 24%] 2024-11-01T17:08:35.2363982Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_bool PASSED [0.0137s] [ 24%] 2024-11-01T17:08:35.2364486Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_complex128 PASSED [0.0135s] [ 24%] 2024-11-01T17:08:35.2364962Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_complex64 PASSED [0.0133s] [ 24%] 2024-11-01T17:08:35.2365414Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_float16 PASSED [0.0136s] [ 24%] 2024-11-01T17:08:35.2365864Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_float32 PASSED [0.0135s] [ 24%] 2024-11-01T17:08:35.2366290Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_float64 PASSED [0.0133s] [ 24%] 2024-11-01T17:08:35.2366691Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int16 PASSED [0.0136s] [ 24%] 2024-11-01T17:08:35.2367150Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int32 PASSED [0.0132s] [ 24%] 2024-11-01T17:08:35.2367551Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int64 PASSED [0.0133s] [ 24%] 2024-11-01T17:08:35.2367948Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int8 PASSED [0.0137s] [ 24%] 2024-11-01T17:08:35.2368358Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_uint8 PASSED [0.0140s] [ 24%] 2024-11-01T17:08:35.2368774Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_bfloat16 PASSED [0.0131s] [ 24%] 2024-11-01T17:08:35.2369167Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_bool PASSED [0.0137s] [ 24%] 2024-11-01T17:08:35.2369607Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_complex128 PASSED [0.0134s] [ 24%] 2024-11-01T17:08:35.2370025Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_complex64 PASSED [0.0132s] [ 24%] 2024-11-01T17:08:35.2370452Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_float16 PASSED [0.0139s] [ 24%] 2024-11-01T17:08:35.2370860Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_float32 PASSED [0.0130s] [ 24%] 2024-11-01T17:08:35.2371261Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_float64 PASSED [0.0133s] [ 24%] 2024-11-01T17:08:35.2371668Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int16 PASSED [0.0135s] [ 24%] 2024-11-01T17:08:35.2372062Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int32 PASSED [0.0130s] [ 24%] 2024-11-01T17:08:35.2372467Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int64 PASSED [0.0133s] [ 24%] 2024-11-01T17:08:35.2372856Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int8 PASSED [0.0137s] [ 24%] 2024-11-01T17:08:35.2373243Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_uint8 PASSED [0.0130s] [ 24%] 2024-11-01T17:08:35.2373701Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_bfloat16 PASSED [0.0131s] [ 24%] 2024-11-01T17:08:35.2374128Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_bool PASSED [0.0133s] [ 24%] 2024-11-01T17:08:35.2374580Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_complex128 PASSED [0.0135s] [ 24%] 2024-11-01T17:08:35.2375043Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_complex64 PASSED [0.0141s] [ 24%] 2024-11-01T17:08:35.2375482Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_float16 PASSED [0.0133s] [ 24%] 2024-11-01T17:08:35.2375936Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_float32 PASSED [0.0137s] [ 24%] 2024-11-01T17:08:35.2376371Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_float64 PASSED [0.0133s] [ 24%] 2024-11-01T17:08:35.2376799Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int16 PASSED [0.0135s] [ 24%] 2024-11-01T17:08:35.2377236Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int32 PASSED [0.0137s] [ 24%] 2024-11-01T17:08:35.2377690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int64 PASSED [0.0139s] [ 25%] 2024-11-01T17:08:35.2378111Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int8 PASSED [0.0134s] [ 25%] 2024-11-01T17:08:35.2378548Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_uint8 PASSED [0.0131s] [ 25%] 2024-11-01T17:08:35.2379034Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_bfloat16 PASSED [0.0208s] [ 25%] 2024-11-01T17:08:35.2379516Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_bool PASSED [0.0205s] [ 25%] 2024-11-01T17:08:35.2379983Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_complex128 PASSED [0.0210s] [ 25%] 2024-11-01T17:08:35.2380447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_complex64 PASSED [0.0209s] [ 25%] 2024-11-01T17:08:35.2380952Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_float16 PASSED [0.0209s] [ 25%] 2024-11-01T17:08:35.2381402Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_float32 PASSED [0.0201s] [ 25%] 2024-11-01T17:08:35.2381858Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_float64 PASSED [0.0214s] [ 25%] 2024-11-01T17:08:35.2382294Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int16 PASSED [0.0204s] [ 25%] 2024-11-01T17:08:35.2382734Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int32 PASSED [0.0202s] [ 25%] 2024-11-01T17:08:35.2383180Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int64 PASSED [0.0208s] [ 25%] 2024-11-01T17:08:35.2383614Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int8 PASSED [0.0206s] [ 25%] 2024-11-01T17:08:35.2384051Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_uint8 PASSED [0.0207s] [ 25%] 2024-11-01T17:08:35.2384496Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_bfloat16 PASSED [0.0218s] [ 25%] 2024-11-01T17:08:35.2384904Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_bool PASSED [0.0221s] [ 25%] 2024-11-01T17:08:35.2385355Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_complex128 PASSED [0.0212s] [ 25%] 2024-11-01T17:08:35.2385792Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_complex64 PASSED [0.0214s] [ 25%] 2024-11-01T17:08:35.2386218Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_float16 PASSED [0.0205s] [ 25%] 2024-11-01T17:08:35.2386646Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_float32 PASSED [0.0209s] [ 25%] 2024-11-01T17:08:35.2387066Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_float64 PASSED [0.0205s] [ 25%] 2024-11-01T17:08:35.2387477Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int16 PASSED [0.0209s] [ 25%] 2024-11-01T17:08:35.2387903Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int32 PASSED [0.0203s] [ 25%] 2024-11-01T17:08:35.2388314Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int64 PASSED [0.0204s] [ 25%] 2024-11-01T17:08:35.2388734Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int8 PASSED [0.0216s] [ 25%] 2024-11-01T17:08:35.2389142Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_uint8 PASSED [0.0204s] [ 25%] 2024-11-01T17:08:35.2389565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_bfloat16 PASSED [0.0110s] [ 25%] 2024-11-01T17:08:35.2389980Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_bool PASSED [0.0117s] [ 25%] 2024-11-01T17:08:35.2390415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_complex128 PASSED [0.0108s] [ 25%] 2024-11-01T17:08:35.2390843Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_complex64 PASSED [0.0108s] [ 25%] 2024-11-01T17:08:35.2391310Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_float16 PASSED [0.0110s] [ 25%] 2024-11-01T17:08:35.2391729Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_float32 PASSED [0.0115s] [ 25%] 2024-11-01T17:08:35.2392156Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_float64 PASSED [0.0109s] [ 25%] 2024-11-01T17:08:35.2392837Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int16 PASSED [0.0112s] [ 25%] 2024-11-01T17:08:35.2393419Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int32 PASSED [0.0110s] [ 25%] 2024-11-01T17:08:35.2393843Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int64 PASSED [0.0109s] [ 25%] 2024-11-01T17:08:35.2394245Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int8 PASSED [0.0115s] [ 25%] 2024-11-01T17:08:35.2394666Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_uint8 PASSED [0.0110s] [ 25%] 2024-11-01T17:08:35.2395170Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_bfloat16 PASSED [0.0133s] [ 25%] 2024-11-01T17:08:35.2395620Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_float16 PASSED [0.0141s] [ 25%] 2024-11-01T17:08:35.2396079Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_float32 PASSED [0.0134s] [ 25%] 2024-11-01T17:08:35.2396533Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_float64 PASSED [0.0133s] [ 25%] 2024-11-01T17:08:35.2396947Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_bfloat16 PASSED [0.1680s] [ 25%] 2024-11-01T17:08:35.2397350Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_bool PASSED [0.1498s] [ 25%] 2024-11-01T17:08:35.2397774Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_complex128 PASSED [0.1661s] [ 25%] 2024-11-01T17:08:35.2398205Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_complex64 PASSED [0.1942s] [ 25%] 2024-11-01T17:08:35.2398614Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float16 PASSED [0.1831s] [ 25%] 2024-11-01T17:08:35.2399015Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float32 PASSED [0.1652s] [ 25%] 2024-11-01T17:08:35.2399434Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float64 PASSED [0.1704s] [ 25%] 2024-11-01T17:08:35.2399833Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int16 PASSED [0.1822s] [ 25%] 2024-11-01T17:08:35.2400223Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int32 PASSED [0.1857s] [ 25%] 2024-11-01T17:08:35.2400631Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int64 PASSED [0.1869s] [ 25%] 2024-11-01T17:08:35.2401019Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int8 PASSED [0.1828s] [ 25%] 2024-11-01T17:08:35.2401428Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_uint8 PASSED [0.1656s] [ 25%] 2024-11-01T17:08:35.2401846Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_bool PASSED [0.0184s] [ 25%] 2024-11-01T17:08:35.2402387Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_complex128 PASSED [0.0190s] [ 25%] 2024-11-01T17:08:35.2402850Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_complex64 PASSED [0.0185s] [ 25%] 2024-11-01T17:08:35.2403281Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_float32 PASSED [0.0187s] [ 25%] 2024-11-01T17:08:35.2403713Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_float64 PASSED [0.0187s] [ 25%] 2024-11-01T17:08:35.2404148Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int16 PASSED [0.0181s] [ 26%] 2024-11-01T17:08:35.2404565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int32 PASSED [0.0187s] [ 26%] 2024-11-01T17:08:35.2404987Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int64 PASSED [0.0187s] [ 26%] 2024-11-01T17:08:35.2405449Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int8 PASSED [0.0181s] [ 26%] 2024-11-01T17:08:35.2405870Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_uint8 PASSED [0.0188s] [ 26%] 2024-11-01T17:08:35.2406294Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_bool PASSED [0.0195s] [ 26%] 2024-11-01T17:08:35.2406772Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_complex128 PASSED [0.0205s] [ 26%] 2024-11-01T17:08:35.2407254Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_complex64 PASSED [0.0195s] [ 26%] 2024-11-01T17:08:35.2407681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_float32 PASSED [0.0197s] [ 26%] 2024-11-01T17:08:35.2408101Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_float64 PASSED [0.0196s] [ 26%] 2024-11-01T17:08:35.2408529Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int16 PASSED [0.0194s] [ 26%] 2024-11-01T17:08:35.2408977Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int32 PASSED [0.0197s] [ 26%] 2024-11-01T17:08:35.2409386Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int64 PASSED [0.0192s] [ 26%] 2024-11-01T17:08:35.2409808Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int8 PASSED [0.0199s] [ 26%] 2024-11-01T17:08:35.2410224Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_uint8 PASSED [0.0198s] [ 26%] 2024-11-01T17:08:35.2410645Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_bool PASSED [0.0206s] [ 26%] 2024-11-01T17:08:35.2411095Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_complex128 PASSED [0.0214s] [ 26%] 2024-11-01T17:08:35.2411539Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_complex64 PASSED [0.0214s] [ 26%] 2024-11-01T17:08:35.2411983Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_float32 PASSED [0.0205s] [ 26%] 2024-11-01T17:08:35.2412414Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_float64 PASSED [0.0215s] [ 26%] 2024-11-01T17:08:35.2412834Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int16 PASSED [0.0204s] [ 26%] 2024-11-01T17:08:35.2413265Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int32 PASSED [0.0200s] [ 26%] 2024-11-01T17:08:35.2413681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int64 PASSED [0.0205s] [ 26%] 2024-11-01T17:08:35.2414107Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int8 PASSED [0.0201s] [ 26%] 2024-11-01T17:08:35.2414528Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_uint8 PASSED [0.0194s] [ 26%] 2024-11-01T17:08:35.2414987Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_bfloat16 PASSED [0.0160s] [ 26%] 2024-11-01T17:08:35.2415443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_bool PASSED [0.0157s] [ 26%] 2024-11-01T17:08:35.2415914Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_complex128 PASSED [0.0154s] [ 26%] 2024-11-01T17:08:35.2416389Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_complex32 PASSED [0.0161s] [ 26%] 2024-11-01T17:08:35.2416852Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_complex64 PASSED [0.0158s] [ 26%] 2024-11-01T17:08:35.2417307Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_float16 PASSED [0.0160s] [ 26%] 2024-11-01T17:08:35.2417764Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_float32 PASSED [0.0156s] [ 26%] 2024-11-01T17:08:35.2418212Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_float64 PASSED [0.0161s] [ 26%] 2024-11-01T17:08:35.2418653Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int16 PASSED [0.0156s] [ 26%] 2024-11-01T17:08:35.2419141Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int32 PASSED [0.0159s] [ 26%] 2024-11-01T17:08:35.2419582Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int64 PASSED [0.0153s] [ 26%] 2024-11-01T17:08:35.2420034Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int8 PASSED [0.0154s] [ 26%] 2024-11-01T17:08:35.2420470Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_uint8 PASSED [0.0160s] [ 26%] 2024-11-01T17:08:35.2420924Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_bool PASSED [0.0178s] [ 26%] 2024-11-01T17:08:35.2421415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_complex128 PASSED [0.0181s] [ 26%] 2024-11-01T17:08:35.2421861Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_complex64 PASSED [0.0187s] [ 26%] 2024-11-01T17:08:35.2422298Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_float32 PASSED [0.0178s] [ 26%] 2024-11-01T17:08:35.2422777Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_float64 PASSED [0.0181s] [ 26%] 2024-11-01T17:08:35.2423201Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int16 PASSED [0.0184s] [ 26%] 2024-11-01T17:08:35.2423633Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int32 PASSED [0.0178s] [ 26%] 2024-11-01T17:08:35.2424048Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int64 PASSED [0.0185s] [ 26%] 2024-11-01T17:08:35.2424468Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int8 PASSED [0.0181s] [ 26%] 2024-11-01T17:08:35.2424908Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_uint8 PASSED [0.0179s] [ 26%] 2024-11-01T17:08:35.2425322Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_bool PASSED [0.0202s] [ 26%] 2024-11-01T17:08:35.2425783Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_complex128 PASSED [0.0199s] [ 26%] 2024-11-01T17:08:35.2426230Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_complex64 PASSED [0.0196s] [ 26%] 2024-11-01T17:08:35.2426661Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_float32 PASSED [0.0190s] [ 26%] 2024-11-01T17:08:35.2427100Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_float64 PASSED [0.0204s] [ 26%] 2024-11-01T17:08:35.2427519Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int16 PASSED [0.0192s] [ 26%] 2024-11-01T17:08:35.2427935Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int32 PASSED [0.0194s] [ 26%] 2024-11-01T17:08:35.2428361Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int64 PASSED [0.0198s] [ 26%] 2024-11-01T17:08:35.2428768Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int8 PASSED [0.0191s] [ 26%] 2024-11-01T17:08:35.2429202Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_uint8 PASSED [0.0198s] [ 26%] 2024-11-01T17:08:35.2429621Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_bool PASSED [0.0205s] [ 26%] 2024-11-01T17:08:35.2430073Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_complex128 PASSED [0.0205s] [ 26%] 2024-11-01T17:08:35.2430537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_complex64 PASSED [0.0209s] [ 27%] 2024-11-01T17:08:35.2430973Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_float32 PASSED [0.0208s] [ 27%] 2024-11-01T17:08:35.2431404Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_float64 PASSED [0.0209s] [ 27%] 2024-11-01T17:08:35.2431840Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int16 PASSED [0.0205s] [ 27%] 2024-11-01T17:08:35.2432256Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int32 PASSED [0.0213s] [ 27%] 2024-11-01T17:08:35.2432721Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int64 PASSED [0.0203s] [ 27%] 2024-11-01T17:08:35.2433141Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int8 PASSED [0.0206s] [ 27%] 2024-11-01T17:08:35.2433558Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_uint8 PASSED [0.0209s] [ 27%] 2024-11-01T17:08:35.2433989Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_bool PASSED [0.0183s] [ 27%] 2024-11-01T17:08:35.2434474Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_complex128 PASSED [0.0183s] [ 27%] 2024-11-01T17:08:35.2434960Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_complex64 PASSED [0.0182s] [ 27%] 2024-11-01T17:08:35.2435394Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_float32 PASSED [0.0186s] [ 27%] 2024-11-01T17:08:35.2435822Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_float64 PASSED [0.0179s] [ 27%] 2024-11-01T17:08:35.2436290Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int16 PASSED [0.0192s] [ 27%] 2024-11-01T17:08:35.2436706Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int32 PASSED [0.0180s] [ 27%] 2024-11-01T17:08:35.2437121Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int64 PASSED [0.0179s] [ 27%] 2024-11-01T17:08:35.2437551Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int8 PASSED [0.0188s] [ 27%] 2024-11-01T17:08:35.2437976Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_uint8 PASSED [0.0179s] [ 27%] 2024-11-01T17:08:35.2438398Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_bool PASSED [0.0198s] [ 27%] 2024-11-01T17:08:35.2438845Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_complex128 PASSED [0.0194s] [ 27%] 2024-11-01T17:08:35.2439289Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_complex64 PASSED [0.0191s] [ 27%] 2024-11-01T17:08:35.2439734Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_float32 PASSED [0.0191s] [ 27%] 2024-11-01T17:08:35.2440166Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_float64 PASSED [0.0194s] [ 27%] 2024-11-01T17:08:35.2440586Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int16 PASSED [0.0196s] [ 27%] 2024-11-01T17:08:35.2441010Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int32 PASSED [0.0196s] [ 27%] 2024-11-01T17:08:35.2441422Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int64 PASSED [0.0197s] [ 27%] 2024-11-01T17:08:35.2441850Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int8 PASSED [0.0196s] [ 27%] 2024-11-01T17:08:35.2442331Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_uint8 PASSED [0.0192s] [ 27%] 2024-11-01T17:08:35.2442755Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_bool PASSED [0.0212s] [ 27%] 2024-11-01T17:08:35.2443228Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_complex128 PASSED [0.0205s] [ 27%] 2024-11-01T17:08:35.2443816Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_complex64 PASSED [0.0209s] [ 27%] 2024-11-01T17:08:35.2444273Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_float32 PASSED [0.0206s] [ 27%] 2024-11-01T17:08:35.2444706Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_float64 PASSED [0.0204s] [ 27%] 2024-11-01T17:08:35.2445131Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int16 PASSED [0.0206s] [ 27%] 2024-11-01T17:08:35.2445563Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int32 PASSED [0.0204s] [ 27%] 2024-11-01T17:08:35.2445978Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int64 PASSED [0.0205s] [ 27%] 2024-11-01T17:08:35.2446399Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int8 PASSED [0.0210s] [ 27%] 2024-11-01T17:08:35.2446884Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_uint8 PASSED [0.0209s] [ 27%] 2024-11-01T17:08:35.2447349Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_bfloat16 PASSED [0.0160s] [ 27%] 2024-11-01T17:08:35.2447806Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_bool PASSED [0.0154s] [ 27%] 2024-11-01T17:08:35.2448319Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_complex128 PASSED [0.0164s] [ 27%] 2024-11-01T17:08:35.2448819Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_complex32 PASSED [0.0155s] [ 27%] 2024-11-01T17:08:35.2449302Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_complex64 PASSED [0.0157s] [ 27%] 2024-11-01T17:08:35.2449758Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_float16 PASSED [0.0161s] [ 27%] 2024-11-01T17:08:35.2450254Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_float32 PASSED [0.0156s] [ 27%] 2024-11-01T17:08:35.2450719Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_float64 PASSED [0.0158s] [ 27%] 2024-11-01T17:08:35.2451166Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int16 PASSED [0.0159s] [ 27%] 2024-11-01T17:08:35.2451626Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int32 PASSED [0.0169s] [ 27%] 2024-11-01T17:08:35.2452074Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int64 PASSED [0.0157s] [ 27%] 2024-11-01T17:08:35.2452523Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int8 PASSED [0.0157s] [ 27%] 2024-11-01T17:08:35.2452983Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_uint8 PASSED [0.0153s] [ 27%] 2024-11-01T17:08:35.2453407Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_bool PASSED [0.0183s] [ 27%] 2024-11-01T17:08:35.2453864Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_float32 PASSED [0.0188s] [ 27%] 2024-11-01T17:08:35.2454303Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_float64 PASSED [0.0182s] [ 27%] 2024-11-01T17:08:35.2454737Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int16 PASSED [0.0187s] [ 27%] 2024-11-01T17:08:35.2455178Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int32 PASSED [0.0181s] [ 27%] 2024-11-01T17:08:35.2455609Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int64 PASSED [0.0183s] [ 27%] 2024-11-01T17:08:35.2456032Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int8 PASSED [0.0184s] [ 27%] 2024-11-01T17:08:35.2456471Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_uint8 PASSED [0.0190s] [ 27%] 2024-11-01T17:08:35.2456893Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_bool PASSED [0.0195s] [ 27%] 2024-11-01T17:08:35.2457344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_float32 PASSED [0.0190s] [ 28%] 2024-11-01T17:08:35.2457780Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_float64 PASSED [0.0198s] [ 28%] 2024-11-01T17:08:35.2458202Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int16 PASSED [0.0194s] [ 28%] 2024-11-01T17:08:35.2458633Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int32 PASSED [0.0195s] [ 28%] 2024-11-01T17:08:35.2459051Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int64 PASSED [0.0195s] [ 28%] 2024-11-01T17:08:35.2459481Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int8 PASSED [0.0190s] [ 28%] 2024-11-01T17:08:35.2459904Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_uint8 PASSED [0.0192s] [ 28%] 2024-11-01T17:08:35.2460326Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_bool PASSED [0.0211s] [ 28%] 2024-11-01T17:08:35.2460813Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_float32 PASSED [0.0209s] [ 28%] 2024-11-01T17:08:35.2461254Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_float64 PASSED [0.0308s] [ 28%] 2024-11-01T17:08:35.2461681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int16 PASSED [0.0355s] [ 28%] 2024-11-01T17:08:35.2462157Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int32 PASSED [0.0259s] [ 28%] 2024-11-01T17:08:35.2462613Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int64 PASSED [0.0208s] [ 28%] 2024-11-01T17:08:35.2463048Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int8 PASSED [0.0210s] [ 28%] 2024-11-01T17:08:35.2463474Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_uint8 PASSED [0.0206s] [ 28%] 2024-11-01T17:08:35.2463932Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_bool PASSED [0.0186s] [ 28%] 2024-11-01T17:08:35.2464398Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_complex128 PASSED [0.0182s] [ 28%] 2024-11-01T17:08:35.2464849Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_complex64 PASSED [0.0188s] [ 28%] 2024-11-01T17:08:35.2465289Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_float32 PASSED [0.0300s] [ 28%] 2024-11-01T17:08:35.2465741Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_float64 PASSED [0.0311s] [ 28%] 2024-11-01T17:08:35.2466174Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int16 PASSED [0.0307s] [ 28%] 2024-11-01T17:08:35.2466614Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int32 PASSED [0.0293s] [ 28%] 2024-11-01T17:08:35.2467035Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int64 PASSED [0.0234s] [ 28%] 2024-11-01T17:08:35.2467465Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int8 PASSED [0.0193s] [ 28%] 2024-11-01T17:08:35.2467896Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_uint8 PASSED [0.0242s] [ 28%] 2024-11-01T17:08:35.2468320Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_bool PASSED [0.0206s] [ 28%] 2024-11-01T17:08:35.2468772Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_complex128 PASSED [0.0256s] [ 28%] 2024-11-01T17:08:35.2469233Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_complex64 PASSED [0.0202s] [ 28%] 2024-11-01T17:08:35.2469673Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_float32 PASSED [0.0250s] [ 28%] 2024-11-01T17:08:35.2470116Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_float64 PASSED [0.0209s] [ 28%] 2024-11-01T17:08:35.2470537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int16 PASSED [0.0257s] [ 28%] 2024-11-01T17:08:35.2470964Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int32 PASSED [0.0204s] [ 28%] 2024-11-01T17:08:35.2471396Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int64 PASSED [0.0256s] [ 28%] 2024-11-01T17:08:35.2471816Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int8 PASSED [0.0203s] [ 28%] 2024-11-01T17:08:35.2472251Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_uint8 PASSED [0.0273s] [ 28%] 2024-11-01T17:08:35.2472670Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_bool PASSED [0.0221s] [ 28%] 2024-11-01T17:08:35.2473125Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_complex128 PASSED [0.0277s] [ 28%] 2024-11-01T17:08:35.2473591Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_complex64 PASSED [0.0216s] [ 28%] 2024-11-01T17:08:35.2474030Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_float32 PASSED [0.0262s] [ 28%] 2024-11-01T17:08:35.2474504Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_float64 PASSED [0.0263s] [ 28%] 2024-11-01T17:08:35.2474946Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int16 PASSED [0.0238s] [ 28%] 2024-11-01T17:08:35.2475374Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int32 PASSED [0.0239s] [ 28%] 2024-11-01T17:08:35.2475838Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int64 PASSED [0.0254s] [ 28%] 2024-11-01T17:08:35.2476293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int8 PASSED [0.0217s] [ 28%] 2024-11-01T17:08:35.2476717Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_uint8 PASSED [0.0264s] [ 28%] 2024-11-01T17:08:35.2477157Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_bool PASSED [0.0190s] [ 28%] 2024-11-01T17:08:35.2477626Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_float32 PASSED [0.0196s] [ 28%] 2024-11-01T17:08:35.2478060Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_float64 PASSED [0.0251s] [ 28%] 2024-11-01T17:08:35.2478496Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int16 PASSED [0.0237s] [ 28%] 2024-11-01T17:08:35.2478913Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int32 PASSED [0.0182s] [ 28%] 2024-11-01T17:08:35.2479347Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int64 PASSED [0.0190s] [ 28%] 2024-11-01T17:08:35.2479769Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int8 PASSED [0.0186s] [ 28%] 2024-11-01T17:08:35.2480189Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_uint8 PASSED [0.0184s] [ 28%] 2024-11-01T17:08:35.2480616Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_bool PASSED [0.0194s] [ 28%] 2024-11-01T17:08:35.2481049Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_float32 PASSED [0.0195s] [ 28%] 2024-11-01T17:08:35.2481483Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_float64 PASSED [0.0200s] [ 28%] 2024-11-01T17:08:35.2481957Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int16 PASSED [0.0192s] [ 28%] 2024-11-01T17:08:35.2482375Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int32 PASSED [0.0198s] [ 28%] 2024-11-01T17:08:35.2482801Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int64 PASSED [0.0197s] [ 28%] 2024-11-01T17:08:35.2483220Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int8 PASSED [0.0197s] [ 28%] 2024-11-01T17:08:35.2483637Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_uint8 PASSED [0.0193s] [ 29%] 2024-11-01T17:08:35.2484072Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_bool PASSED [0.0214s] [ 29%] 2024-11-01T17:08:35.2484510Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_float32 PASSED [0.0205s] [ 29%] 2024-11-01T17:08:35.2484956Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_float64 PASSED [0.0212s] [ 29%] 2024-11-01T17:08:35.2485383Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int16 PASSED [0.0206s] [ 29%] 2024-11-01T17:08:35.2485801Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int32 PASSED [0.0203s] [ 29%] 2024-11-01T17:08:35.2486244Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int64 PASSED [0.0208s] [ 29%] 2024-11-01T17:08:35.2486668Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int8 PASSED [0.0208s] [ 29%] 2024-11-01T17:08:35.2487088Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_uint8 PASSED [0.0208s] [ 29%] 2024-11-01T17:08:35.2487516Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_bfloat16 PASSED [0.0137s] [ 29%] 2024-11-01T17:08:35.2487952Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_bool PASSED [0.0133s] [ 29%] 2024-11-01T17:08:35.2488381Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_complex128 PASSED [0.0131s] [ 29%] 2024-11-01T17:08:35.2488803Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_complex32 PASSED [0.0137s] [ 29%] 2024-11-01T17:08:35.2489216Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_complex64 PASSED [0.0135s] [ 29%] 2024-11-01T17:08:35.2489672Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_float16 PASSED [0.0132s] [ 29%] 2024-11-01T17:08:35.2490118Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_float32 PASSED [0.0132s] [ 29%] 2024-11-01T17:08:35.2490545Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_float64 PASSED [0.0138s] [ 29%] 2024-11-01T17:08:35.2490948Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int16 PASSED [0.0131s] [ 29%] 2024-11-01T17:08:35.2491699Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int32 PASSED [0.0133s] [ 29%] 2024-11-01T17:08:35.2492111Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int64 PASSED [0.0138s] [ 29%] 2024-11-01T17:08:35.2492510Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int8 PASSED [0.0132s] [ 29%] 2024-11-01T17:08:35.2492908Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_uint8 PASSED [0.0134s] [ 29%] 2024-11-01T17:08:35.2493363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_bfloat16 PASSED [0.0174s] [ 29%] 2024-11-01T17:08:35.2493778Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_bool PASSED [0.0166s] [ 29%] 2024-11-01T17:08:35.2494237Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_complex128 PASSED [0.0171s] [ 29%] 2024-11-01T17:08:35.2494677Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_complex32 PASSED [0.0175s] [ 29%] 2024-11-01T17:08:35.2495121Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_complex64 PASSED [0.0169s] [ 29%] 2024-11-01T17:08:35.2495560Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_float16 PASSED [0.0171s] [ 29%] 2024-11-01T17:08:35.2495983Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_float32 PASSED [0.0180s] [ 29%] 2024-11-01T17:08:35.2496400Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_float64 PASSED [0.0195s] [ 29%] 2024-11-01T17:08:35.2496829Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int16 PASSED [0.0170s] [ 29%] 2024-11-01T17:08:35.2497246Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int32 PASSED [0.0168s] [ 29%] 2024-11-01T17:08:35.2497674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int64 PASSED [0.0168s] [ 29%] 2024-11-01T17:08:35.2498084Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int8 PASSED [0.0171s] [ 29%] 2024-11-01T17:08:35.2498506Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_uint8 PASSED [0.0169s] [ 29%] 2024-11-01T17:08:35.2498932Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_bfloat16 PASSED [0.0218s] [ 29%] 2024-11-01T17:08:35.2499327Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_bool PASSED [0.0212s] [ 29%] 2024-11-01T17:08:35.2499755Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_complex128 PASSED [0.0222s] [ 29%] 2024-11-01T17:08:35.2500192Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_complex64 PASSED [0.0219s] [ 29%] 2024-11-01T17:08:35.2500606Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_float16 PASSED [0.0214s] [ 29%] 2024-11-01T17:08:35.2501030Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_float32 PASSED [0.0222s] [ 29%] 2024-11-01T17:08:35.2501439Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_float64 PASSED [0.0217s] [ 29%] 2024-11-01T17:08:35.2502113Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int16 PASSED [0.0217s] [ 29%] 2024-11-01T17:08:35.2502533Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int32 PASSED [0.0214s] [ 29%] 2024-11-01T17:08:35.2502932Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int64 PASSED [0.0220s] [ 29%] 2024-11-01T17:08:35.2503344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int8 PASSED [0.0211s] [ 29%] 2024-11-01T17:08:35.2503785Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_uint8 PASSED [0.0217s] [ 29%] 2024-11-01T17:08:35.2504249Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_bfloat16 PASSED [0.0122s] [ 29%] 2024-11-01T17:08:35.2504676Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_bool PASSED [0.0121s] [ 29%] 2024-11-01T17:08:35.2505114Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_complex128 PASSED [0.0126s] [ 29%] 2024-11-01T17:08:35.2505584Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_complex64 PASSED [0.0122s] [ 29%] 2024-11-01T17:08:35.2506024Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_float16 PASSED [0.0118s] [ 29%] 2024-11-01T17:08:35.2506444Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_float32 PASSED [0.0123s] [ 29%] 2024-11-01T17:08:35.2506872Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_float64 PASSED [0.0121s] [ 29%] 2024-11-01T17:08:35.2507289Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int16 PASSED [0.0120s] [ 29%] 2024-11-01T17:08:35.2507705Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int32 PASSED [0.0124s] [ 29%] 2024-11-01T17:08:35.2508125Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int64 PASSED [0.0121s] [ 29%] 2024-11-01T17:08:35.2508533Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int8 PASSED [0.0120s] [ 29%] 2024-11-01T17:08:35.2508945Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_uint8 PASSED [0.0122s] [ 29%] 2024-11-01T17:08:35.2509382Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_bfloat16 PASSED [0.0118s] [ 29%] 2024-11-01T17:08:35.2509788Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_bool PASSED [0.0125s] [ 30%] 2024-11-01T17:08:35.2510239Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_complex128 PASSED [0.0126s] [ 30%] 2024-11-01T17:08:35.2510677Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_complex64 PASSED [0.0119s] [ 30%] 2024-11-01T17:08:35.2511098Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_float16 PASSED [0.0119s] [ 30%] 2024-11-01T17:08:35.2511526Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_float32 PASSED [0.0122s] [ 30%] 2024-11-01T17:08:35.2511940Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_float64 PASSED [0.0126s] [ 30%] 2024-11-01T17:08:35.2512350Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int16 PASSED [0.0126s] [ 30%] 2024-11-01T17:08:35.2512778Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int32 PASSED [0.0124s] [ 30%] 2024-11-01T17:08:35.2513185Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int64 PASSED [0.0125s] [ 30%] 2024-11-01T17:08:35.2513603Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int8 PASSED [0.0120s] [ 30%] 2024-11-01T17:08:35.2514014Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_uint8 PASSED [0.0122s] [ 30%] 2024-11-01T17:08:35.2514433Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_bfloat16 PASSED [0.0158s] [ 30%] 2024-11-01T17:08:35.2514845Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_bool PASSED [0.0159s] [ 30%] 2024-11-01T17:08:35.2515280Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_complex128 PASSED [0.0162s] [ 30%] 2024-11-01T17:08:35.2515757Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_complex32 PASSED [0.0159s] [ 30%] 2024-11-01T17:08:35.2516183Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_complex64 PASSED [0.0156s] [ 30%] 2024-11-01T17:08:35.2516600Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_float16 PASSED [0.0159s] [ 30%] 2024-11-01T17:08:35.2517024Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_float32 PASSED [0.0159s] [ 30%] 2024-11-01T17:08:35.2517470Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_float64 PASSED [0.0146s] [ 30%] 2024-11-01T17:08:35.2517905Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int16 PASSED [0.0152s] [ 30%] 2024-11-01T17:08:35.2518322Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int32 PASSED [0.0160s] [ 30%] 2024-11-01T17:08:35.2518727Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int64 PASSED [0.0162s] [ 30%] 2024-11-01T17:08:35.2519176Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int8 PASSED [0.0166s] [ 30%] 2024-11-01T17:08:35.2519579Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_uint8 PASSED [0.0162s] [ 30%] 2024-11-01T17:08:35.2520033Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_bfloat16 PASSED [0.0208s] [ 30%] 2024-11-01T17:08:35.2520478Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_bool PASSED [0.0215s] [ 30%] 2024-11-01T17:08:35.2520945Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_complex128 PASSED [0.0216s] [ 30%] 2024-11-01T17:08:35.2521408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_complex64 PASSED [0.0208s] [ 30%] 2024-11-01T17:08:35.2521870Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_float16 PASSED [0.0217s] [ 30%] 2024-11-01T17:08:35.2522387Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_float32 PASSED [0.0206s] [ 30%] 2024-11-01T17:08:35.2522850Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_float64 PASSED [0.0214s] [ 30%] 2024-11-01T17:08:35.2523287Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int16 PASSED [0.0214s] [ 30%] 2024-11-01T17:08:35.2523720Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int32 PASSED [0.0208s] [ 30%] 2024-11-01T17:08:35.2524157Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int64 PASSED [0.0210s] [ 30%] 2024-11-01T17:08:35.2524587Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int8 PASSED [0.0215s] [ 30%] 2024-11-01T17:08:35.2525037Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_uint8 PASSED [0.0212s] [ 30%] 2024-11-01T17:08:35.2525458Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_bfloat16 PASSED [0.0106s] [ 30%] 2024-11-01T17:08:35.2525874Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_float16 PASSED [0.0109s] [ 30%] 2024-11-01T17:08:35.2526306Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_float32 PASSED [0.0113s] [ 30%] 2024-11-01T17:08:35.2526719Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_float64 PASSED [0.0107s] [ 30%] 2024-11-01T17:08:35.2527137Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int16 PASSED [0.0108s] [ 30%] 2024-11-01T17:08:35.2527540Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int32 PASSED [0.0109s] [ 30%] 2024-11-01T17:08:35.2527946Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int64 PASSED [0.0110s] [ 30%] 2024-11-01T17:08:35.2528361Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int8 PASSED [0.0108s] [ 30%] 2024-11-01T17:08:35.2528761Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_uint8 PASSED [0.0106s] [ 30%] 2024-11-01T17:08:35.2529233Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_bfloat16 PASSED [0.0216s] [ 30%] 2024-11-01T17:08:35.2529724Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_float16 PASSED [0.0215s] [ 30%] 2024-11-01T17:08:35.2530175Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_float32 PASSED [0.0220s] [ 30%] 2024-11-01T17:08:35.2530637Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_float64 PASSED [0.0217s] [ 30%] 2024-11-01T17:08:35.2531112Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int16 PASSED [0.0221s] [ 30%] 2024-11-01T17:08:35.2531579Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int32 PASSED [0.0217s] [ 30%] 2024-11-01T17:08:35.2532030Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int64 PASSED [0.0217s] [ 30%] 2024-11-01T17:08:35.2532464Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int8 PASSED [0.0218s] [ 30%] 2024-11-01T17:08:35.2532950Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_uint8 PASSED [0.0215s] [ 30%] 2024-11-01T17:08:35.2533365Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_bfloat16 PASSED [0.0206s] [ 30%] 2024-11-01T17:08:35.2533759Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_bool PASSED [0.0209s] [ 30%] 2024-11-01T17:08:35.2534182Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_float16 PASSED [0.0217s] [ 30%] 2024-11-01T17:08:35.2534593Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_float32 PASSED [0.0207s] [ 30%] 2024-11-01T17:08:35.2535005Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_float64 PASSED [0.0217s] [ 30%] 2024-11-01T17:08:35.2535416Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int16 PASSED [0.0210s] [ 30%] 2024-11-01T17:08:35.2535811Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int32 PASSED [0.0210s] [ 30%] 2024-11-01T17:08:35.2536224Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int64 PASSED [0.0215s] [ 31%] 2024-11-01T17:08:35.2536617Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int8 PASSED [0.0206s] [ 31%] 2024-11-01T17:08:35.2537014Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_uint8 PASSED [0.0213s] [ 31%] 2024-11-01T17:08:35.2537441Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_bfloat16 PASSED [0.0208s] [ 31%] 2024-11-01T17:08:35.2537840Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_bool PASSED [0.0213s] [ 31%] 2024-11-01T17:08:35.2538250Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_float16 PASSED [0.0207s] [ 31%] 2024-11-01T17:08:35.2538675Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_float32 PASSED [0.0221s] [ 31%] 2024-11-01T17:08:35.2539084Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_float64 PASSED [0.0208s] [ 31%] 2024-11-01T17:08:35.2539496Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int16 PASSED [0.0213s] [ 31%] 2024-11-01T17:08:35.2539897Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int32 PASSED [0.0212s] [ 31%] 2024-11-01T17:08:35.2540290Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int64 PASSED [0.0211s] [ 31%] 2024-11-01T17:08:35.2540696Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int8 PASSED [0.0209s] [ 31%] 2024-11-01T17:08:35.2541100Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_uint8 PASSED [0.0213s] [ 31%] 2024-11-01T17:08:35.2541527Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_bfloat16 PASSED [0.0220s] [ 31%] 2024-11-01T17:08:35.2541936Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_float16 PASSED [0.0224s] [ 31%] 2024-11-01T17:08:35.2542342Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_float32 PASSED [0.0223s] [ 31%] 2024-11-01T17:08:35.2542761Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_float64 PASSED [0.0215s] [ 31%] 2024-11-01T17:08:35.2543196Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int16 PASSED [0.0220s] [ 31%] 2024-11-01T17:08:35.2543592Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int32 PASSED [0.0215s] [ 31%] 2024-11-01T17:08:35.2543999Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int64 PASSED [0.0216s] [ 31%] 2024-11-01T17:08:35.2544514Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int8 PASSED [0.0217s] [ 31%] 2024-11-01T17:08:35.2545010Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_uint8 PASSED [0.0218s] [ 31%] 2024-11-01T17:08:35.2545425Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_bfloat16 PASSED [0.0108s] [ 31%] 2024-11-01T17:08:35.2545834Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_float16 PASSED [0.0109s] [ 31%] 2024-11-01T17:08:35.2546258Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_float32 PASSED [0.0113s] [ 31%] 2024-11-01T17:08:35.2546702Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_float64 PASSED [0.0112s] [ 31%] 2024-11-01T17:08:35.2547129Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_bfloat16 PASSED [0.0136s] [ 31%] 2024-11-01T17:08:35.2547553Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_float16 PASSED [0.0135s] [ 31%] 2024-11-01T17:08:35.2547969Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_float32 PASSED [0.0139s] [ 31%] 2024-11-01T17:08:35.2548397Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_float64 PASSED [0.0135s] [ 31%] 2024-11-01T17:08:35.2548807Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_bfloat16 PASSED [0.0153s] [ 31%] 2024-11-01T17:08:35.2549204Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_bool PASSED [0.0146s] [ 31%] 2024-11-01T17:08:35.2549641Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_complex128 PASSED [0.0153s] [ 31%] 2024-11-01T17:08:35.2550100Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_complex32 PASSED [0.0148s] [ 31%] 2024-11-01T17:08:35.2550537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_complex64 PASSED [0.0146s] [ 31%] 2024-11-01T17:08:35.2551014Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_float16 PASSED [0.0154s] [ 31%] 2024-11-01T17:08:35.2551429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_float32 PASSED [0.0147s] [ 31%] 2024-11-01T17:08:35.2551854Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_float64 PASSED [0.0146s] [ 31%] 2024-11-01T17:08:35.2552252Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int16 PASSED [0.0151s] [ 31%] 2024-11-01T17:08:35.2552654Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int32 PASSED [0.0143s] [ 31%] 2024-11-01T17:08:35.2553064Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int64 PASSED [0.0144s] [ 31%] 2024-11-01T17:08:35.2553460Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int8 PASSED [0.0148s] [ 31%] 2024-11-01T17:08:35.2553861Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_uint8 PASSED [0.0145s] [ 31%] 2024-11-01T17:08:35.2554327Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_bfloat16 PASSED [0.0176s] [ 31%] 2024-11-01T17:08:35.2554752Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_bool PASSED [0.0183s] [ 31%] 2024-11-01T17:08:35.2555220Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_complex128 PASSED [0.0181s] [ 31%] 2024-11-01T17:08:35.2555671Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_complex64 PASSED [0.0178s] [ 31%] 2024-11-01T17:08:35.2556115Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_float16 PASSED [0.0179s] [ 31%] 2024-11-01T17:08:35.2556641Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_float32 PASSED [0.0181s] [ 31%] 2024-11-01T17:08:35.2557137Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_float64 PASSED [0.0182s] [ 31%] 2024-11-01T17:08:35.2557583Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int16 PASSED [0.0180s] [ 31%] 2024-11-01T17:08:35.2558001Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int32 PASSED [0.0179s] [ 31%] 2024-11-01T17:08:35.2558455Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int64 PASSED [0.0178s] [ 31%] 2024-11-01T17:08:35.2558926Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int8 PASSED [0.0183s] [ 31%] 2024-11-01T17:08:35.2559344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_uint8 PASSED [0.0187s] [ 31%] 2024-11-01T17:08:35.2559774Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_bfloat16 PASSED [0.0169s] [ 31%] 2024-11-01T17:08:35.2560195Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_bool PASSED [0.0168s] [ 31%] 2024-11-01T17:08:35.2560663Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_complex128 PASSED [0.0171s] [ 31%] 2024-11-01T17:08:35.2561118Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_complex64 PASSED [0.0173s] [ 31%] 2024-11-01T17:08:35.2561537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_float16 PASSED [0.0170s] [ 31%] 2024-11-01T17:08:35.2562006Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_float32 PASSED [0.0175s] [ 32%] 2024-11-01T17:08:35.2562536Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_float64 PASSED [0.0166s] [ 32%] 2024-11-01T17:08:35.2562950Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int16 PASSED [0.0174s] [ 32%] 2024-11-01T17:08:35.2563358Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int32 PASSED [0.0177s] [ 32%] 2024-11-01T17:08:35.2563780Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int64 PASSED [0.0178s] [ 32%] 2024-11-01T17:08:35.2564195Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int8 PASSED [0.0178s] [ 32%] 2024-11-01T17:08:35.2564619Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_uint8 PASSED [0.0170s] [ 32%] 2024-11-01T17:08:35.2565014Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int16 PASSED [0.0214s] [ 32%] 2024-11-01T17:08:35.2565408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int32 PASSED [0.0206s] [ 32%] 2024-11-01T17:08:35.2565815Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int64 PASSED [0.0211s] [ 32%] 2024-11-01T17:08:35.2566207Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int8 PASSED [0.0213s] [ 32%] 2024-11-01T17:08:35.2566622Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_uint8 PASSED [0.0205s] [ 32%] 2024-11-01T17:08:35.2567036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_bfloat16 PASSED [0.0214s] [ 32%] 2024-11-01T17:08:35.2567430Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_bool PASSED [0.0207s] [ 32%] 2024-11-01T17:08:35.2567847Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_float16 PASSED [0.0214s] [ 32%] 2024-11-01T17:08:35.2568297Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_float32 PASSED [0.0209s] [ 32%] 2024-11-01T17:08:35.2568746Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_float64 PASSED [0.0213s] [ 32%] 2024-11-01T17:08:35.2569156Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int16 PASSED [0.0208s] [ 32%] 2024-11-01T17:08:35.2569546Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int32 PASSED [0.0212s] [ 32%] 2024-11-01T17:08:35.2569942Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int64 PASSED [0.0209s] [ 32%] 2024-11-01T17:08:35.2570328Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int8 PASSED [0.0203s] [ 32%] 2024-11-01T17:08:35.2570755Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_uint8 PASSED [0.0211s] [ 32%] 2024-11-01T17:08:35.2571214Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_bfloat16 PASSED [0.0145s] [ 32%] 2024-11-01T17:08:35.2571656Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_float16 PASSED [0.0133s] [ 32%] 2024-11-01T17:08:35.2572088Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_float32 PASSED [0.0140s] [ 32%] 2024-11-01T17:08:35.2572565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_float64 PASSED [0.0132s] [ 32%] 2024-11-01T17:08:35.2573024Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int16 PASSED [0.0132s] [ 32%] 2024-11-01T17:08:35.2573458Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int32 PASSED [0.0136s] [ 32%] 2024-11-01T17:08:35.2573930Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int64 PASSED [0.0133s] [ 32%] 2024-11-01T17:08:35.2574445Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int8 PASSED [0.0131s] [ 32%] 2024-11-01T17:08:35.2574876Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_uint8 PASSED [0.0143s] [ 32%] 2024-11-01T17:08:35.2575308Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_complex128 PASSED [0.2299s] [ 32%] 2024-11-01T17:08:35.2575735Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_complex64 PASSED [0.2329s] [ 32%] 2024-11-01T17:08:35.2576165Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_float32 PASSED [0.0658s] [ 32%] 2024-11-01T17:08:35.2576586Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_float64 PASSED [0.0649s] [ 32%] 2024-11-01T17:08:35.2577035Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_bfloat16 PASSED [0.0197s] [ 32%] 2024-11-01T17:08:35.2577486Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_complex128 PASSED [0.0197s] [ 32%] 2024-11-01T17:08:35.2577933Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_complex64 PASSED [0.0203s] [ 32%] 2024-11-01T17:08:35.2578375Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_float16 PASSED [0.0198s] [ 32%] 2024-11-01T17:08:35.2578805Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_float32 PASSED [0.0195s] [ 32%] 2024-11-01T17:08:35.2579240Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_float64 PASSED [0.0199s] [ 32%] 2024-11-01T17:08:35.2579715Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int16 PASSED [0.0194s] [ 32%] 2024-11-01T17:08:35.2580182Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int32 PASSED [0.0202s] [ 32%] 2024-11-01T17:08:35.2580606Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int64 PASSED [0.0193s] [ 32%] 2024-11-01T17:08:35.2581019Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int8 PASSED [0.0194s] [ 32%] 2024-11-01T17:08:35.2581489Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_grid_sampler_2d_cpu_float32 PASSED [0.0324s] [ 32%] 2024-11-01T17:08:35.2581964Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_grid_sampler_2d_cpu_float64 PASSED [0.0325s] [ 32%] 2024-11-01T17:08:35.2582372Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_bfloat16 PASSED [0.0209s] [ 32%] 2024-11-01T17:08:35.2582773Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_bool PASSED [0.0215s] [ 32%] 2024-11-01T17:08:35.2583174Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_float16 PASSED [0.0209s] [ 32%] 2024-11-01T17:08:35.2583571Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_float32 PASSED [0.0211s] [ 32%] 2024-11-01T17:08:35.2583980Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_float64 PASSED [0.0208s] [ 32%] 2024-11-01T17:08:35.2584367Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int16 PASSED [0.0213s] [ 32%] 2024-11-01T17:08:35.2584791Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int32 PASSED [0.0209s] [ 32%] 2024-11-01T17:08:35.2585187Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int64 PASSED [0.0215s] [ 32%] 2024-11-01T17:08:35.2585624Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int8 PASSED [0.0209s] [ 32%] 2024-11-01T17:08:35.2586076Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_uint8 PASSED [0.0209s] [ 32%] 2024-11-01T17:08:35.2586530Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_bfloat16 PASSED [0.0166s] [ 32%] 2024-11-01T17:08:35.2586960Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_bool PASSED [0.0160s] [ 32%] 2024-11-01T17:08:35.2587400Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_complex128 PASSED [0.0163s] [ 32%] 2024-11-01T17:08:35.2587827Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_complex64 PASSED [0.0163s] [ 33%] 2024-11-01T17:08:35.2588277Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_float16 PASSED [0.0157s] [ 33%] 2024-11-01T17:08:35.2588708Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_float32 PASSED [0.0162s] [ 33%] 2024-11-01T17:08:35.2589113Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_float64 PASSED [0.0163s] [ 33%] 2024-11-01T17:08:35.2589527Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int16 PASSED [0.0155s] [ 33%] 2024-11-01T17:08:35.2589927Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int32 PASSED [0.0159s] [ 33%] 2024-11-01T17:08:35.2590323Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int64 PASSED [0.0163s] [ 33%] 2024-11-01T17:08:35.2590732Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int8 PASSED [0.0157s] [ 33%] 2024-11-01T17:08:35.2591129Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_uint8 PASSED [0.0160s] [ 33%] 2024-11-01T17:08:35.2591630Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_bfloat16 PASSED [0.0214s] [ 33%] 2024-11-01T17:08:35.2592114Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_bool PASSED [0.0209s] [ 33%] 2024-11-01T17:08:35.2592550Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_float16 PASSED [0.0212s] [ 33%] 2024-11-01T17:08:35.2592999Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_float32 PASSED [0.0212s] [ 33%] 2024-11-01T17:08:35.2593432Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_float64 PASSED [0.0211s] [ 33%] 2024-11-01T17:08:35.2593858Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int16 PASSED [0.0206s] [ 33%] 2024-11-01T17:08:35.2594293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int32 PASSED [0.0214s] [ 33%] 2024-11-01T17:08:35.2594718Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int64 PASSED [0.0213s] [ 33%] 2024-11-01T17:08:35.2595155Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int8 PASSED [0.0212s] [ 33%] 2024-11-01T17:08:35.2595580Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_uint8 PASSED [0.0290s] [ 33%] 2024-11-01T17:08:35.2595997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_bfloat16 PASSED [0.1253s] [ 33%] 2024-11-01T17:08:35.2596430Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_float16 PASSED [0.1259s] [ 33%] 2024-11-01T17:08:35.2596851Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_float32 PASSED [0.1269s] [ 33%] 2024-11-01T17:08:35.2597313Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_float64 PASSED [0.1262s] [ 33%] 2024-11-01T17:08:35.2597819Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogram_cpu_float32 PASSED [0.2451s] [ 33%] 2024-11-01T17:08:35.2598258Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogram_cpu_float64 PASSED [0.2994s] [ 33%] 2024-11-01T17:08:35.2598756Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogramdd_cpu_float32 PASSED [0.1289s] [ 33%] 2024-11-01T17:08:35.2599202Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogramdd_cpu_float64 PASSED [0.1280s] [ 33%] 2024-11-01T17:08:35.2599628Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_bfloat16 PASSED [0.0129s] [ 33%] 2024-11-01T17:08:35.2600083Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_bool PASSED [0.0120s] [ 33%] 2024-11-01T17:08:35.2600552Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_complex128 PASSED [0.0120s] [ 33%] 2024-11-01T17:08:35.2600985Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_complex32 PASSED [0.0127s] [ 33%] 2024-11-01T17:08:35.2601431Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_complex64 PASSED [0.0121s] [ 33%] 2024-11-01T17:08:35.2601853Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_float16 PASSED [0.0123s] [ 33%] 2024-11-01T17:08:35.2602397Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_float32 PASSED [0.0126s] [ 33%] 2024-11-01T17:08:35.2602813Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_float64 PASSED [0.0128s] [ 33%] 2024-11-01T17:08:35.2603277Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int16 PASSED [0.0120s] [ 33%] 2024-11-01T17:08:35.2603761Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int32 PASSED [0.0123s] [ 33%] 2024-11-01T17:08:35.2604175Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int64 PASSED [0.0123s] [ 33%] 2024-11-01T17:08:35.2604593Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int8 PASSED [0.0123s] [ 33%] 2024-11-01T17:08:35.2605004Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_uint8 PASSED [0.0122s] [ 33%] 2024-11-01T17:08:35.2605432Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_bfloat16 PASSED [0.0124s] [ 33%] 2024-11-01T17:08:35.2605856Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_bool PASSED [0.0125s] [ 33%] 2024-11-01T17:08:35.2606295Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_complex128 PASSED [0.0125s] [ 33%] 2024-11-01T17:08:35.2606727Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_complex32 PASSED [0.0184s] [ 33%] 2024-11-01T17:08:35.2607167Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_complex64 PASSED [0.0123s] [ 33%] 2024-11-01T17:08:35.2607587Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_float16 PASSED [0.0129s] [ 33%] 2024-11-01T17:08:35.2608024Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_float32 PASSED [0.0122s] [ 33%] 2024-11-01T17:08:35.2608439Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_float64 PASSED [0.0121s] [ 33%] 2024-11-01T17:08:35.2608900Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int16 PASSED [0.0129s] [ 33%] 2024-11-01T17:08:35.2609379Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int32 PASSED [0.0121s] [ 33%] 2024-11-01T17:08:35.2609786Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int64 PASSED [0.0120s] [ 33%] 2024-11-01T17:08:35.2610189Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int8 PASSED [0.0127s] [ 33%] 2024-11-01T17:08:35.2610608Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_uint8 PASSED [0.0125s] [ 33%] 2024-11-01T17:08:35.2611033Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_bfloat16 PASSED [0.0205s] [ 33%] 2024-11-01T17:08:35.2611464Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_float16 PASSED [0.0216s] [ 33%] 2024-11-01T17:08:35.2611877Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_float32 PASSED [0.0208s] [ 33%] 2024-11-01T17:08:35.2612291Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_float64 PASSED [0.0212s] [ 33%] 2024-11-01T17:08:35.2612752Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_bfloat16 PASSED [0.0122s] [ 33%] 2024-11-01T17:08:35.2613138Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_bool PASSED [0.0122s] [ 33%] 2024-11-01T17:08:35.2613537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_float16 PASSED [0.0123s] [ 33%] 2024-11-01T17:08:35.2614227Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_float32 PASSED [0.0125s] [ 34%] 2024-11-01T17:08:35.2614873Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_float64 PASSED [0.0120s] [ 34%] 2024-11-01T17:08:35.2615327Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int16 PASSED [0.0123s] [ 34%] 2024-11-01T17:08:35.2615712Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int32 PASSED [0.0125s] [ 34%] 2024-11-01T17:08:35.2616091Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int64 PASSED [0.0123s] [ 34%] 2024-11-01T17:08:35.2616526Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int8 PASSED [0.0120s] [ 34%] 2024-11-01T17:08:35.2616915Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_uint8 PASSED [0.0125s] [ 34%] 2024-11-01T17:08:35.2617341Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_bfloat16 PASSED [0.0213s] [ 34%] 2024-11-01T17:08:35.2617779Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_float16 PASSED [0.0205s] [ 34%] 2024-11-01T17:08:35.2618200Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_float32 PASSED [0.0216s] [ 34%] 2024-11-01T17:08:35.2618624Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_float64 PASSED [0.0207s] [ 34%] 2024-11-01T17:08:35.2619057Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_bfloat16 PASSED [0.0210s] [ 34%] 2024-11-01T17:08:35.2619481Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_float16 PASSED [0.0209s] [ 34%] 2024-11-01T17:08:35.2619921Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_float32 PASSED [0.0210s] [ 34%] 2024-11-01T17:08:35.2620334Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_float64 PASSED [0.0215s] [ 34%] 2024-11-01T17:08:35.2620845Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_imag_cpu_complex128 PASSED [0.0134s] [ 34%] 2024-11-01T17:08:35.2621296Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_imag_cpu_complex32 PASSED [0.0132s] [ 34%] 2024-11-01T17:08:35.2621719Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_imag_cpu_complex64 PASSED [0.0137s] [ 34%] 2024-11-01T17:08:35.2622171Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_bfloat16 PASSED [0.0209s] [ 34%] 2024-11-01T17:08:35.2622590Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_bool PASSED [0.0177s] [ 34%] 2024-11-01T17:08:35.2623039Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_complex128 PASSED [0.0213s] [ 34%] 2024-11-01T17:08:35.2623506Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_complex32 PASSED [0.0217s] [ 34%] 2024-11-01T17:08:35.2623953Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_complex64 PASSED [0.0214s] [ 34%] 2024-11-01T17:08:35.2624400Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_float16 PASSED [0.0209s] [ 34%] 2024-11-01T17:08:35.2624837Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_float32 PASSED [0.0212s] [ 34%] 2024-11-01T17:08:35.2625270Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_float64 PASSED [0.0206s] [ 34%] 2024-11-01T17:08:35.2625705Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int16 PASSED [0.0210s] [ 34%] 2024-11-01T17:08:35.2626122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int32 PASSED [0.0208s] [ 34%] 2024-11-01T17:08:35.2626592Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int64 PASSED [0.0208s] [ 34%] 2024-11-01T17:08:35.2627117Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int8 PASSED [0.0203s] [ 34%] 2024-11-01T17:08:35.2627537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_uint8 PASSED [0.0206s] [ 34%] 2024-11-01T17:08:35.2627992Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_bfloat16 PASSED [0.0137s] [ 34%] 2024-11-01T17:08:35.2628450Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_bool PASSED [0.0131s] [ 34%] 2024-11-01T17:08:35.2628938Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_complex128 PASSED [0.0138s] [ 34%] 2024-11-01T17:08:35.2629398Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_complex32 PASSED [0.0137s] [ 34%] 2024-11-01T17:08:35.2629857Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_complex64 PASSED [0.0132s] [ 34%] 2024-11-01T17:08:35.2630347Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_float16 PASSED [0.0135s] [ 34%] 2024-11-01T17:08:35.2630785Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_float32 PASSED [0.0135s] [ 34%] 2024-11-01T17:08:35.2631226Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_float64 PASSED [0.0132s] [ 34%] 2024-11-01T17:08:35.2631669Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int16 PASSED [0.0133s] [ 34%] 2024-11-01T17:08:35.2632147Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int32 PASSED [0.0138s] [ 34%] 2024-11-01T17:08:35.2632631Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int64 PASSED [0.0131s] [ 34%] 2024-11-01T17:08:35.2633119Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int8 PASSED [0.0138s] [ 34%] 2024-11-01T17:08:35.2633644Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_uint8 PASSED [0.0134s] [ 34%] 2024-11-01T17:08:35.2634163Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_bfloat16 PASSED [0.0173s] [ 34%] 2024-11-01T17:08:35.2634679Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_bool PASSED [0.0172s] [ 34%] 2024-11-01T17:08:35.2635189Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_complex128 PASSED [0.0173s] [ 34%] 2024-11-01T17:08:35.2635756Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_complex32 PASSED [0.0176s] [ 34%] 2024-11-01T17:08:35.2636315Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_complex64 PASSED [0.0170s] [ 34%] 2024-11-01T17:08:35.2636813Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_float16 PASSED [0.0172s] [ 34%] 2024-11-01T17:08:35.2637370Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_float32 PASSED [0.0171s] [ 34%] 2024-11-01T17:08:35.2637856Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_float64 PASSED [0.0175s] [ 34%] 2024-11-01T17:08:35.2638406Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int16 PASSED [0.0200s] [ 34%] 2024-11-01T17:08:35.2638881Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int32 PASSED [0.0288s] [ 34%] 2024-11-01T17:08:35.2639405Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int64 PASSED [0.0297s] [ 34%] 2024-11-01T17:08:35.2639896Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int8 PASSED [0.0209s] [ 34%] 2024-11-01T17:08:35.2640429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_uint8 PASSED [0.0175s] [ 34%] 2024-11-01T17:08:35.2640937Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_bfloat16 PASSED [0.0153s] [ 34%] 2024-11-01T17:08:35.2641460Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_bool PASSED [0.0145s] [ 34%] 2024-11-01T17:08:35.2642026Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_complex128 PASSED [0.0153s] [ 34%] 2024-11-01T17:08:35.2642640Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_complex32 PASSED [0.0147s] [ 35%] 2024-11-01T17:08:35.2643188Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_complex64 PASSED [0.0151s] [ 35%] 2024-11-01T17:08:35.2643687Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_float16 PASSED [0.0145s] [ 35%] 2024-11-01T17:08:35.2644271Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_float32 PASSED [0.0151s] [ 35%] 2024-11-01T17:08:35.2644785Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_float64 PASSED [0.0148s] [ 35%] 2024-11-01T17:08:35.2645327Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int16 PASSED [0.0145s] [ 35%] 2024-11-01T17:08:35.2645807Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int32 PASSED [0.0153s] [ 35%] 2024-11-01T17:08:35.2646367Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int64 PASSED [0.0146s] [ 35%] 2024-11-01T17:08:35.2646859Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int8 PASSED [0.0150s] [ 35%] 2024-11-01T17:08:35.2647384Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_uint8 PASSED [0.0147s] [ 35%] 2024-11-01T17:08:35.2647945Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_bfloat16 PASSED [0.0197s] [ 35%] 2024-11-01T17:08:35.2648511Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_float16 PASSED [0.0196s] [ 35%] 2024-11-01T17:08:35.2649089Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_float32 PASSED [0.0199s] [ 35%] 2024-11-01T17:08:35.2649632Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_float64 PASSED [0.0197s] [ 35%] 2024-11-01T17:08:35.2650197Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int16 PASSED [0.0192s] [ 35%] 2024-11-01T17:08:35.2650768Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int32 PASSED [0.0201s] [ 35%] 2024-11-01T17:08:35.2651304Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int64 PASSED [0.0200s] [ 35%] 2024-11-01T17:08:35.2651865Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int8 PASSED [0.0194s] [ 35%] 2024-11-01T17:08:35.2652397Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_uint8 PASSED [0.0204s] [ 35%] 2024-11-01T17:08:35.2652884Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_bfloat16 PASSED [0.0194s] [ 35%] 2024-11-01T17:08:35.2653361Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_float16 PASSED [0.0200s] [ 35%] 2024-11-01T17:08:35.2653853Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_float32 PASSED [0.0193s] [ 35%] 2024-11-01T17:08:35.2654327Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_float64 PASSED [0.0196s] [ 35%] 2024-11-01T17:08:35.2654803Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int16 PASSED [0.0199s] [ 35%] 2024-11-01T17:08:35.2655260Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int32 PASSED [0.0197s] [ 35%] 2024-11-01T17:08:35.2655719Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int64 PASSED [0.0194s] [ 35%] 2024-11-01T17:08:35.2656197Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int8 PASSED [0.0198s] [ 35%] 2024-11-01T17:08:35.2656658Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_uint8 PASSED [0.0201s] [ 35%] 2024-11-01T17:08:35.2657141Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_bfloat16 PASSED [0.0194s] [ 35%] 2024-11-01T17:08:35.2657679Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_float16 PASSED [0.0196s] [ 35%] 2024-11-01T17:08:35.2658290Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_float32 PASSED [0.0199s] [ 35%] 2024-11-01T17:08:35.2658859Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_float64 PASSED [0.0200s] [ 35%] 2024-11-01T17:08:35.2659394Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int16 PASSED [0.0198s] [ 35%] 2024-11-01T17:08:35.2659994Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int32 PASSED [0.0196s] [ 35%] 2024-11-01T17:08:35.2660572Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int64 PASSED [0.0280s] [ 35%] 2024-11-01T17:08:35.2661102Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int8 PASSED [0.0199s] [ 35%] 2024-11-01T17:08:35.2661678Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_uint8 PASSED [0.0203s] [ 35%] 2024-11-01T17:08:35.2662275Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_bfloat16 PASSED [0.0199s] [ 35%] 2024-11-01T17:08:35.2662820Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_float16 PASSED [0.0197s] [ 35%] 2024-11-01T17:08:35.2663357Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_float32 PASSED [0.0201s] [ 35%] 2024-11-01T17:08:35.2663827Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_float64 PASSED [0.0196s] [ 35%] 2024-11-01T17:08:35.2664297Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int16 PASSED [0.0197s] [ 35%] 2024-11-01T17:08:35.2664771Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int32 PASSED [0.0196s] [ 35%] 2024-11-01T17:08:35.2665226Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int64 PASSED [0.0198s] [ 35%] 2024-11-01T17:08:35.2665706Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int8 PASSED [0.0201s] [ 35%] 2024-11-01T17:08:35.2666165Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_uint8 PASSED [0.0199s] [ 35%] 2024-11-01T17:08:35.2666623Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_bfloat16 PASSED [0.0138s] [ 35%] 2024-11-01T17:08:35.2667075Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_bool PASSED [0.0134s] [ 35%] 2024-11-01T17:08:35.2667542Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_complex128 PASSED [0.0138s] [ 35%] 2024-11-01T17:08:35.2668017Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_complex32 PASSED [0.0135s] [ 35%] 2024-11-01T17:08:35.2668533Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_complex64 PASSED [0.0133s] [ 35%] 2024-11-01T17:08:35.2669037Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_float16 PASSED [0.0135s] [ 35%] 2024-11-01T17:08:35.2669552Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_float32 PASSED [0.0140s] [ 35%] 2024-11-01T17:08:35.2670002Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_float64 PASSED [0.0136s] [ 35%] 2024-11-01T17:08:35.2670443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int16 PASSED [0.0139s] [ 35%] 2024-11-01T17:08:35.2670896Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int32 PASSED [0.0135s] [ 35%] 2024-11-01T17:08:35.2671331Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int64 PASSED [0.0138s] [ 35%] 2024-11-01T17:08:35.2671782Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int8 PASSED [0.0135s] [ 35%] 2024-11-01T17:08:35.2672222Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_uint8 PASSED [0.0131s] [ 35%] 2024-11-01T17:08:35.2672649Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_bfloat16 PASSED [0.0123s] [ 35%] 2024-11-01T17:08:35.2673137Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_complex128 PASSED [0.0125s] [ 36%] 2024-11-01T17:08:35.2673566Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_complex64 PASSED [0.0119s] [ 36%] 2024-11-01T17:08:35.2673978Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_float16 PASSED [0.0119s] [ 36%] 2024-11-01T17:08:35.2674474Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_float32 PASSED [0.0126s] [ 36%] 2024-11-01T17:08:35.2674981Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_float64 PASSED [0.0120s] [ 36%] 2024-11-01T17:08:35.2675451Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int16 PASSED [0.0120s] [ 36%] 2024-11-01T17:08:35.2675855Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int32 PASSED [0.0122s] [ 36%] 2024-11-01T17:08:35.2676294Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int64 PASSED [0.0126s] [ 36%] 2024-11-01T17:08:35.2676707Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int8 PASSED [0.0120s] [ 36%] 2024-11-01T17:08:35.2677110Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_uint8 PASSED [0.0124s] [ 36%] 2024-11-01T17:08:35.2677522Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_bfloat16 PASSED [0.0156s] [ 36%] 2024-11-01T17:08:35.2677926Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_bool PASSED [0.0162s] [ 36%] 2024-11-01T17:08:35.2678352Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_complex128 PASSED [0.0161s] [ 36%] 2024-11-01T17:08:35.2678781Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_complex64 PASSED [0.0161s] [ 36%] 2024-11-01T17:08:35.2679187Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_float16 PASSED [0.0158s] [ 36%] 2024-11-01T17:08:35.2679595Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_float32 PASSED [0.0159s] [ 36%] 2024-11-01T17:08:35.2680013Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_float64 PASSED [0.0162s] [ 36%] 2024-11-01T17:08:35.2680407Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int16 PASSED [0.0157s] [ 36%] 2024-11-01T17:08:35.2680864Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int32 PASSED [0.0161s] [ 36%] 2024-11-01T17:08:35.2681356Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int64 PASSED [0.0160s] [ 36%] 2024-11-01T17:08:35.2681749Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int8 PASSED [0.0160s] [ 36%] 2024-11-01T17:08:35.2682214Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_uint8 PASSED [0.0160s] [ 36%] 2024-11-01T17:08:35.2682648Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_bfloat16 PASSED [0.0388s] [ 36%] 2024-11-01T17:08:35.2683058Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_bool PASSED [0.0513s] [ 36%] 2024-11-01T17:08:35.2683522Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_complex128 PASSED [0.0517s] [ 36%] 2024-11-01T17:08:35.2683962Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_complex64 PASSED [0.0341s] [ 36%] 2024-11-01T17:08:35.2684404Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_float16 PASSED [0.0309s] [ 36%] 2024-11-01T17:08:35.2684829Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_float32 PASSED [0.0303s] [ 36%] 2024-11-01T17:08:35.2685251Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_float64 PASSED [0.0292s] [ 36%] 2024-11-01T17:08:35.2685679Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int16 PASSED [0.0304s] [ 36%] 2024-11-01T17:08:35.2686092Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int32 PASSED [0.0304s] [ 36%] 2024-11-01T17:08:35.2686504Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int64 PASSED [0.0301s] [ 36%] 2024-11-01T17:08:35.2687024Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int8 PASSED [0.0295s] [ 36%] 2024-11-01T17:08:35.2687537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_uint8 PASSED [0.0311s] [ 36%] 2024-11-01T17:08:35.2687993Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_bfloat16 PASSED [0.0135s] [ 36%] 2024-11-01T17:08:35.2688444Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_bool PASSED [0.0135s] [ 36%] 2024-11-01T17:08:35.2688921Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_complex128 PASSED [0.0134s] [ 36%] 2024-11-01T17:08:35.2689381Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_complex32 PASSED [0.0133s] [ 36%] 2024-11-01T17:08:35.2689822Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_complex64 PASSED [0.0136s] [ 36%] 2024-11-01T17:08:35.2690290Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_float16 PASSED [0.0132s] [ 36%] 2024-11-01T17:08:35.2690730Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_float32 PASSED [0.0130s] [ 36%] 2024-11-01T17:08:35.2691160Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_float64 PASSED [0.0136s] [ 36%] 2024-11-01T17:08:35.2691593Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int16 PASSED [0.0139s] [ 36%] 2024-11-01T17:08:35.2692011Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int32 PASSED [0.0128s] [ 36%] 2024-11-01T17:08:35.2692424Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int64 PASSED [0.0124s] [ 36%] 2024-11-01T17:08:35.2692848Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int8 PASSED [0.0129s] [ 36%] 2024-11-01T17:08:35.2693272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_uint8 PASSED [0.0128s] [ 36%] 2024-11-01T17:08:35.2693710Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_bfloat16 PASSED [0.0117s] [ 36%] 2024-11-01T17:08:35.2694120Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_float16 PASSED [0.0123s] [ 36%] 2024-11-01T17:08:35.2694528Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_float32 PASSED [0.0122s] [ 36%] 2024-11-01T17:08:35.2694947Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_float64 PASSED [0.0118s] [ 36%] 2024-11-01T17:08:35.2695346Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int16 PASSED [0.0121s] [ 36%] 2024-11-01T17:08:35.2695744Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int32 PASSED [0.0122s] [ 36%] 2024-11-01T17:08:35.2696156Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int64 PASSED [0.0122s] [ 36%] 2024-11-01T17:08:35.2696549Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int8 PASSED [0.0120s] [ 36%] 2024-11-01T17:08:35.2696958Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_uint8 PASSED [0.0119s] [ 36%] 2024-11-01T17:08:35.2697382Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_bfloat16 PASSED [0.0108s] [ 36%] 2024-11-01T17:08:35.2697782Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_bool PASSED [0.0112s] [ 36%] 2024-11-01T17:08:35.2698328Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_complex128 PASSED [0.0113s] [ 36%] 2024-11-01T17:08:35.2698809Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_complex32 PASSED [0.0107s] [ 36%] 2024-11-01T17:08:35.2699233Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_complex64 PASSED [0.0110s] [ 37%] 2024-11-01T17:08:35.2699660Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_float16 PASSED [0.0112s] [ 37%] 2024-11-01T17:08:35.2700072Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_float32 PASSED [0.0106s] [ 37%] 2024-11-01T17:08:35.2700498Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_float64 PASSED [0.0110s] [ 37%] 2024-11-01T17:08:35.2700941Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int16 PASSED [0.0108s] [ 37%] 2024-11-01T17:08:35.2701347Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int32 PASSED [0.0109s] [ 37%] 2024-11-01T17:08:35.2701762Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int64 PASSED [0.0108s] [ 37%] 2024-11-01T17:08:35.2702196Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int8 PASSED [0.0109s] [ 37%] 2024-11-01T17:08:35.2702629Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_uint8 PASSED [0.0109s] [ 37%] 2024-11-01T17:08:35.2703065Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_bfloat16 PASSED [0.0112s] [ 37%] 2024-11-01T17:08:35.2703463Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_bool PASSED [0.0110s] [ 37%] 2024-11-01T17:08:35.2703948Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_complex128 PASSED [0.0109s] [ 37%] 2024-11-01T17:08:35.2704376Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_complex64 PASSED [0.0111s] [ 37%] 2024-11-01T17:08:35.2704792Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_float16 PASSED [0.0108s] [ 37%] 2024-11-01T17:08:35.2705223Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_float32 PASSED [0.0111s] [ 37%] 2024-11-01T17:08:35.2705636Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_float64 PASSED [0.0108s] [ 37%] 2024-11-01T17:08:35.2706054Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int16 PASSED [0.0109s] [ 37%] 2024-11-01T17:08:35.2706459Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int32 PASSED [0.0111s] [ 37%] 2024-11-01T17:08:35.2706860Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int64 PASSED [0.0108s] [ 37%] 2024-11-01T17:08:35.2707272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int8 PASSED [0.0108s] [ 37%] 2024-11-01T17:08:35.2707673Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_uint8 PASSED [0.0109s] [ 37%] 2024-11-01T17:08:35.2708113Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_bfloat16 PASSED [0.0111s] [ 37%] 2024-11-01T17:08:35.2708543Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_bool PASSED [0.0106s] [ 37%] 2024-11-01T17:08:35.2708979Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_float16 PASSED [0.0108s] [ 37%] 2024-11-01T17:08:35.2709418Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_float32 PASSED [0.0110s] [ 37%] 2024-11-01T17:08:35.2709839Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_float64 PASSED [0.0110s] [ 37%] 2024-11-01T17:08:35.2710260Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int16 PASSED [0.0107s] [ 37%] 2024-11-01T17:08:35.2710689Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int32 PASSED [0.0110s] [ 37%] 2024-11-01T17:08:35.2711105Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int64 PASSED [0.0109s] [ 37%] 2024-11-01T17:08:35.2711520Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int8 PASSED [0.0110s] [ 37%] 2024-11-01T17:08:35.2711953Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_uint8 PASSED [0.0109s] [ 37%] 2024-11-01T17:08:35.2712394Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_bfloat16 PASSED [0.0109s] [ 37%] 2024-11-01T17:08:35.2712823Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_bool PASSED [0.0108s] [ 37%] 2024-11-01T17:08:35.2713249Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_float16 PASSED [0.0110s] [ 37%] 2024-11-01T17:08:35.2713670Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_float32 PASSED [0.0108s] [ 37%] 2024-11-01T17:08:35.2714200Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_float64 PASSED [0.0109s] [ 37%] 2024-11-01T17:08:35.2714672Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int16 PASSED [0.0110s] [ 37%] 2024-11-01T17:08:35.2715157Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int32 PASSED [0.0109s] [ 37%] 2024-11-01T17:08:35.2715574Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int64 PASSED [0.0117s] [ 37%] 2024-11-01T17:08:35.2716026Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int8 PASSED [0.0115s] [ 37%] 2024-11-01T17:08:35.2716487Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_uint8 PASSED [0.0123s] [ 37%] 2024-11-01T17:08:35.2716912Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_bfloat16 PASSED [0.0160s] [ 37%] 2024-11-01T17:08:35.2717317Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_bool PASSED [0.0138s] [ 37%] 2024-11-01T17:08:35.2718117Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_complex128 PASSED [0.0153s] [ 37%] 2024-11-01T17:08:35.2718553Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_complex32 PASSED [0.0157s] [ 37%] 2024-11-01T17:08:35.2718993Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_complex64 PASSED [0.0139s] [ 37%] 2024-11-01T17:08:35.2719412Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_float16 PASSED [0.0152s] [ 37%] 2024-11-01T17:08:35.2719830Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_float32 PASSED [0.0159s] [ 37%] 2024-11-01T17:08:35.2720259Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_float64 PASSED [0.0139s] [ 37%] 2024-11-01T17:08:35.2720671Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int16 PASSED [0.0147s] [ 37%] 2024-11-01T17:08:35.2721080Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int32 PASSED [0.0157s] [ 37%] 2024-11-01T17:08:35.2721502Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int64 PASSED [0.0140s] [ 37%] 2024-11-01T17:08:35.2721981Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int8 PASSED [0.0152s] [ 37%] 2024-11-01T17:08:35.2722406Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_uint8 PASSED [0.0154s] [ 37%] 2024-11-01T17:08:35.2722840Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_istft_cpu_complex128 PASSED [0.0252s] [ 37%] 2024-11-01T17:08:35.2723272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_istft_cpu_complex64 PASSED [0.0231s] [ 37%] 2024-11-01T17:08:35.2723710Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_bfloat16 PASSED [0.0172s] [ 37%] 2024-11-01T17:08:35.2724108Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_bool PASSED [0.0171s] [ 37%] 2024-11-01T17:08:35.2724537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_complex128 PASSED [0.0180s] [ 37%] 2024-11-01T17:08:35.2724983Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_complex32 PASSED [0.0157s] [ 37%] 2024-11-01T17:08:35.2725403Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_complex64 PASSED [0.0171s] [ 38%] 2024-11-01T17:08:35.2725832Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_float16 PASSED [0.0142s] [ 38%] 2024-11-01T17:08:35.2726243Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_float32 PASSED [0.0144s] [ 38%] 2024-11-01T17:08:35.2726654Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_float64 PASSED [0.0146s] [ 38%] 2024-11-01T17:08:35.2727073Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int16 PASSED [0.0148s] [ 38%] 2024-11-01T17:08:35.2727475Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int32 PASSED [0.0142s] [ 38%] 2024-11-01T17:08:35.2727888Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int64 PASSED [0.0147s] [ 38%] 2024-11-01T17:08:35.2728580Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int8 PASSED [0.0146s] [ 38%] 2024-11-01T17:08:35.2728987Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_uint8 PASSED [0.0143s] [ 38%] 2024-11-01T17:08:35.2729646Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_bfloat16 SKIPPED [0.0023s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2730307Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_bool SKIPPED [0.0022s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2730988Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2731651Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2732286Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_float16 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2732971Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_float32 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2733602Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_float64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2734229Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int16 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2734872Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int32 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2735493Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2736121Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int8 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2736749Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_uint8 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2737421Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_bfloat16 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2738083Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_bool SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2738766Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2739545Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2740276Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_float16 SKIPPED [0.0023s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2740960Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2741728Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2742411Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int16 SKIPPED [0.0022s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2743088Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int32 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2750850Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2751640Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int8 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2752332Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_uint8 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2752928Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_bfloat16 SKIPPED [0.0023s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2753544Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_bool SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2754207Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_complex128 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2754807Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_complex64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2755409Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_float16 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2756034Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_float32 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2756617Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_float64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2757200Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int16 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2757775Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int32 SKIPPED [0.0025s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2758363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int64 SKIPPED [0.0022s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2758933Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int8 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2759506Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_uint8 SKIPPED [0.0023s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2760179Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_bfloat16 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2760817Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_bool SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2761493Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2762266Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2762916Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_float16 SKIPPED [0.0023s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2763583Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_float32 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2764230Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_float64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2764880Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int16 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2765519Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int32 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2766149Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2766794Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int8 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2767476Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_uint8 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2768078Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_bfloat16 SKIPPED [0.0023s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2768643Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_bool SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2769270Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_complex128 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2769909Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_complex64 SKIPPED [0.0021s] (Only runs on cuda) [ 38%] 2024-11-01T17:08:35.2770486Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_float16 SKIPPED [0.0021s] (Only runs on cuda) [ 39%] 2024-11-01T17:08:35.2771116Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_float32 SKIPPED [0.0021s] (Only runs on cuda) [ 39%] 2024-11-01T17:08:35.2771694Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_float64 SKIPPED [0.0021s] (Only runs on cuda) [ 39%] 2024-11-01T17:08:35.2772258Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int16 SKIPPED [0.0021s] (Only runs on cuda) [ 39%] 2024-11-01T17:08:35.2772837Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int32 SKIPPED [0.0023s] (Only runs on cuda) [ 39%] 2024-11-01T17:08:35.2773405Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int64 SKIPPED [0.0021s] (Only runs on cuda) [ 39%] 2024-11-01T17:08:35.2773978Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int8 SKIPPED [0.0021s] (Only runs on cuda) [ 39%] 2024-11-01T17:08:35.2774540Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_uint8 SKIPPED [0.0021s] (Only runs on cuda) [ 39%] 2024-11-01T17:08:35.2774963Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_bfloat16 PASSED [0.0110s] [ 39%] 2024-11-01T17:08:35.2775378Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_bool PASSED [0.0110s] [ 39%] 2024-11-01T17:08:35.2775811Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_complex128 PASSED [0.0110s] [ 39%] 2024-11-01T17:08:35.2776238Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_complex64 PASSED [0.0111s] [ 39%] 2024-11-01T17:08:35.2776668Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_float16 PASSED [0.0111s] [ 39%] 2024-11-01T17:08:35.2777086Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_float32 PASSED [0.0107s] [ 39%] 2024-11-01T17:08:35.2777512Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_float64 PASSED [0.0109s] [ 39%] 2024-11-01T17:08:35.2777916Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int16 PASSED [0.0112s] [ 39%] 2024-11-01T17:08:35.2778322Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int32 PASSED [0.0110s] [ 39%] 2024-11-01T17:08:35.2778735Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int64 PASSED [0.0112s] [ 39%] 2024-11-01T17:08:35.2779133Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int8 PASSED [0.0112s] [ 39%] 2024-11-01T17:08:35.2779532Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_uint8 PASSED [0.0115s] [ 39%] 2024-11-01T17:08:35.2779991Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_bfloat16 PASSED [0.0212s] [ 39%] 2024-11-01T17:08:35.2780429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_float16 PASSED [0.0214s] [ 39%] 2024-11-01T17:08:35.2780874Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_float32 PASSED [0.0225s] [ 39%] 2024-11-01T17:08:35.2781299Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_float64 PASSED [0.0216s] [ 39%] 2024-11-01T17:08:35.2781763Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int16 PASSED [0.0221s] [ 39%] 2024-11-01T17:08:35.2782199Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int32 PASSED [0.0211s] [ 39%] 2024-11-01T17:08:35.2782616Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int64 PASSED [0.0220s] [ 39%] 2024-11-01T17:08:35.2783051Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int8 PASSED [0.0213s] [ 39%] 2024-11-01T17:08:35.2783510Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_uint8 PASSED [0.0219s] [ 39%] 2024-11-01T17:08:35.2783936Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int16 PASSED [0.0206s] [ 39%] 2024-11-01T17:08:35.2784343Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int32 PASSED [0.0215s] [ 39%] 2024-11-01T17:08:35.2784737Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int64 PASSED [0.0208s] [ 39%] 2024-11-01T17:08:35.2785165Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int8 PASSED [0.0210s] [ 39%] 2024-11-01T17:08:35.2785570Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_uint8 PASSED [0.0209s] [ 39%] 2024-11-01T17:08:35.2785994Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_bfloat16 PASSED [0.0208s] [ 39%] 2024-11-01T17:08:35.2786410Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_bool PASSED [0.0210s] [ 39%] 2024-11-01T17:08:35.2786846Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_complex128 PASSED [0.0208s] [ 39%] 2024-11-01T17:08:35.2787279Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_complex64 PASSED [0.0214s] [ 39%] 2024-11-01T17:08:35.2787710Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_float16 PASSED [0.0206s] [ 39%] 2024-11-01T17:08:35.2788129Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_float32 PASSED [0.0208s] [ 39%] 2024-11-01T17:08:35.2788550Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_float64 PASSED [0.0210s] [ 39%] 2024-11-01T17:08:35.2788968Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int16 PASSED [0.0209s] [ 39%] 2024-11-01T17:08:35.2789374Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int32 PASSED [0.0211s] [ 39%] 2024-11-01T17:08:35.2789790Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int64 PASSED [0.0207s] [ 39%] 2024-11-01T17:08:35.2790194Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int8 PASSED [0.0212s] [ 39%] 2024-11-01T17:08:35.2790602Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_uint8 PASSED [0.0207s] [ 39%] 2024-11-01T17:08:35.2791021Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_bfloat16 PASSED [0.0212s] [ 39%] 2024-11-01T17:08:35.2791495Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_bool PASSED [0.0207s] [ 39%] 2024-11-01T17:08:35.2791904Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_float16 PASSED [0.0211s] [ 39%] 2024-11-01T17:08:35.2792318Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_float32 PASSED [0.0207s] [ 39%] 2024-11-01T17:08:35.2792717Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_float64 PASSED [0.0209s] [ 39%] 2024-11-01T17:08:35.2793126Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int16 PASSED [0.0211s] [ 39%] 2024-11-01T17:08:35.2793516Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int32 PASSED [0.0209s] [ 39%] 2024-11-01T17:08:35.2793904Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int64 PASSED [0.0208s] [ 39%] 2024-11-01T17:08:35.2794302Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int8 PASSED [0.0207s] [ 39%] 2024-11-01T17:08:35.2794690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_uint8 PASSED [0.0212s] [ 39%] 2024-11-01T17:08:35.2795113Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_bfloat16 PASSED [0.0265s] [ 39%] 2024-11-01T17:08:35.2795603Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_complex128 PASSED [0.0374s] [ 39%] 2024-11-01T17:08:35.2796035Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_complex64 PASSED [0.0373s] [ 39%] 2024-11-01T17:08:35.2796460Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_float16 PASSED [0.0267s] [ 39%] 2024-11-01T17:08:35.2796902Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_float32 PASSED [0.0272s] [ 40%] 2024-11-01T17:08:35.2797349Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_float64 PASSED [0.0264s] [ 40%] 2024-11-01T17:08:35.2797790Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_bfloat16 PASSED [0.0141s] [ 40%] 2024-11-01T17:08:35.2798197Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_bool PASSED [0.0133s] [ 40%] 2024-11-01T17:08:35.2798664Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_float16 PASSED [0.0133s] [ 40%] 2024-11-01T17:08:35.2799088Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_float32 PASSED [0.0142s] [ 40%] 2024-11-01T17:08:35.2799505Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_float64 PASSED [0.0134s] [ 40%] 2024-11-01T17:08:35.2799930Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int16 PASSED [0.0132s] [ 40%] 2024-11-01T17:08:35.2800343Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int32 PASSED [0.0135s] [ 40%] 2024-11-01T17:08:35.2800753Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int64 PASSED [0.0134s] [ 40%] 2024-11-01T17:08:35.2801176Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int8 PASSED [0.0134s] [ 40%] 2024-11-01T17:08:35.2801582Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_uint8 PASSED [0.0134s] [ 40%] 2024-11-01T17:08:35.2802136Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_complex128 PASSED [0.0306s] [ 40%] 2024-11-01T17:08:35.2802622Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_complex64 PASSED [0.0310s] [ 40%] 2024-11-01T17:08:35.2803092Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_float32 PASSED [0.0301s] [ 40%] 2024-11-01T17:08:35.2803572Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_float64 PASSED [0.0303s] [ 40%] 2024-11-01T17:08:35.2804075Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_complex128 PASSED [0.0308s] [ 40%] 2024-11-01T17:08:35.2804573Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_complex64 PASSED [0.0301s] [ 40%] 2024-11-01T17:08:35.2805069Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_float32 PASSED [0.0305s] [ 40%] 2024-11-01T17:08:35.2805548Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_float64 PASSED [0.0298s] [ 40%] 2024-11-01T17:08:35.2806030Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_complex128 PASSED [0.0140s] [ 40%] 2024-11-01T17:08:35.2806491Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_complex64 PASSED [0.0142s] [ 40%] 2024-11-01T17:08:35.2806941Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_float32 PASSED [0.0140s] [ 40%] 2024-11-01T17:08:35.2807412Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_float64 PASSED [0.0138s] [ 40%] 2024-11-01T17:08:35.2807870Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_bfloat16 PASSED [0.0134s] [ 40%] 2024-11-01T17:08:35.2808354Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_complex128 PASSED [0.0135s] [ 40%] 2024-11-01T17:08:35.2808818Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_complex64 PASSED [0.0138s] [ 40%] 2024-11-01T17:08:35.2809310Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_float16 PASSED [0.0134s] [ 40%] 2024-11-01T17:08:35.2809776Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_float32 PASSED [0.0134s] [ 40%] 2024-11-01T17:08:35.2810223Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_float64 PASSED [0.0135s] [ 40%] 2024-11-01T17:08:35.2810664Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int16 PASSED [0.0136s] [ 40%] 2024-11-01T17:08:35.2811154Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int32 PASSED [0.0132s] [ 40%] 2024-11-01T17:08:35.2811630Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int64 PASSED [0.0135s] [ 40%] 2024-11-01T17:08:35.2812083Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int8 PASSED [0.0136s] [ 40%] 2024-11-01T17:08:35.2812523Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_uint8 PASSED [0.0138s] [ 40%] 2024-11-01T17:08:35.2813016Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_complex128 PASSED [0.0235s] [ 40%] 2024-11-01T17:08:35.2813482Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_complex64 PASSED [0.0239s] [ 40%] 2024-11-01T17:08:35.2813921Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_float32 PASSED [0.0228s] [ 40%] 2024-11-01T17:08:35.2814376Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_float64 PASSED [0.0224s] [ 40%] 2024-11-01T17:08:35.2814883Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_singular_cpu_complex128 PASSED [0.0752s] [ 40%] 2024-11-01T17:08:35.2815383Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_singular_cpu_complex64 PASSED [0.0809s] [ 40%] 2024-11-01T17:08:35.2815883Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_singular_cpu_float32 PASSED [0.0600s] [ 40%] 2024-11-01T17:08:35.2816380Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_singular_cpu_float64 PASSED [0.0575s] [ 40%] 2024-11-01T17:08:35.2816857Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_bfloat16 PASSED [0.0282s] [ 40%] 2024-11-01T17:08:35.2817326Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_bool PASSED [0.0278s] [ 40%] 2024-11-01T17:08:35.2817813Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_complex128 PASSED [0.0283s] [ 40%] 2024-11-01T17:08:35.2818305Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_complex32 PASSED [0.0289s] [ 40%] 2024-11-01T17:08:35.2818783Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_complex64 PASSED [0.0276s] [ 40%] 2024-11-01T17:08:35.2819253Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_float16 PASSED [0.0279s] [ 40%] 2024-11-01T17:08:35.2819727Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_float32 PASSED [0.0278s] [ 40%] 2024-11-01T17:08:35.2820194Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_float64 PASSED [0.0280s] [ 40%] 2024-11-01T17:08:35.2820665Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int16 PASSED [0.0277s] [ 40%] 2024-11-01T17:08:35.2821121Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int32 PASSED [0.0272s] [ 40%] 2024-11-01T17:08:35.2821576Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int64 PASSED [0.0282s] [ 40%] 2024-11-01T17:08:35.2822045Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int8 PASSED [0.0274s] [ 40%] 2024-11-01T17:08:35.2822500Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_uint8 PASSED [0.0275s] [ 40%] 2024-11-01T17:08:35.2822954Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_complex128 PASSED [0.0227s] [ 40%] 2024-11-01T17:08:35.2823458Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_complex64 PASSED [0.0269s] [ 40%] 2024-11-01T17:08:35.2823902Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_float32 PASSED [0.0305s] [ 40%] 2024-11-01T17:08:35.2824356Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_float64 PASSED [0.0254s] [ 40%] 2024-11-01T17:08:35.2824825Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_complex128 PASSED [0.0277s] [ 41%] 2024-11-01T17:08:35.2825313Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_complex64 PASSED [0.0262s] [ 41%] 2024-11-01T17:08:35.2825807Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_float32 PASSED [0.0241s] [ 41%] 2024-11-01T17:08:35.2826252Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_float64 PASSED [0.0289s] [ 41%] 2024-11-01T17:08:35.2826730Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_complex128 PASSED [0.0225s] [ 41%] 2024-11-01T17:08:35.2827273Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_complex64 PASSED [0.0318s] [ 41%] 2024-11-01T17:08:35.2827740Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_float32 PASSED [0.0259s] [ 41%] 2024-11-01T17:08:35.2828216Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_float64 PASSED [0.0265s] [ 41%] 2024-11-01T17:08:35.2828703Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_complex128 PASSED [0.0234s] [ 41%] 2024-11-01T17:08:35.2829185Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_complex64 PASSED [0.0219s] [ 41%] 2024-11-01T17:08:35.2829667Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_float32 PASSED [0.0213s] [ 41%] 2024-11-01T17:08:35.2830133Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_float64 PASSED [0.0214s] [ 41%] 2024-11-01T17:08:35.2830698Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_complex128 PASSED [0.0202s] [ 41%] 2024-11-01T17:08:35.2831241Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_complex64 PASSED [0.0203s] [ 41%] 2024-11-01T17:08:35.2831772Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_float32 PASSED [0.0197s] [ 41%] 2024-11-01T17:08:35.2832316Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_float64 PASSED [0.0201s] [ 41%] 2024-11-01T17:08:35.2832780Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_complex128 PASSED [0.0208s] [ 41%] 2024-11-01T17:08:35.2833248Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_complex64 PASSED [0.0215s] [ 41%] 2024-11-01T17:08:35.2833691Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_float32 PASSED [0.0212s] [ 41%] 2024-11-01T17:08:35.2834140Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_float64 PASSED [0.0211s] [ 41%] 2024-11-01T17:08:35.2834630Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_complex128 PASSED [0.0213s] [ 41%] 2024-11-01T17:08:35.2835100Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_complex64 PASSED [0.0222s] [ 41%] 2024-11-01T17:08:35.2835557Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_float32 PASSED [0.0217s] [ 41%] 2024-11-01T17:08:35.2836028Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_float64 PASSED [0.0206s] [ 41%] 2024-11-01T17:08:35.2836525Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_complex128 PASSED [0.0181s] [ 41%] 2024-11-01T17:08:35.2837027Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_complex64 PASSED [0.0176s] [ 41%] 2024-11-01T17:08:35.2837500Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_float32 PASSED [0.0147s] [ 41%] 2024-11-01T17:08:35.2838012Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_float64 PASSED [0.0152s] [ 41%] 2024-11-01T17:08:35.2838533Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_complex128 PASSED [0.0180s] [ 41%] 2024-11-01T17:08:35.2839035Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_complex64 PASSED [0.0175s] [ 41%] 2024-11-01T17:08:35.2839569Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_float32 PASSED [0.0156s] [ 41%] 2024-11-01T17:08:35.2840090Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_float64 PASSED [0.0148s] [ 41%] 2024-11-01T17:08:35.2840576Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_complex128 PASSED [0.0573s] [ 41%] 2024-11-01T17:08:35.2841068Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_complex64 PASSED [0.1120s] [ 41%] 2024-11-01T17:08:35.2841581Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_float32 PASSED [0.0452s] [ 41%] 2024-11-01T17:08:35.2842131Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_float64 PASSED [0.0353s] [ 41%] 2024-11-01T17:08:35.2842615Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_complex128 PASSED [0.0662s] [ 41%] 2024-11-01T17:08:35.2843083Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_complex64 PASSED [0.0706s] [ 41%] 2024-11-01T17:08:35.2843550Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_float32 PASSED [0.0651s] [ 41%] 2024-11-01T17:08:35.2844002Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_float64 PASSED [0.0653s] [ 41%] 2024-11-01T17:08:35.2844544Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [0.0656s] [ 41%] 2024-11-01T17:08:35.2845100Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [0.0664s] [ 41%] 2024-11-01T17:08:35.2845622Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_float32 PASSED [0.0654s] [ 41%] 2024-11-01T17:08:35.2846162Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_float64 PASSED [0.0648s] [ 41%] 2024-11-01T17:08:35.2846618Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_complex128 PASSED [0.0291s] [ 41%] 2024-11-01T17:08:35.2847069Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_complex64 PASSED [0.0278s] [ 41%] 2024-11-01T17:08:35.2847522Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_float32 PASSED [0.0278s] [ 41%] 2024-11-01T17:08:35.2847955Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_float64 PASSED [0.0275s] [ 41%] 2024-11-01T17:08:35.2848440Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_complex128 PASSED [0.0337s] [ 41%] 2024-11-01T17:08:35.2848940Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_complex64 PASSED [0.0336s] [ 41%] 2024-11-01T17:08:35.2849410Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_float32 PASSED [0.0327s] [ 41%] 2024-11-01T17:08:35.2849896Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_float64 PASSED [0.0326s] [ 41%] 2024-11-01T17:08:35.2850401Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_complex128 PASSED [0.0285s] [ 41%] 2024-11-01T17:08:35.2850899Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_complex64 PASSED [0.0279s] [ 41%] 2024-11-01T17:08:35.2851400Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_float32 PASSED [0.0281s] [ 41%] 2024-11-01T17:08:35.2851885Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_float64 PASSED [0.0281s] [ 41%] 2024-11-01T17:08:35.2852423Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_complex128 PASSED [0.1655s] [ 41%] 2024-11-01T17:08:35.2852899Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_complex64 PASSED [0.1669s] [ 41%] 2024-11-01T17:08:35.2853363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_float32 PASSED [0.1728s] [ 41%] 2024-11-01T17:08:35.2854130Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_float64 PASSED [0.1638s] [ 41%] 2024-11-01T17:08:35.2854804Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_bfloat16 PASSED [0.0659s] [ 42%] 2024-11-01T17:08:35.2855304Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_complex128 PASSED [0.1003s] [ 42%] 2024-11-01T17:08:35.2855814Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_complex64 PASSED [0.0965s] [ 42%] 2024-11-01T17:08:35.2856337Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_float16 PASSED [0.0666s] [ 42%] 2024-11-01T17:08:35.2856838Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_float32 PASSED [0.0922s] [ 42%] 2024-11-01T17:08:35.2857317Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_float64 PASSED [0.0906s] [ 42%] 2024-11-01T17:08:35.2857820Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_complex128 PASSED [0.0354s] [ 42%] 2024-11-01T17:08:35.2858333Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_complex64 PASSED [0.0348s] [ 42%] 2024-11-01T17:08:35.2858822Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_float32 PASSED [0.0356s] [ 42%] 2024-11-01T17:08:35.2859326Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_float64 PASSED [0.0349s] [ 42%] 2024-11-01T17:08:35.2859823Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_complex128 PASSED [0.1151s] [ 42%] 2024-11-01T17:08:35.2860315Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_complex64 PASSED [0.1347s] [ 42%] 2024-11-01T17:08:35.2860808Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_float32 PASSED [0.1348s] [ 42%] 2024-11-01T17:08:35.2861293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_float64 PASSED [0.1300s] [ 42%] 2024-11-01T17:08:35.2861849Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_complex128 PASSED [0.0265s] [ 42%] 2024-11-01T17:08:35.2862411Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [0.0286s] [ 42%] 2024-11-01T17:08:35.2862943Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_float32 PASSED [0.0222s] [ 42%] 2024-11-01T17:08:35.2863495Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_float64 PASSED [0.0223s] [ 42%] 2024-11-01T17:08:35.2863967Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_bfloat16 PASSED [0.0241s] [ 42%] 2024-11-01T17:08:35.2864454Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_complex128 PASSED [0.0259s] [ 42%] 2024-11-01T17:08:35.2864952Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_complex64 PASSED [0.0200s] [ 42%] 2024-11-01T17:08:35.2865428Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_float16 PASSED [0.0207s] [ 42%] 2024-11-01T17:08:35.2865917Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_float32 PASSED [0.0201s] [ 42%] 2024-11-01T17:08:35.2866385Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_float64 PASSED [0.0227s] [ 42%] 2024-11-01T17:08:35.2866846Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int16 PASSED [0.0231s] [ 42%] 2024-11-01T17:08:35.2867356Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int32 PASSED [0.0220s] [ 42%] 2024-11-01T17:08:35.2867813Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int64 PASSED [0.0237s] [ 42%] 2024-11-01T17:08:35.2868287Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int8 PASSED [0.0248s] [ 42%] 2024-11-01T17:08:35.2868779Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_uint8 PASSED [0.0195s] [ 42%] 2024-11-01T17:08:35.2869263Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_bfloat16 PASSED [0.1105s] [ 42%] 2024-11-01T17:08:35.2869745Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_complex128 PASSED [0.1388s] [ 42%] 2024-11-01T17:08:35.2870200Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_complex64 PASSED [0.1338s] [ 42%] 2024-11-01T17:08:35.2870681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_float16 PASSED [0.1067s] [ 42%] 2024-11-01T17:08:35.2871144Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_float32 PASSED [0.1340s] [ 42%] 2024-11-01T17:08:35.2871591Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_float64 PASSED [0.1356s] [ 42%] 2024-11-01T17:08:35.2872165Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_bfloat16 PASSED [0.0813s] [ 42%] 2024-11-01T17:08:35.2872739Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_complex128 PASSED [0.1009s] [ 42%] 2024-11-01T17:08:35.2873306Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [0.1020s] [ 42%] 2024-11-01T17:08:35.2873879Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_float16 PASSED [0.0818s] [ 42%] 2024-11-01T17:08:35.2874440Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [0.1010s] [ 42%] 2024-11-01T17:08:35.2875004Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_float64 PASSED [0.1030s] [ 42%] 2024-11-01T17:08:35.2875469Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_complex128 PASSED [0.0404s] [ 42%] 2024-11-01T17:08:35.2875932Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_complex64 PASSED [0.0403s] [ 42%] 2024-11-01T17:08:35.2876398Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_float32 PASSED [0.0402s] [ 42%] 2024-11-01T17:08:35.2876847Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_float64 PASSED [0.0406s] [ 42%] 2024-11-01T17:08:35.2877362Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_complex128 PASSED [0.0217s] [ 42%] 2024-11-01T17:08:35.2877890Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_complex64 PASSED [0.0218s] [ 42%] 2024-11-01T17:08:35.2878385Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_float32 PASSED [0.0208s] [ 42%] 2024-11-01T17:08:35.2878896Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_float64 PASSED [0.0215s] [ 42%] 2024-11-01T17:08:35.2879745Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_complex128 SKIPPED [0.0021s] (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 42%] 2024-11-01T17:08:35.2880587Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_complex64 SKIPPED [0.0023s] (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 42%] 2024-11-01T17:08:35.2881423Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_float32 SKIPPED [0.0021s] (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 42%] 2024-11-01T17:08:35.2882362Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_float64 SKIPPED [0.0021s] (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 42%] 2024-11-01T17:08:35.2882839Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_complex128 PASSED [0.0602s] [ 42%] 2024-11-01T17:08:35.2883286Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_complex64 PASSED [0.0606s] [ 42%] 2024-11-01T17:08:35.2883762Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_float32 PASSED [0.0598s] [ 42%] 2024-11-01T17:08:35.2884239Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_float64 PASSED [0.0592s] [ 42%] 2024-11-01T17:08:35.2884721Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_complex128 PASSED [0.0227s] [ 42%] 2024-11-01T17:08:35.2885209Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_complex64 PASSED [0.0230s] [ 42%] 2024-11-01T17:08:35.2885708Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_float32 PASSED [0.0223s] [ 42%] 2024-11-01T17:08:35.2886169Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_float64 PASSED [0.0225s] [ 43%] 2024-11-01T17:08:35.2886654Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_complex128 PASSED [0.0359s] [ 43%] 2024-11-01T17:08:35.2887115Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_complex64 PASSED [0.0358s] [ 43%] 2024-11-01T17:08:35.2887586Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_float32 PASSED [0.0349s] [ 43%] 2024-11-01T17:08:35.2888039Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_float64 PASSED [0.0351s] [ 43%] 2024-11-01T17:08:35.2888518Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_complex128 PASSED [0.0445s] [ 43%] 2024-11-01T17:08:35.2889010Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_complex64 PASSED [0.0464s] [ 43%] 2024-11-01T17:08:35.2889476Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_float32 PASSED [0.0351s] [ 43%] 2024-11-01T17:08:35.2889944Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_float64 PASSED [0.0352s] [ 43%] 2024-11-01T17:08:35.2890484Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_complex128 PASSED [0.2209s] [ 43%] 2024-11-01T17:08:35.2891005Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_complex64 PASSED [0.2372s] [ 43%] 2024-11-01T17:08:35.2891529Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_float32 PASSED [0.1992s] [ 43%] 2024-11-01T17:08:35.2892036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_float64 PASSED [0.1948s] [ 43%] 2024-11-01T17:08:35.2892497Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_complex128 PASSED [0.3196s] [ 43%] 2024-11-01T17:08:35.2892962Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_complex64 PASSED [0.3373s] [ 43%] 2024-11-01T17:08:35.2893403Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_float32 PASSED [0.3297s] [ 43%] 2024-11-01T17:08:35.2893855Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_float64 PASSED [0.3149s] [ 43%] 2024-11-01T17:08:35.2894338Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_complex128 PASSED [0.0554s] [ 43%] 2024-11-01T17:08:35.2894809Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_complex64 PASSED [0.0559s] [ 43%] 2024-11-01T17:08:35.2895283Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_float32 PASSED [0.0550s] [ 43%] 2024-11-01T17:08:35.2895743Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_float64 PASSED [0.0547s] [ 43%] 2024-11-01T17:08:35.2896268Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_complex128 PASSED [0.0137s] [ 43%] 2024-11-01T17:08:35.2896766Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_complex64 PASSED [0.0136s] [ 43%] 2024-11-01T17:08:35.2897238Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_float32 PASSED [0.0130s] [ 43%] 2024-11-01T17:08:35.2897757Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_float64 PASSED [0.0246s] [ 43%] 2024-11-01T17:08:35.2898288Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_complex128 PASSED [0.0146s] [ 43%] 2024-11-01T17:08:35.2898783Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_complex64 PASSED [0.0153s] [ 43%] 2024-11-01T17:08:35.2899280Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_float32 PASSED [0.0148s] [ 43%] 2024-11-01T17:08:35.2899793Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_float64 PASSED [0.0149s] [ 43%] 2024-11-01T17:08:35.2900280Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_complex128 PASSED [0.0215s] [ 43%] 2024-11-01T17:08:35.2900750Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_complex64 PASSED [0.0221s] [ 43%] 2024-11-01T17:08:35.2901210Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_float32 PASSED [0.0214s] [ 43%] 2024-11-01T17:08:35.2901681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_float64 PASSED [0.0215s] [ 43%] 2024-11-01T17:08:35.2902126Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int16 PASSED [0.0219s] [ 43%] 2024-11-01T17:08:35.2902569Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int32 PASSED [0.0223s] [ 43%] 2024-11-01T17:08:35.2903026Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int64 PASSED [0.0212s] [ 43%] 2024-11-01T17:08:35.2903476Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int8 PASSED [0.0221s] [ 43%] 2024-11-01T17:08:35.2903936Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_uint8 PASSED [0.0212s] [ 43%] 2024-11-01T17:08:35.2904400Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_bfloat16 PASSED [0.0623s] [ 43%] 2024-11-01T17:08:35.2904875Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_complex128 PASSED [0.0630s] [ 43%] 2024-11-01T17:08:35.2905357Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_complex64 PASSED [0.0669s] [ 43%] 2024-11-01T17:08:35.2905814Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_float16 PASSED [0.0703s] [ 43%] 2024-11-01T17:08:35.2906282Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_float32 PASSED [0.0700s] [ 43%] 2024-11-01T17:08:35.2906741Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_float64 PASSED [0.0642s] [ 43%] 2024-11-01T17:08:35.2907229Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_bfloat16 PASSED [0.2165s] [ 43%] 2024-11-01T17:08:35.2907742Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_complex128 PASSED [0.2177s] [ 43%] 2024-11-01T17:08:35.2908237Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_complex64 PASSED [0.2181s] [ 43%] 2024-11-01T17:08:35.2908721Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_float16 PASSED [0.2170s] [ 43%] 2024-11-01T17:08:35.2909219Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_float32 PASSED [0.2200s] [ 43%] 2024-11-01T17:08:35.2909695Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_float64 PASSED [0.2167s] [ 43%] 2024-11-01T17:08:35.2910150Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_bfloat16 PASSED [0.0865s] [ 43%] 2024-11-01T17:08:35.2910639Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_complex128 PASSED [0.0867s] [ 43%] 2024-11-01T17:08:35.2911083Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_complex64 PASSED [0.0853s] [ 43%] 2024-11-01T17:08:35.2911534Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_float16 PASSED [0.0856s] [ 43%] 2024-11-01T17:08:35.2911997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_float32 PASSED [0.0859s] [ 43%] 2024-11-01T17:08:35.2912466Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_float64 PASSED [0.0838s] [ 43%] 2024-11-01T17:08:35.2912887Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int16 PASSED [0.0857s] [ 43%] 2024-11-01T17:08:35.2913304Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int32 PASSED [0.0871s] [ 43%] 2024-11-01T17:08:35.2913767Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int64 PASSED [0.0922s] [ 43%] 2024-11-01T17:08:35.2914185Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int8 PASSED [0.0933s] [ 43%] 2024-11-01T17:08:35.2914609Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_uint8 PASSED [0.0660s] [ 44%] 2024-11-01T17:08:35.2915139Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_bfloat16 PASSED [0.2319s] [ 44%] 2024-11-01T17:08:35.2915674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_complex128 PASSED [0.2246s] [ 44%] 2024-11-01T17:08:35.2916214Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_complex64 PASSED [0.2241s] [ 44%] 2024-11-01T17:08:35.2916728Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_float16 PASSED [0.2231s] [ 44%] 2024-11-01T17:08:35.2917234Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_float32 PASSED [0.2243s] [ 44%] 2024-11-01T17:08:35.2917756Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_float64 PASSED [0.2212s] [ 44%] 2024-11-01T17:08:35.2918260Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int16 PASSED [0.2228s] [ 44%] 2024-11-01T17:08:35.2918777Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int32 PASSED [0.2237s] [ 44%] 2024-11-01T17:08:35.2919276Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int64 PASSED [0.2582s] [ 44%] 2024-11-01T17:08:35.2919778Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int8 PASSED [0.2396s] [ 44%] 2024-11-01T17:08:35.2920293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_uint8 PASSED [0.1396s] [ 44%] 2024-11-01T17:08:35.2920713Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_bfloat16 PASSED [0.0134s] [ 44%] 2024-11-01T17:08:35.2921116Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_bool PASSED [0.0131s] [ 44%] 2024-11-01T17:08:35.2921566Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_complex128 PASSED [0.0142s] [ 44%] 2024-11-01T17:08:35.2922052Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_complex64 PASSED [0.0134s] [ 44%] 2024-11-01T17:08:35.2922488Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_float16 PASSED [0.0131s] [ 44%] 2024-11-01T17:08:35.2922906Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_float32 PASSED [0.0137s] [ 44%] 2024-11-01T17:08:35.2923316Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_float64 PASSED [0.0137s] [ 44%] 2024-11-01T17:08:35.2923734Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int16 PASSED [0.0131s] [ 44%] 2024-11-01T17:08:35.2924135Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int32 PASSED [0.0138s] [ 44%] 2024-11-01T17:08:35.2924577Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int64 PASSED [0.0135s] [ 44%] 2024-11-01T17:08:35.2924994Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int8 PASSED [0.0131s] [ 44%] 2024-11-01T17:08:35.2925394Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_uint8 PASSED [0.0134s] [ 44%] 2024-11-01T17:08:35.2925864Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_bfloat16 PASSED [0.0110s] [ 44%] 2024-11-01T17:08:35.2926292Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_bool PASSED [0.0110s] [ 44%] 2024-11-01T17:08:35.2926724Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_complex128 PASSED [0.0113s] [ 44%] 2024-11-01T17:08:35.2927168Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_complex64 PASSED [0.0112s] [ 44%] 2024-11-01T17:08:35.2927586Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_float16 PASSED [0.0111s] [ 44%] 2024-11-01T17:08:35.2928048Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_float32 PASSED [0.0110s] [ 44%] 2024-11-01T17:08:35.2928461Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_float64 PASSED [0.0108s] [ 44%] 2024-11-01T17:08:35.2928867Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int16 PASSED [0.0109s] [ 44%] 2024-11-01T17:08:35.2929284Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int32 PASSED [0.0112s] [ 44%] 2024-11-01T17:08:35.2929691Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int64 PASSED [0.0115s] [ 44%] 2024-11-01T17:08:35.2930090Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int8 PASSED [0.0108s] [ 44%] 2024-11-01T17:08:35.2930507Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_uint8 PASSED [0.0113s] [ 44%] 2024-11-01T17:08:35.2930922Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_bfloat16 PASSED [0.0136s] [ 44%] 2024-11-01T17:08:35.2931336Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_bool PASSED [0.0133s] [ 44%] 2024-11-01T17:08:35.2931765Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_complex128 PASSED [0.0138s] [ 44%] 2024-11-01T17:08:35.2932187Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_complex64 PASSED [0.0135s] [ 44%] 2024-11-01T17:08:35.2932613Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_float16 PASSED [0.0133s] [ 44%] 2024-11-01T17:08:35.2933025Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_float32 PASSED [0.0134s] [ 44%] 2024-11-01T17:08:35.2933439Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_float64 PASSED [0.0135s] [ 44%] 2024-11-01T17:08:35.2933848Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int16 PASSED [0.0136s] [ 44%] 2024-11-01T17:08:35.2934246Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int32 PASSED [0.0133s] [ 44%] 2024-11-01T17:08:35.2934658Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int64 PASSED [0.0133s] [ 44%] 2024-11-01T17:08:35.2935052Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int8 PASSED [0.0135s] [ 44%] 2024-11-01T17:08:35.2935447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_uint8 PASSED [0.0136s] [ 44%] 2024-11-01T17:08:35.2935875Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_bfloat16 PASSED [0.0131s] [ 44%] 2024-11-01T17:08:35.2936267Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_bool PASSED [0.0136s] [ 44%] 2024-11-01T17:08:35.2936693Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_complex128 PASSED [0.0139s] [ 44%] 2024-11-01T17:08:35.2937121Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_complex64 PASSED [0.0133s] [ 44%] 2024-11-01T17:08:35.2937529Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_float16 PASSED [0.0132s] [ 44%] 2024-11-01T17:08:35.2937985Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_float32 PASSED [0.0142s] [ 44%] 2024-11-01T17:08:35.2938387Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_float64 PASSED [0.0131s] [ 44%] 2024-11-01T17:08:35.2938783Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int16 PASSED [0.0130s] [ 44%] 2024-11-01T17:08:35.2939189Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int32 PASSED [0.0137s] [ 44%] 2024-11-01T17:08:35.2939614Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int64 PASSED [0.0135s] [ 44%] 2024-11-01T17:08:35.2940039Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int8 PASSED [0.0131s] [ 44%] 2024-11-01T17:08:35.2940444Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_uint8 PASSED [0.2380s] [ 44%] 2024-11-01T17:08:35.2940893Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_bfloat16 PASSED [0.0138s] [ 45%] 2024-11-01T17:08:35.2941389Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_float16 PASSED [0.0145s] [ 45%] 2024-11-01T17:08:35.2941829Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_float32 PASSED [0.0158s] [ 45%] 2024-11-01T17:08:35.2942277Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_float64 PASSED [0.0136s] [ 45%] 2024-11-01T17:08:35.2942746Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_bfloat16 PASSED [0.0185s] [ 45%] 2024-11-01T17:08:35.2943192Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_float16 PASSED [0.0212s] [ 45%] 2024-11-01T17:08:35.2943657Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_float32 PASSED [0.0201s] [ 45%] 2024-11-01T17:08:35.2944098Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_float64 PASSED [0.0209s] [ 45%] 2024-11-01T17:08:35.2944605Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_bfloat16 PASSED [0.0186s] [ 45%] 2024-11-01T17:08:35.2945114Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_bool PASSED [0.0215s] [ 45%] 2024-11-01T17:08:35.2945635Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_complex128 PASSED [0.0209s] [ 45%] 2024-11-01T17:08:35.2946148Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_complex32 PASSED [0.0204s] [ 45%] 2024-11-01T17:08:35.2946670Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_complex64 PASSED [0.0205s] [ 45%] 2024-11-01T17:08:35.2947172Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_float16 PASSED [0.0201s] [ 45%] 2024-11-01T17:08:35.2947680Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_float32 PASSED [0.0184s] [ 45%] 2024-11-01T17:08:35.2948316Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_float64 PASSED [0.0180s] [ 45%] 2024-11-01T17:08:35.2948866Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int16 PASSED [0.0177s] [ 45%] 2024-11-01T17:08:35.2949471Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int32 PASSED [0.0184s] [ 45%] 2024-11-01T17:08:35.2950059Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int64 PASSED [0.0179s] [ 45%] 2024-11-01T17:08:35.2950640Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int8 PASSED [0.0181s] [ 45%] 2024-11-01T17:08:35.2951200Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_uint8 PASSED [0.0177s] [ 45%] 2024-11-01T17:08:35.2951751Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_bfloat16 PASSED [0.0111s] [ 45%] 2024-11-01T17:08:35.2952262Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_float16 PASSED [0.0112s] [ 45%] 2024-11-01T17:08:35.2952850Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_float32 PASSED [0.0108s] [ 45%] 2024-11-01T17:08:35.2953370Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_float64 PASSED [0.0113s] [ 45%] 2024-11-01T17:08:35.2953898Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_bfloat16 PASSED [0.0210s] [ 45%] 2024-11-01T17:08:35.2954458Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_complex128 PASSED [0.0206s] [ 45%] 2024-11-01T17:08:35.2955015Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_complex64 PASSED [0.0207s] [ 45%] 2024-11-01T17:08:35.2955584Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_float16 PASSED [0.0207s] [ 45%] 2024-11-01T17:08:35.2956103Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_float32 PASSED [0.0204s] [ 45%] 2024-11-01T17:08:35.2956625Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_float64 PASSED [0.0207s] [ 45%] 2024-11-01T17:08:35.2957489Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_bfloat16 PASSED [0.0166s] [ 45%] 2024-11-01T17:08:35.2957978Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_complex128 PASSED [0.0174s] [ 45%] 2024-11-01T17:08:35.2958450Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_complex64 PASSED [0.0173s] [ 45%] 2024-11-01T17:08:35.2958907Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_float16 PASSED [0.0172s] [ 45%] 2024-11-01T17:08:35.2959379Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_float32 PASSED [0.0171s] [ 45%] 2024-11-01T17:08:35.2959835Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_float64 PASSED [0.0166s] [ 45%] 2024-11-01T17:08:35.2960276Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_complex128 PASSED [0.0230s] [ 45%] 2024-11-01T17:08:35.2960727Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_complex64 PASSED [0.0224s] [ 45%] 2024-11-01T17:08:35.2961151Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_float32 PASSED [0.0229s] [ 45%] 2024-11-01T17:08:35.2961580Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_float64 PASSED [0.0231s] [ 45%] 2024-11-01T17:08:35.2962100Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_bfloat16 PASSED [0.0214s] [ 45%] 2024-11-01T17:08:35.2962628Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_bool PASSED [0.0209s] [ 45%] 2024-11-01T17:08:35.2963170Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_complex128 PASSED [0.0211s] [ 45%] 2024-11-01T17:08:35.2963729Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_complex64 PASSED [0.0210s] [ 45%] 2024-11-01T17:08:35.2964231Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_float16 PASSED [0.0210s] [ 45%] 2024-11-01T17:08:35.2964795Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_float32 PASSED [0.0210s] [ 45%] 2024-11-01T17:08:35.2965295Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_float64 PASSED [0.0210s] [ 45%] 2024-11-01T17:08:35.2965842Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int16 PASSED [0.0212s] [ 45%] 2024-11-01T17:08:35.2966358Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int32 PASSED [0.0212s] [ 45%] 2024-11-01T17:08:35.2966863Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int64 PASSED [0.0203s] [ 45%] 2024-11-01T17:08:35.2967401Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int8 PASSED [0.0210s] [ 45%] 2024-11-01T17:08:35.2967903Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_uint8 PASSED [0.0203s] [ 45%] 2024-11-01T17:08:35.2968475Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_bfloat16 PASSED [0.0139s] [ 45%] 2024-11-01T17:08:35.2969370Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_bool PASSED [0.0130s] [ 45%] 2024-11-01T17:08:35.2969950Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_complex128 PASSED [0.0131s] [ 45%] 2024-11-01T17:08:35.2970525Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_complex64 PASSED [0.0132s] [ 45%] 2024-11-01T17:08:35.2971067Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_float16 PASSED [0.0130s] [ 45%] 2024-11-01T17:08:35.2971640Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_float32 PASSED [0.0129s] [ 45%] 2024-11-01T17:08:35.2972151Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_float64 PASSED [0.0133s] [ 45%] 2024-11-01T17:08:35.2972680Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int16 PASSED [0.0136s] [ 46%] 2024-11-01T17:08:35.2973261Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int32 PASSED [0.0131s] [ 46%] 2024-11-01T17:08:35.2973749Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int64 PASSED [0.0138s] [ 46%] 2024-11-01T17:08:35.2974269Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int8 PASSED [0.0131s] [ 46%] 2024-11-01T17:08:35.2974789Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_uint8 PASSED [0.0138s] [ 46%] 2024-11-01T17:08:35.2975336Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_bfloat16 PASSED [0.0205s] [ 46%] 2024-11-01T17:08:35.2975836Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_bool PASSED [0.0213s] [ 46%] 2024-11-01T17:08:35.2976393Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_complex128 PASSED [0.0206s] [ 46%] 2024-11-01T17:08:35.2976906Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_complex64 PASSED [0.0213s] [ 46%] 2024-11-01T17:08:35.2977463Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_float16 PASSED [0.0205s] [ 46%] 2024-11-01T17:08:35.2977959Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_float32 PASSED [0.0211s] [ 46%] 2024-11-01T17:08:35.2978498Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_float64 PASSED [0.0206s] [ 46%] 2024-11-01T17:08:35.2978997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int16 PASSED [0.0214s] [ 46%] 2024-11-01T17:08:35.2979522Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int32 PASSED [0.0207s] [ 46%] 2024-11-01T17:08:35.2980023Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int64 PASSED [0.0207s] [ 46%] 2024-11-01T17:08:35.2980548Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int8 PASSED [0.0212s] [ 46%] 2024-11-01T17:08:35.2981030Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_uint8 PASSED [0.0203s] [ 46%] 2024-11-01T17:08:35.2981603Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_bfloat16 PASSED [0.0212s] [ 46%] 2024-11-01T17:08:35.2982087Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_bool PASSED [0.0207s] [ 46%] 2024-11-01T17:08:35.2982646Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_complex128 PASSED [0.0210s] [ 46%] 2024-11-01T17:08:35.2983221Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_complex64 PASSED [0.0207s] [ 46%] 2024-11-01T17:08:35.2983722Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_float16 PASSED [0.0217s] [ 46%] 2024-11-01T17:08:35.2984282Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_float32 PASSED [0.0203s] [ 46%] 2024-11-01T17:08:35.2984785Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_float64 PASSED [0.0203s] [ 46%] 2024-11-01T17:08:35.2985320Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int16 PASSED [0.0206s] [ 46%] 2024-11-01T17:08:35.2985862Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int32 PASSED [0.0203s] [ 46%] 2024-11-01T17:08:35.2986392Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int64 PASSED [0.0212s] [ 46%] 2024-11-01T17:08:35.2986889Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int8 PASSED [0.0204s] [ 46%] 2024-11-01T17:08:35.2987452Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_uint8 PASSED [0.0208s] [ 46%] 2024-11-01T17:08:35.2987996Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_bfloat16 PASSED [0.0149s] [ 46%] 2024-11-01T17:08:35.2988476Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_bool PASSED [0.0141s] [ 46%] 2024-11-01T17:08:35.2988947Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_float16 PASSED [0.0140s] [ 46%] 2024-11-01T17:08:35.2989488Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_float32 PASSED [0.0142s] [ 46%] 2024-11-01T17:08:35.2989973Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_float64 PASSED [0.0145s] [ 46%] 2024-11-01T17:08:35.2990473Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int16 PASSED [0.0147s] [ 46%] 2024-11-01T17:08:35.2990942Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int32 PASSED [0.0142s] [ 46%] 2024-11-01T17:08:35.2991454Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int64 PASSED [0.0149s] [ 46%] 2024-11-01T17:08:35.2991911Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int8 PASSED [0.0142s] [ 46%] 2024-11-01T17:08:35.2992379Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_uint8 PASSED [0.0149s] [ 46%] 2024-11-01T17:08:35.2992915Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_bfloat16 PASSED [0.5030s] [ 46%] 2024-11-01T17:08:35.2993417Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_complex128 PASSED [0.5025s] [ 46%] 2024-11-01T17:08:35.2993977Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_complex64 PASSED [0.5603s] [ 46%] 2024-11-01T17:08:35.2994491Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_float16 PASSED [0.5363s] [ 46%] 2024-11-01T17:08:35.2994999Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_float32 PASSED [0.5012s] [ 46%] 2024-11-01T17:08:35.2995513Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_float64 PASSED [0.5014s] [ 46%] 2024-11-01T17:08:35.2996014Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int16 PASSED [0.4706s] [ 46%] 2024-11-01T17:08:35.2996496Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int32 PASSED [0.4720s] [ 46%] 2024-11-01T17:08:35.2996961Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int64 PASSED [0.4972s] [ 46%] 2024-11-01T17:08:35.2997395Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int8 PASSED [0.1958s] [ 46%] 2024-11-01T17:08:35.2997821Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_uint8 PASSED [0.1601s] [ 46%] 2024-11-01T17:08:35.2998342Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_bfloat16 PASSED [1.4067s] [ 46%] 2024-11-01T17:08:35.2998887Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_complex128 PASSED [1.4105s] [ 46%] 2024-11-01T17:08:35.2999417Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_complex64 PASSED [1.4573s] [ 46%] 2024-11-01T17:08:35.2999939Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_float16 PASSED [1.3982s] [ 46%] 2024-11-01T17:08:35.3000458Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_float32 PASSED [1.4054s] [ 46%] 2024-11-01T17:08:35.3000959Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_float64 PASSED [1.4046s] [ 46%] 2024-11-01T17:08:35.3001517Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int16 PASSED [1.3128s] [ 46%] 2024-11-01T17:08:35.3002195Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int32 PASSED [1.3872s] [ 46%] 2024-11-01T17:08:35.3002804Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int64 PASSED [1.4332s] [ 46%] 2024-11-01T17:08:35.3003365Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int8 PASSED [0.5379s] [ 46%] 2024-11-01T17:08:35.3003901Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_uint8 PASSED [0.4339s] [ 46%] 2024-11-01T17:08:35.3004357Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_bfloat16 PASSED [0.0164s] [ 47%] 2024-11-01T17:08:35.3004780Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_bool PASSED [0.0159s] [ 47%] 2024-11-01T17:08:35.3005271Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_complex128 PASSED [0.0451s] [ 47%] 2024-11-01T17:08:35.3005736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_complex64 PASSED [0.0445s] [ 47%] 2024-11-01T17:08:35.3006176Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_float16 PASSED [0.0156s] [ 47%] 2024-11-01T17:08:35.3006615Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_float32 PASSED [0.0279s] [ 47%] 2024-11-01T17:08:35.3007068Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_float64 PASSED [0.0282s] [ 47%] 2024-11-01T17:08:35.3007498Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int16 PASSED [0.0158s] [ 47%] 2024-11-01T17:08:35.3007937Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int32 PASSED [0.0162s] [ 47%] 2024-11-01T17:08:35.3008463Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int64 PASSED [0.0159s] [ 47%] 2024-11-01T17:08:35.3008941Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int8 PASSED [0.0157s] [ 47%] 2024-11-01T17:08:35.3009385Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_uint8 PASSED [0.0159s] [ 47%] 2024-11-01T17:08:35.3009800Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_bfloat16 PASSED [0.0176s] [ 47%] 2024-11-01T17:08:35.3010196Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_bool PASSED [0.0218s] [ 47%] 2024-11-01T17:08:35.3010637Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_complex128 PASSED [0.0169s] [ 47%] 2024-11-01T17:08:35.3011062Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_complex32 PASSED [0.0211s] [ 47%] 2024-11-01T17:08:35.3011485Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_complex64 PASSED [0.0173s] [ 47%] 2024-11-01T17:08:35.3011900Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_float16 PASSED [0.0163s] [ 47%] 2024-11-01T17:08:35.3012314Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_float32 PASSED [0.0224s] [ 47%] 2024-11-01T17:08:35.3012737Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_float64 PASSED [0.0165s] [ 47%] 2024-11-01T17:08:35.3013137Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int16 PASSED [0.0219s] [ 47%] 2024-11-01T17:08:35.3013552Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int32 PASSED [0.0190s] [ 47%] 2024-11-01T17:08:35.3013951Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int64 PASSED [0.0206s] [ 47%] 2024-11-01T17:08:35.3014402Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int8 PASSED [0.0182s] [ 47%] 2024-11-01T17:08:35.3014893Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_uint8 PASSED [0.0176s] [ 47%] 2024-11-01T17:08:35.3015322Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_bfloat16 PASSED [0.0276s] [ 47%] 2024-11-01T17:08:35.3015750Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_bool PASSED [0.0215s] [ 47%] 2024-11-01T17:08:35.3016168Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_float16 PASSED [0.0225s] [ 47%] 2024-11-01T17:08:35.3016567Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_float32 PASSED [0.0218s] [ 47%] 2024-11-01T17:08:35.3017004Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_float64 PASSED [0.0275s] [ 47%] 2024-11-01T17:08:35.3017427Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int16 PASSED [0.0239s] [ 47%] 2024-11-01T17:08:35.3017817Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int32 PASSED [0.0262s] [ 47%] 2024-11-01T17:08:35.3018211Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int64 PASSED [0.0261s] [ 47%] 2024-11-01T17:08:35.3018592Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int8 PASSED [0.0227s] [ 47%] 2024-11-01T17:08:35.3019012Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_uint8 PASSED [0.0240s] [ 47%] 2024-11-01T17:08:35.3019441Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_complex128 PASSED [0.0652s] [ 47%] 2024-11-01T17:08:35.3019852Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_complex64 PASSED [0.0589s] [ 47%] 2024-11-01T17:08:35.3020290Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_float32 PASSED [0.0562s] [ 47%] 2024-11-01T17:08:35.3020763Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_float64 PASSED [0.0565s] [ 47%] 2024-11-01T17:08:35.3021264Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_complex128 PASSED [0.0567s] [ 47%] 2024-11-01T17:08:35.3021721Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_complex64 PASSED [0.0501s] [ 47%] 2024-11-01T17:08:35.3022150Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_float32 PASSED [0.0488s] [ 47%] 2024-11-01T17:08:35.3022579Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_float64 PASSED [0.0499s] [ 47%] 2024-11-01T17:08:35.3023046Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_complex128 PASSED [0.0342s] [ 47%] 2024-11-01T17:08:35.3023496Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_complex64 PASSED [0.0419s] [ 47%] 2024-11-01T17:08:35.3023948Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_float32 PASSED [0.0420s] [ 47%] 2024-11-01T17:08:35.3024390Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_float64 PASSED [0.0417s] [ 47%] 2024-11-01T17:08:35.3024800Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_bfloat16 PASSED [0.0248s] [ 47%] 2024-11-01T17:08:35.3025197Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_bool PASSED [0.0158s] [ 47%] 2024-11-01T17:08:35.3025615Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_complex128 PASSED [0.0157s] [ 47%] 2024-11-01T17:08:35.3026044Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_complex32 PASSED [0.0153s] [ 47%] 2024-11-01T17:08:35.3026453Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_complex64 PASSED [0.0163s] [ 47%] 2024-11-01T17:08:35.3026852Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_float16 PASSED [0.0153s] [ 47%] 2024-11-01T17:08:35.3027271Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_float32 PASSED [0.0155s] [ 47%] 2024-11-01T17:08:35.3027672Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_float64 PASSED [0.0163s] [ 47%] 2024-11-01T17:08:35.3028061Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int16 PASSED [0.0153s] [ 47%] 2024-11-01T17:08:35.3028464Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int32 PASSED [0.0158s] [ 47%] 2024-11-01T17:08:35.3028851Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int64 PASSED [0.0167s] [ 47%] 2024-11-01T17:08:35.3029286Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int8 PASSED [0.0156s] [ 47%] 2024-11-01T17:08:35.3029673Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_uint8 PASSED [0.0158s] [ 47%] 2024-11-01T17:08:35.3030079Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_bfloat16 PASSED [0.0160s] [ 48%] 2024-11-01T17:08:35.3030479Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_bool PASSED [0.0153s] [ 48%] 2024-11-01T17:08:35.3030929Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_complex128 PASSED [0.0159s] [ 48%] 2024-11-01T17:08:35.3031374Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_complex32 PASSED [0.0164s] [ 48%] 2024-11-01T17:08:35.3031857Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_complex64 PASSED [0.0159s] [ 48%] 2024-11-01T17:08:35.3032357Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_float16 PASSED [0.0158s] [ 48%] 2024-11-01T17:08:35.3032810Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_float32 PASSED [0.0156s] [ 48%] 2024-11-01T17:08:35.3033213Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_float64 PASSED [0.0154s] [ 48%] 2024-11-01T17:08:35.3033605Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int16 PASSED [0.0157s] [ 48%] 2024-11-01T17:08:35.3034006Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int32 PASSED [0.0162s] [ 48%] 2024-11-01T17:08:35.3034393Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int64 PASSED [0.0155s] [ 48%] 2024-11-01T17:08:35.3034778Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int8 PASSED [0.0160s] [ 48%] 2024-11-01T17:08:35.3035175Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_uint8 PASSED [0.0156s] [ 48%] 2024-11-01T17:08:35.3035631Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_bfloat16 PASSED [0.1180s] [ 48%] 2024-11-01T17:08:35.3036097Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_float16 PASSED [0.1163s] [ 48%] 2024-11-01T17:08:35.3036542Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_float32 PASSED [0.1173s] [ 48%] 2024-11-01T17:08:35.3036989Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_float64 PASSED [0.1167s] [ 48%] 2024-11-01T17:08:35.3037443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int16 PASSED [0.0993s] [ 48%] 2024-11-01T17:08:35.3037879Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int32 PASSED [0.0991s] [ 48%] 2024-11-01T17:08:35.3038314Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int64 PASSED [0.0986s] [ 48%] 2024-11-01T17:08:35.3038763Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int8 PASSED [0.0985s] [ 48%] 2024-11-01T17:08:35.3039198Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_uint8 PASSED [0.0985s] [ 48%] 2024-11-01T17:08:35.3039668Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_bfloat16 PASSED [0.1161s] [ 48%] 2024-11-01T17:08:35.3040118Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_float16 PASSED [0.1170s] [ 48%] 2024-11-01T17:08:35.3040564Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_float32 PASSED [0.1164s] [ 48%] 2024-11-01T17:08:35.3041022Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_float64 PASSED [0.1155s] [ 48%] 2024-11-01T17:08:35.3041461Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int16 PASSED [0.0995s] [ 48%] 2024-11-01T17:08:35.3042001Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int32 PASSED [0.0993s] [ 48%] 2024-11-01T17:08:35.3042436Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int64 PASSED [0.0987s] [ 48%] 2024-11-01T17:08:35.3042869Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int8 PASSED [0.0991s] [ 48%] 2024-11-01T17:08:35.3043355Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_uint8 PASSED [0.0996s] [ 48%] 2024-11-01T17:08:35.3043822Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_bfloat16 PASSED [0.0743s] [ 48%] 2024-11-01T17:08:35.3044281Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_float16 PASSED [0.0750s] [ 48%] 2024-11-01T17:08:35.3044787Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_float32 PASSED [0.0752s] [ 48%] 2024-11-01T17:08:35.3045279Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_float64 PASSED [0.0767s] [ 48%] 2024-11-01T17:08:35.3045736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int16 PASSED [0.0645s] [ 48%] 2024-11-01T17:08:35.3046181Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int32 PASSED [0.0650s] [ 48%] 2024-11-01T17:08:35.3046666Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int64 PASSED [0.0657s] [ 48%] 2024-11-01T17:08:35.3047128Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int8 PASSED [0.0655s] [ 48%] 2024-11-01T17:08:35.3047577Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_uint8 PASSED [0.0653s] [ 48%] 2024-11-01T17:08:35.3048147Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_bfloat16 PASSED [0.0753s] [ 48%] 2024-11-01T17:08:35.3048622Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_float16 PASSED [0.0750s] [ 48%] 2024-11-01T17:08:35.3049082Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_float32 PASSED [0.0752s] [ 48%] 2024-11-01T17:08:35.3049548Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_float64 PASSED [0.0755s] [ 48%] 2024-11-01T17:08:35.3049994Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int16 PASSED [0.0649s] [ 48%] 2024-11-01T17:08:35.3050439Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int32 PASSED [0.0658s] [ 48%] 2024-11-01T17:08:35.3050899Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int64 PASSED [0.0653s] [ 48%] 2024-11-01T17:08:35.3051343Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int8 PASSED [0.0646s] [ 48%] 2024-11-01T17:08:35.3051801Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_uint8 PASSED [0.0644s] [ 48%] 2024-11-01T17:08:35.3052272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_bfloat16 PASSED [0.0292s] [ 48%] 2024-11-01T17:08:35.3052752Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_complex128 PASSED [0.0304s] [ 48%] 2024-11-01T17:08:35.3053242Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_complex64 PASSED [0.0301s] [ 48%] 2024-11-01T17:08:35.3053710Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_float16 PASSED [0.0302s] [ 48%] 2024-11-01T17:08:35.3054174Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_float32 PASSED [0.0294s] [ 48%] 2024-11-01T17:08:35.3054646Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_float64 PASSED [0.0315s] [ 48%] 2024-11-01T17:08:35.3055100Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int16 PASSED [0.0308s] [ 48%] 2024-11-01T17:08:35.3055565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int32 PASSED [0.0305s] [ 48%] 2024-11-01T17:08:35.3056018Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int64 PASSED [0.0303s] [ 48%] 2024-11-01T17:08:35.3056465Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int8 PASSED [0.0298s] [ 48%] 2024-11-01T17:08:35.3056933Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_uint8 PASSED [0.0293s] [ 48%] 2024-11-01T17:08:35.3057437Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_bfloat16 PASSED [0.0299s] [ 49%] 2024-11-01T17:08:35.3057925Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_complex128 PASSED [0.0297s] [ 49%] 2024-11-01T17:08:35.3058394Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_complex64 PASSED [0.0301s] [ 49%] 2024-11-01T17:08:35.3058886Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_float16 PASSED [0.0310s] [ 49%] 2024-11-01T17:08:35.3059385Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_float32 PASSED [0.0297s] [ 49%] 2024-11-01T17:08:35.3059837Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_float64 PASSED [0.0306s] [ 49%] 2024-11-01T17:08:35.3060286Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int16 PASSED [0.0306s] [ 49%] 2024-11-01T17:08:35.3060745Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int32 PASSED [0.0295s] [ 49%] 2024-11-01T17:08:35.3061229Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int64 PASSED [0.0302s] [ 49%] 2024-11-01T17:08:35.3061690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int8 PASSED [0.0305s] [ 49%] 2024-11-01T17:08:35.3062136Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_uint8 PASSED [0.0303s] [ 49%] 2024-11-01T17:08:35.3062594Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_bfloat16 PASSED [0.0199s] [ 49%] 2024-11-01T17:08:35.3063040Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_bool PASSED [0.0203s] [ 49%] 2024-11-01T17:08:35.3063502Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_complex128 PASSED [0.0198s] [ 49%] 2024-11-01T17:08:35.3063971Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_complex32 PASSED [0.0202s] [ 49%] 2024-11-01T17:08:35.3064426Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_complex64 PASSED [0.0195s] [ 49%] 2024-11-01T17:08:35.3064873Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_float16 PASSED [0.0200s] [ 49%] 2024-11-01T17:08:35.3065334Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_float32 PASSED [0.0195s] [ 49%] 2024-11-01T17:08:35.3065780Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_float64 PASSED [0.0198s] [ 49%] 2024-11-01T17:08:35.3066219Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int16 PASSED [0.0199s] [ 49%] 2024-11-01T17:08:35.3066674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int32 PASSED [0.0192s] [ 49%] 2024-11-01T17:08:35.3067106Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int64 PASSED [0.0201s] [ 49%] 2024-11-01T17:08:35.3067552Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int8 PASSED [0.0192s] [ 49%] 2024-11-01T17:08:35.3067988Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_uint8 PASSED [0.0197s] [ 49%] 2024-11-01T17:08:35.3068475Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_bfloat16 PASSED [0.0390s] [ 49%] 2024-11-01T17:08:35.3068977Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_float16 PASSED [0.0383s] [ 49%] 2024-11-01T17:08:35.3069462Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_float32 PASSED [0.0384s] [ 49%] 2024-11-01T17:08:35.3069944Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_float64 PASSED [0.0390s] [ 49%] 2024-11-01T17:08:35.3070439Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_bfloat16 PASSED [0.0230s] [ 49%] 2024-11-01T17:08:35.3070914Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_float16 PASSED [0.0234s] [ 49%] 2024-11-01T17:08:35.3071438Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_float32 PASSED [0.0231s] [ 49%] 2024-11-01T17:08:35.3071908Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_float64 PASSED [0.0235s] [ 49%] 2024-11-01T17:08:35.3072390Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_bfloat16 PASSED [0.1163s] [ 49%] 2024-11-01T17:08:35.3072924Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_complex128 PASSED [0.0989s] [ 49%] 2024-11-01T17:08:35.3073443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_complex64 PASSED [0.0988s] [ 49%] 2024-11-01T17:08:35.3073999Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_float16 PASSED [0.1175s] [ 49%] 2024-11-01T17:08:35.3074477Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_float32 PASSED [0.1185s] [ 49%] 2024-11-01T17:08:35.3074943Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_float64 PASSED [0.1320s] [ 49%] 2024-11-01T17:08:35.3075468Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int16 PASSED [0.1224s] [ 49%] 2024-11-01T17:08:35.3075934Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int32 PASSED [0.1070s] [ 49%] 2024-11-01T17:08:35.3076398Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int64 PASSED [0.0991s] [ 49%] 2024-11-01T17:08:35.3076878Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int8 PASSED [0.0998s] [ 49%] 2024-11-01T17:08:35.3077339Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_uint8 PASSED [0.0994s] [ 49%] 2024-11-01T17:08:35.3077801Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_bfloat16 PASSED [0.1170s] [ 49%] 2024-11-01T17:08:35.3078233Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_bool PASSED [0.0990s] [ 49%] 2024-11-01T17:08:35.3078699Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_complex128 PASSED [0.1001s] [ 49%] 2024-11-01T17:08:35.3079172Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_complex64 PASSED [0.0990s] [ 49%] 2024-11-01T17:08:35.3079622Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_float16 PASSED [0.1173s] [ 49%] 2024-11-01T17:08:35.3080090Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_float32 PASSED [0.1183s] [ 49%] 2024-11-01T17:08:35.3080537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_float64 PASSED [0.1274s] [ 49%] 2024-11-01T17:08:35.3080973Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_int16 PASSED [0.1057s] [ 49%] 2024-11-01T17:08:35.3081421Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_int32 PASSED [0.1004s] [ 49%] 2024-11-01T17:08:35.3081851Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_int64 PASSED [0.0996s] [ 49%] 2024-11-01T17:08:35.3082344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_int8 PASSED [0.0995s] [ 49%] 2024-11-01T17:08:35.3082801Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_uint8 PASSED [0.0999s] [ 49%] 2024-11-01T17:08:35.3083264Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_bfloat16 PASSED [0.0312s] [ 49%] 2024-11-01T17:08:35.3083740Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_float16 PASSED [0.0303s] [ 49%] 2024-11-01T17:08:35.3084200Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_float32 PASSED [0.0307s] [ 49%] 2024-11-01T17:08:35.3084653Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_float64 PASSED [0.0307s] [ 49%] 2024-11-01T17:08:35.3085119Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_bfloat16 PASSED [0.5535s] [ 49%] 2024-11-01T17:08:35.3085605Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_float16 PASSED [0.5543s] [ 50%] 2024-11-01T17:08:35.3086069Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_float32 PASSED [0.5514s] [ 50%] 2024-11-01T17:08:35.3086515Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_float64 PASSED [0.5543s] [ 50%] 2024-11-01T17:08:35.3086995Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_bfloat16 PASSED [0.0469s] [ 50%] 2024-11-01T17:08:35.3087776Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_complex128 PASSED [0.0474s] [ 50%] 2024-11-01T17:08:35.3088442Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_complex64 PASSED [0.0462s] [ 50%] 2024-11-01T17:08:35.3088919Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_float16 PASSED [0.0466s] [ 50%] 2024-11-01T17:08:35.3089407Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_float32 PASSED [0.0461s] [ 50%] 2024-11-01T17:08:35.3089918Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_float64 PASSED [0.0462s] [ 50%] 2024-11-01T17:08:35.3090386Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_bfloat16 PASSED [0.1170s] [ 50%] 2024-11-01T17:08:35.3090820Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_bool PASSED [0.0998s] [ 50%] 2024-11-01T17:08:35.3091289Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_complex128 PASSED [0.0996s] [ 50%] 2024-11-01T17:08:35.3091770Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_complex64 PASSED [0.0993s] [ 50%] 2024-11-01T17:08:35.3092222Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_float16 PASSED [0.1174s] [ 50%] 2024-11-01T17:08:35.3092688Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_float32 PASSED [0.1171s] [ 50%] 2024-11-01T17:08:35.3093138Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_float64 PASSED [0.1170s] [ 50%] 2024-11-01T17:08:35.3093576Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int16 PASSED [0.1001s] [ 50%] 2024-11-01T17:08:35.3094023Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int32 PASSED [0.0986s] [ 50%] 2024-11-01T17:08:35.3094458Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int64 PASSED [0.0997s] [ 50%] 2024-11-01T17:08:35.3094891Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int8 PASSED [0.0998s] [ 50%] 2024-11-01T17:08:35.3095347Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_uint8 PASSED [0.1001s] [ 50%] 2024-11-01T17:08:35.3095818Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_bfloat16 PASSED [0.0153s] [ 50%] 2024-11-01T17:08:35.3096277Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_bool PASSED [0.0154s] [ 50%] 2024-11-01T17:08:35.3096762Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_complex128 PASSED [0.0149s] [ 50%] 2024-11-01T17:08:35.3097240Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_complex64 PASSED [0.0151s] [ 50%] 2024-11-01T17:08:35.3097720Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_float16 PASSED [0.0153s] [ 50%] 2024-11-01T17:08:35.3098185Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_float32 PASSED [0.0148s] [ 50%] 2024-11-01T17:08:35.3098645Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_float64 PASSED [0.0151s] [ 50%] 2024-11-01T17:08:35.3099110Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int16 PASSED [0.0153s] [ 50%] 2024-11-01T17:08:35.3099560Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int32 PASSED [0.0146s] [ 50%] 2024-11-01T17:08:35.3100028Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int64 PASSED [0.0151s] [ 50%] 2024-11-01T17:08:35.3100513Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int8 PASSED [0.0168s] [ 50%] 2024-11-01T17:08:35.3100968Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_uint8 PASSED [0.0157s] [ 50%] 2024-11-01T17:08:35.3101443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_bfloat16 PASSED [0.0250s] [ 50%] 2024-11-01T17:08:35.3101921Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_bool PASSED [0.0206s] [ 50%] 2024-11-01T17:08:35.3102442Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_complex128 PASSED [0.0237s] [ 50%] 2024-11-01T17:08:35.3102910Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_complex64 PASSED [0.0209s] [ 50%] 2024-11-01T17:08:35.3103367Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_float16 PASSED [0.0264s] [ 50%] 2024-11-01T17:08:35.3103870Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_float32 PASSED [0.0202s] [ 50%] 2024-11-01T17:08:35.3104325Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_float64 PASSED [0.0200s] [ 50%] 2024-11-01T17:08:35.3104771Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int16 PASSED [0.0250s] [ 50%] 2024-11-01T17:08:35.3105236Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int32 PASSED [0.0199s] [ 50%] 2024-11-01T17:08:35.3105687Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int64 PASSED [0.0246s] [ 50%] 2024-11-01T17:08:35.3106146Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int8 PASSED [0.0218s] [ 50%] 2024-11-01T17:08:35.3106594Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_uint8 PASSED [0.0242s] [ 50%] 2024-11-01T17:08:35.3107064Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_bfloat16 PASSED [0.0476s] [ 50%] 2024-11-01T17:08:35.3107544Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_float16 PASSED [0.0452s] [ 50%] 2024-11-01T17:08:35.3108011Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_float32 PASSED [0.0516s] [ 50%] 2024-11-01T17:08:35.3108485Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_float64 PASSED [0.0466s] [ 50%] 2024-11-01T17:08:35.3108955Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_bfloat16 PASSED [0.0388s] [ 50%] 2024-11-01T17:08:35.3109416Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_float16 PASSED [0.0387s] [ 50%] 2024-11-01T17:08:35.3109888Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_float32 PASSED [0.0397s] [ 50%] 2024-11-01T17:08:35.3110344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_float64 PASSED [0.0394s] [ 50%] 2024-11-01T17:08:35.3110798Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_bfloat16 PASSED [0.0649s] [ 50%] 2024-11-01T17:08:35.3111272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_complex128 PASSED [0.0649s] [ 50%] 2024-11-01T17:08:35.3111726Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_complex64 PASSED [0.0652s] [ 50%] 2024-11-01T17:08:35.3112181Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_float16 PASSED [0.0646s] [ 50%] 2024-11-01T17:08:35.3112624Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_float32 PASSED [0.0650s] [ 50%] 2024-11-01T17:08:35.3113063Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_float64 PASSED [0.0631s] [ 50%] 2024-11-01T17:08:35.3113510Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int16 PASSED [0.0624s] [ 50%] 2024-11-01T17:08:35.3113940Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int32 PASSED [0.0648s] [ 51%] 2024-11-01T17:08:35.3114411Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int64 PASSED [0.0636s] [ 51%] 2024-11-01T17:08:35.3114836Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int8 PASSED [0.0638s] [ 51%] 2024-11-01T17:08:35.3115269Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_uint8 PASSED [0.0636s] [ 51%] 2024-11-01T17:08:35.3115762Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_bfloat16 PASSED [0.1149s] [ 51%] 2024-11-01T17:08:35.3116221Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_bool PASSED [0.0984s] [ 51%] 2024-11-01T17:08:35.3116680Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_complex128 PASSED [0.0984s] [ 51%] 2024-11-01T17:08:35.3117146Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_complex64 PASSED [0.0972s] [ 51%] 2024-11-01T17:08:35.3117628Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_float16 PASSED [0.1162s] [ 51%] 2024-11-01T17:08:35.3118085Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_float32 PASSED [0.1154s] [ 51%] 2024-11-01T17:08:35.3118527Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_float64 PASSED [0.1176s] [ 51%] 2024-11-01T17:08:35.3118958Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int16 PASSED [0.0996s] [ 51%] 2024-11-01T17:08:35.3119398Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int32 PASSED [0.0995s] [ 51%] 2024-11-01T17:08:35.3119830Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int64 PASSED [0.0999s] [ 51%] 2024-11-01T17:08:35.3120257Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int8 PASSED [0.1006s] [ 51%] 2024-11-01T17:08:35.3120701Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_uint8 PASSED [0.0988s] [ 51%] 2024-11-01T17:08:35.3121150Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_bfloat16 PASSED [0.0652s] [ 51%] 2024-11-01T17:08:35.3121626Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_complex128 PASSED [0.0643s] [ 51%] 2024-11-01T17:08:35.3122152Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_complex64 PASSED [0.0658s] [ 51%] 2024-11-01T17:08:35.3122599Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_float16 PASSED [0.0642s] [ 51%] 2024-11-01T17:08:35.3123061Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_float32 PASSED [0.0633s] [ 51%] 2024-11-01T17:08:35.3123505Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_float64 PASSED [0.0651s] [ 51%] 2024-11-01T17:08:35.3123951Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int16 PASSED [0.0644s] [ 51%] 2024-11-01T17:08:35.3124389Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int32 PASSED [0.0647s] [ 51%] 2024-11-01T17:08:35.3124821Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int64 PASSED [0.0653s] [ 51%] 2024-11-01T17:08:35.3125258Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int8 PASSED [0.0646s] [ 51%] 2024-11-01T17:08:35.3125683Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_uint8 PASSED [0.0648s] [ 51%] 2024-11-01T17:08:35.3126107Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_bfloat16 PASSED [0.0280s] [ 51%] 2024-11-01T17:08:35.3126562Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_complex128 PASSED [0.0456s] [ 51%] 2024-11-01T17:08:35.3126996Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_complex64 PASSED [0.0424s] [ 51%] 2024-11-01T17:08:35.3127432Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_float16 PASSED [0.0275s] [ 51%] 2024-11-01T17:08:35.3127850Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_float32 PASSED [0.0283s] [ 51%] 2024-11-01T17:08:35.3128308Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_float64 PASSED [0.0279s] [ 51%] 2024-11-01T17:08:35.3128737Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int16 PASSED [0.0278s] [ 51%] 2024-11-01T17:08:35.3129148Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int32 PASSED [0.0291s] [ 51%] 2024-11-01T17:08:35.3129594Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int64 PASSED [0.0274s] [ 51%] 2024-11-01T17:08:35.3130045Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int8 PASSED [0.0282s] [ 51%] 2024-11-01T17:08:35.3130456Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_uint8 PASSED [0.0280s] [ 51%] 2024-11-01T17:08:35.3130920Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_bfloat16 PASSED [0.0124s] [ 51%] 2024-11-01T17:08:35.3131380Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_complex128 PASSED [0.0119s] [ 51%] 2024-11-01T17:08:35.3131870Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_complex64 PASSED [0.0121s] [ 51%] 2024-11-01T17:08:35.3132324Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_float16 PASSED [0.0119s] [ 51%] 2024-11-01T17:08:35.3132767Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_float32 PASSED [0.0126s] [ 51%] 2024-11-01T17:08:35.3133206Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_float64 PASSED [0.0121s] [ 51%] 2024-11-01T17:08:35.3133675Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_bfloat16 PASSED [0.0208s] [ 51%] 2024-11-01T17:08:35.3134101Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_bool PASSED [0.0210s] [ 51%] 2024-11-01T17:08:35.3134555Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_float16 PASSED [0.0208s] [ 51%] 2024-11-01T17:08:35.3134994Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_float32 PASSED [0.0209s] [ 51%] 2024-11-01T17:08:35.3135432Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_float64 PASSED [0.0207s] [ 51%] 2024-11-01T17:08:35.3135875Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int16 PASSED [0.0210s] [ 51%] 2024-11-01T17:08:35.3136305Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int32 PASSED [0.0201s] [ 51%] 2024-11-01T17:08:35.3136741Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int64 PASSED [0.0205s] [ 51%] 2024-11-01T17:08:35.3137174Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int8 PASSED [0.0210s] [ 51%] 2024-11-01T17:08:35.3137608Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_uint8 PASSED [0.0208s] [ 51%] 2024-11-01T17:08:35.3138182Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_bfloat16 PASSED [1.7391s] [ 51%] 2024-11-01T17:08:35.3138742Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_float16 PASSED [1.7585s] [ 51%] 2024-11-01T17:08:35.3139288Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_float32 PASSED [1.7979s] [ 51%] 2024-11-01T17:08:35.3139860Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_float64 PASSED [1.7579s] [ 51%] 2024-11-01T17:08:35.3140362Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_bfloat16 PASSED [0.0122s] [ 51%] 2024-11-01T17:08:35.3140857Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_bool PASSED [0.0125s] [ 51%] 2024-11-01T17:08:35.3141350Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_float16 PASSED [0.0123s] [ 52%] 2024-11-01T17:08:35.3141841Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_float32 PASSED [0.0123s] [ 52%] 2024-11-01T17:08:35.3142380Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_float64 PASSED [0.0123s] [ 52%] 2024-11-01T17:08:35.3142861Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int16 PASSED [0.0122s] [ 52%] 2024-11-01T17:08:35.3143356Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int32 PASSED [0.0119s] [ 52%] 2024-11-01T17:08:35.3143867Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int64 PASSED [0.0119s] [ 52%] 2024-11-01T17:08:35.3144371Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int8 PASSED [0.0122s] [ 52%] 2024-11-01T17:08:35.3144863Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_uint8 PASSED [0.0121s] [ 52%] 2024-11-01T17:08:35.3145372Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_bfloat16 PASSED [0.0143s] [ 52%] 2024-11-01T17:08:35.3145912Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_bool PASSED [0.0145s] [ 52%] 2024-11-01T17:08:35.3146418Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_float16 PASSED [0.0146s] [ 52%] 2024-11-01T17:08:35.3146915Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_float32 PASSED [0.0145s] [ 52%] 2024-11-01T17:08:35.3147424Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_float64 PASSED [0.0145s] [ 52%] 2024-11-01T17:08:35.3147918Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int16 PASSED [0.0145s] [ 52%] 2024-11-01T17:08:35.3148408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int32 PASSED [0.0180s] [ 52%] 2024-11-01T17:08:35.3148913Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int64 PASSED [0.0153s] [ 52%] 2024-11-01T17:08:35.3149403Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int8 PASSED [0.0206s] [ 52%] 2024-11-01T17:08:35.3149907Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_uint8 PASSED [0.0143s] [ 52%] 2024-11-01T17:08:35.3150340Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_bfloat16 PASSED [0.0211s] [ 52%] 2024-11-01T17:08:35.3150750Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_bool PASSED [0.0210s] [ 52%] 2024-11-01T17:08:35.3151192Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_float16 PASSED [0.0205s] [ 52%] 2024-11-01T17:08:35.3151616Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_float32 PASSED [0.0213s] [ 52%] 2024-11-01T17:08:35.3152057Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_float64 PASSED [0.0207s] [ 52%] 2024-11-01T17:08:35.3152473Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int16 PASSED [0.0217s] [ 52%] 2024-11-01T17:08:35.3152893Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int32 PASSED [0.0208s] [ 52%] 2024-11-01T17:08:35.3153322Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int64 PASSED [0.0281s] [ 52%] 2024-11-01T17:08:35.3153732Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int8 PASSED [0.0218s] [ 52%] 2024-11-01T17:08:35.3154146Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_uint8 PASSED [0.0281s] [ 52%] 2024-11-01T17:08:35.3154577Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_bfloat16 PASSED [0.0405s] [ 52%] 2024-11-01T17:08:35.3155009Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_complex128 PASSED [0.0420s] [ 52%] 2024-11-01T17:08:35.3155449Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_complex64 PASSED [0.0380s] [ 52%] 2024-11-01T17:08:35.3155861Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_float16 PASSED [0.0409s] [ 52%] 2024-11-01T17:08:35.3156309Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_float32 PASSED [0.0417s] [ 52%] 2024-11-01T17:08:35.3156728Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_float64 PASSED [0.0421s] [ 52%] 2024-11-01T17:08:35.3157156Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_bfloat16 PASSED [0.0294s] [ 52%] 2024-11-01T17:08:35.3157576Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_float16 PASSED [0.0289s] [ 52%] 2024-11-01T17:08:35.3158040Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_float32 PASSED [0.0323s] [ 52%] 2024-11-01T17:08:35.3158495Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_float64 PASSED [0.0270s] [ 52%] 2024-11-01T17:08:35.3158917Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int16 PASSED [0.0328s] [ 52%] 2024-11-01T17:08:35.3159328Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int32 PASSED [0.0322s] [ 52%] 2024-11-01T17:08:35.3159771Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int64 PASSED [0.0264s] [ 52%] 2024-11-01T17:08:35.3160194Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int8 PASSED [0.0263s] [ 52%] 2024-11-01T17:08:35.3160602Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_uint8 PASSED [0.0253s] [ 52%] 2024-11-01T17:08:35.3161122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [0.0227s] [ 52%] 2024-11-01T17:08:35.3161636Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_bool PASSED [0.0214s] [ 52%] 2024-11-01T17:08:35.3162227Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_complex128 PASSED [0.0227s] [ 52%] 2024-11-01T17:08:35.3162771Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_complex64 PASSED [0.0216s] [ 52%] 2024-11-01T17:08:35.3163286Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_float16 PASSED [0.0222s] [ 52%] 2024-11-01T17:08:35.3163798Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_float32 PASSED [0.0215s] [ 52%] 2024-11-01T17:08:35.3164314Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_float64 PASSED [0.0226s] [ 52%] 2024-11-01T17:08:35.3164815Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int16 PASSED [0.0211s] [ 52%] 2024-11-01T17:08:35.3165333Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int32 PASSED [0.0223s] [ 52%] 2024-11-01T17:08:35.3165823Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int64 PASSED [0.0217s] [ 52%] 2024-11-01T17:08:35.3166319Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int8 PASSED [0.0222s] [ 52%] 2024-11-01T17:08:35.3166839Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_uint8 PASSED [0.0220s] [ 52%] 2024-11-01T17:08:35.3167371Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [0.0220s] [ 52%] 2024-11-01T17:08:35.3167892Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_bool PASSED [0.0218s] [ 52%] 2024-11-01T17:08:35.3168429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_complex128 PASSED [0.0223s] [ 52%] 2024-11-01T17:08:35.3168958Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_complex64 PASSED [0.0223s] [ 52%] 2024-11-01T17:08:35.3169491Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_float16 PASSED [0.0214s] [ 52%] 2024-11-01T17:08:35.3170005Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_float32 PASSED [0.0225s] [ 53%] 2024-11-01T17:08:35.3170554Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_float64 PASSED [0.0219s] [ 53%] 2024-11-01T17:08:35.3171078Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int16 PASSED [0.0225s] [ 53%] 2024-11-01T17:08:35.3171580Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int32 PASSED [0.0214s] [ 53%] 2024-11-01T17:08:35.3172125Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int64 PASSED [0.0221s] [ 53%] 2024-11-01T17:08:35.3172657Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int8 PASSED [0.0220s] [ 53%] 2024-11-01T17:08:35.3173169Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_uint8 PASSED [0.0220s] [ 53%] 2024-11-01T17:08:35.3173629Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_bfloat16 PASSED [0.0219s] [ 53%] 2024-11-01T17:08:35.3174089Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_bool PASSED [0.0240s] [ 53%] 2024-11-01T17:08:35.3174549Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_float16 PASSED [0.0246s] [ 53%] 2024-11-01T17:08:35.3174990Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_float32 PASSED [0.0241s] [ 53%] 2024-11-01T17:08:35.3175429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_float64 PASSED [0.0227s] [ 53%] 2024-11-01T17:08:35.3175876Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int16 PASSED [0.0237s] [ 53%] 2024-11-01T17:08:35.3176304Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int32 PASSED [0.0216s] [ 53%] 2024-11-01T17:08:35.3176726Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int64 PASSED [0.0212s] [ 53%] 2024-11-01T17:08:35.3177169Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int8 PASSED [0.0215s] [ 53%] 2024-11-01T17:08:35.3177605Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_uint8 PASSED [0.0212s] [ 53%] 2024-11-01T17:08:35.3178118Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_bfloat16 PASSED [0.0122s] [ 53%] 2024-11-01T17:08:35.3178598Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_bool PASSED [0.0128s] [ 53%] 2024-11-01T17:08:35.3179090Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_float16 PASSED [0.0119s] [ 53%] 2024-11-01T17:08:35.3179594Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_float32 PASSED [0.0123s] [ 53%] 2024-11-01T17:08:35.3180088Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_float64 PASSED [0.0125s] [ 53%] 2024-11-01T17:08:35.3180582Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int16 PASSED [0.0118s] [ 53%] 2024-11-01T17:08:35.3181063Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int32 PASSED [0.0119s] [ 53%] 2024-11-01T17:08:35.3181546Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int64 PASSED [0.0121s] [ 53%] 2024-11-01T17:08:35.3182033Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int8 PASSED [0.0126s] [ 53%] 2024-11-01T17:08:35.3182509Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_uint8 PASSED [0.0125s] [ 53%] 2024-11-01T17:08:35.3183016Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_bfloat16 PASSED [0.0144s] [ 53%] 2024-11-01T17:08:35.3183520Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_bool PASSED [0.0147s] [ 53%] 2024-11-01T17:08:35.3184017Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_float16 PASSED [0.0141s] [ 53%] 2024-11-01T17:08:35.3184529Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_float32 PASSED [0.0144s] [ 53%] 2024-11-01T17:08:35.3185057Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_float64 PASSED [0.0146s] [ 53%] 2024-11-01T17:08:35.3185547Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int16 PASSED [0.0144s] [ 53%] 2024-11-01T17:08:35.3186048Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int32 PASSED [0.0145s] [ 53%] 2024-11-01T17:08:35.3186568Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int64 PASSED [0.0147s] [ 53%] 2024-11-01T17:08:35.3187101Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int8 PASSED [0.0221s] [ 53%] 2024-11-01T17:08:35.3187592Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_uint8 PASSED [0.0228s] [ 53%] 2024-11-01T17:08:35.3188021Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_bfloat16 PASSED [0.0334s] [ 53%] 2024-11-01T17:08:35.3188822Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_bool PASSED [0.0299s] [ 53%] 2024-11-01T17:08:35.3189251Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_float16 PASSED [0.0217s] [ 53%] 2024-11-01T17:08:35.3189674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_float32 PASSED [0.0205s] [ 53%] 2024-11-01T17:08:35.3190105Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_float64 PASSED [0.0214s] [ 53%] 2024-11-01T17:08:35.3190521Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int16 PASSED [0.0213s] [ 53%] 2024-11-01T17:08:35.3190956Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int32 PASSED [0.0205s] [ 53%] 2024-11-01T17:08:35.3191372Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int64 PASSED [0.0212s] [ 53%] 2024-11-01T17:08:35.3191782Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int8 PASSED [0.0211s] [ 53%] 2024-11-01T17:08:35.3192216Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_uint8 PASSED [0.0209s] [ 53%] 2024-11-01T17:08:35.3192623Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_bfloat16 PASSED [0.0137s] [ 53%] 2024-11-01T17:08:35.3193055Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_complex128 PASSED [0.0151s] [ 53%] 2024-11-01T17:08:35.3193469Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_complex64 PASSED [0.0149s] [ 53%] 2024-11-01T17:08:35.3193872Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_float16 PASSED [0.0133s] [ 53%] 2024-11-01T17:08:35.3194284Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_float32 PASSED [0.0135s] [ 53%] 2024-11-01T17:08:35.3194682Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_float64 PASSED [0.0138s] [ 53%] 2024-11-01T17:08:35.3195074Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int16 PASSED [0.0134s] [ 53%] 2024-11-01T17:08:35.3195481Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int32 PASSED [0.0138s] [ 53%] 2024-11-01T17:08:35.3195869Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int64 PASSED [0.0135s] [ 53%] 2024-11-01T17:08:35.3196270Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int8 PASSED [0.0135s] [ 53%] 2024-11-01T17:08:35.3196659Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_uint8 PASSED [0.0135s] [ 53%] 2024-11-01T17:08:35.3197080Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_bfloat16 PASSED [0.0176s] [ 53%] 2024-11-01T17:08:35.3197498Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_bool PASSED [0.0180s] [ 53%] 2024-11-01T17:08:35.3197910Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_float16 PASSED [0.0183s] [ 53%] 2024-11-01T17:08:35.3198319Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_float32 PASSED [0.0183s] [ 54%] 2024-11-01T17:08:35.3199026Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_float64 PASSED [0.0181s] [ 54%] 2024-11-01T17:08:35.3199436Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int16 PASSED [0.0179s] [ 54%] 2024-11-01T17:08:35.3199849Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int32 PASSED [0.0182s] [ 54%] 2024-11-01T17:08:35.3200249Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int64 PASSED [0.0184s] [ 54%] 2024-11-01T17:08:35.3200679Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int8 PASSED [0.0182s] [ 54%] 2024-11-01T17:08:35.3201133Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_uint8 PASSED [0.0182s] [ 54%] 2024-11-01T17:08:35.3201568Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_bfloat16 PASSED [0.0120s] [ 54%] 2024-11-01T17:08:35.3202048Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_bool PASSED [0.0123s] [ 54%] 2024-11-01T17:08:35.3202554Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_complex128 PASSED [0.0123s] [ 54%] 2024-11-01T17:08:35.3202994Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_complex32 PASSED [0.0122s] [ 54%] 2024-11-01T17:08:35.3203454Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_complex64 PASSED [0.0124s] [ 54%] 2024-11-01T17:08:35.3203881Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_float16 PASSED [0.0122s] [ 54%] 2024-11-01T17:08:35.3204305Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_float32 PASSED [0.0124s] [ 54%] 2024-11-01T17:08:35.3204742Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_float64 PASSED [0.0123s] [ 54%] 2024-11-01T17:08:35.3205158Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int16 PASSED [0.0119s] [ 54%] 2024-11-01T17:08:35.3205573Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int32 PASSED [0.0116s] [ 54%] 2024-11-01T17:08:35.3206009Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int64 PASSED [0.0120s] [ 54%] 2024-11-01T17:08:35.3206419Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int8 PASSED [0.0118s] [ 54%] 2024-11-01T17:08:35.3206851Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_uint8 PASSED [0.0124s] [ 54%] 2024-11-01T17:08:35.3207278Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_bfloat16 PASSED [0.0125s] [ 54%] 2024-11-01T17:08:35.3207680Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_bool PASSED [0.0121s] [ 54%] 2024-11-01T17:08:35.3208110Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_float16 PASSED [0.0120s] [ 54%] 2024-11-01T17:08:35.3208526Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_float32 PASSED [0.0129s] [ 54%] 2024-11-01T17:08:35.3208954Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_float64 PASSED [0.0122s] [ 54%] 2024-11-01T17:08:35.3209364Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int16 PASSED [0.0120s] [ 54%] 2024-11-01T17:08:35.3209769Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int32 PASSED [0.0122s] [ 54%] 2024-11-01T17:08:35.3210186Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int64 PASSED [0.0123s] [ 54%] 2024-11-01T17:08:35.3210588Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int8 PASSED [0.0126s] [ 54%] 2024-11-01T17:08:35.3210997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_uint8 PASSED [0.0122s] [ 54%] 2024-11-01T17:08:35.3211421Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_bfloat16 PASSED [0.0212s] [ 54%] 2024-11-01T17:08:35.3211810Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_bool PASSED [0.0208s] [ 54%] 2024-11-01T17:08:35.3212254Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_complex128 PASSED [0.0208s] [ 54%] 2024-11-01T17:08:35.3212671Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_complex32 PASSED [0.0214s] [ 54%] 2024-11-01T17:08:35.3213121Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_complex64 PASSED [0.0205s] [ 54%] 2024-11-01T17:08:35.3213539Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_float16 PASSED [0.0216s] [ 54%] 2024-11-01T17:08:35.3213944Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_float32 PASSED [0.0205s] [ 54%] 2024-11-01T17:08:35.3214380Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_float64 PASSED [0.0210s] [ 54%] 2024-11-01T17:08:35.3214822Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int16 PASSED [0.0216s] [ 54%] 2024-11-01T17:08:35.3215216Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int32 PASSED [0.0205s] [ 54%] 2024-11-01T17:08:35.3215618Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int64 PASSED [0.0213s] [ 54%] 2024-11-01T17:08:35.3216042Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int8 PASSED [0.0207s] [ 54%] 2024-11-01T17:08:35.3216438Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_uint8 PASSED [0.0212s] [ 54%] 2024-11-01T17:08:35.3216911Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_bfloat16 PASSED [0.0181s] [ 54%] 2024-11-01T17:08:35.3217363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_float16 PASSED [0.0185s] [ 54%] 2024-11-01T17:08:35.3217816Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_float32 PASSED [0.0179s] [ 54%] 2024-11-01T17:08:35.3218276Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_float64 PASSED [0.0176s] [ 54%] 2024-11-01T17:08:35.3218681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_bfloat16 PASSED [0.0110s] [ 54%] 2024-11-01T17:08:35.3219113Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_complex128 PASSED [0.0115s] [ 54%] 2024-11-01T17:08:35.3219531Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_complex64 PASSED [0.0107s] [ 54%] 2024-11-01T17:08:35.3219935Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_float16 PASSED [0.0105s] [ 54%] 2024-11-01T17:08:35.3220348Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_float32 PASSED [0.0104s] [ 54%] 2024-11-01T17:08:35.3220747Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_float64 PASSED [0.0105s] [ 54%] 2024-11-01T17:08:35.3221156Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int16 PASSED [0.0109s] [ 54%] 2024-11-01T17:08:35.3221551Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int32 PASSED [0.0108s] [ 54%] 2024-11-01T17:08:35.3221934Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int64 PASSED [0.0109s] [ 54%] 2024-11-01T17:08:35.3222334Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int8 PASSED [0.0116s] [ 54%] 2024-11-01T17:08:35.3222718Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_uint8 PASSED [0.0106s] [ 54%] 2024-11-01T17:08:35.3223225Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_bfloat16 PASSED [0.0210s] [ 54%] 2024-11-01T17:08:35.3223740Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_float16 PASSED [0.0219s] [ 54%] 2024-11-01T17:08:35.3224241Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [0.0210s] [ 55%] 2024-11-01T17:08:35.3224756Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [0.0227s] [ 55%] 2024-11-01T17:08:35.3225244Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int16 PASSED [0.0215s] [ 55%] 2024-11-01T17:08:35.3225729Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int32 PASSED [0.0225s] [ 55%] 2024-11-01T17:08:35.3226223Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int64 PASSED [0.0217s] [ 55%] 2024-11-01T17:08:35.3226739Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int8 PASSED [0.0221s] [ 55%] 2024-11-01T17:08:35.3227222Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_uint8 PASSED [0.0215s] [ 55%] 2024-11-01T17:08:35.3227736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_bfloat16 PASSED [0.0218s] [ 55%] 2024-11-01T17:08:35.3228266Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_float16 PASSED [0.0211s] [ 55%] 2024-11-01T17:08:35.3228808Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [0.0200s] [ 55%] 2024-11-01T17:08:35.3229305Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [0.0209s] [ 55%] 2024-11-01T17:08:35.3229789Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int16 PASSED [0.0211s] [ 55%] 2024-11-01T17:08:35.3230323Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int32 PASSED [0.0226s] [ 55%] 2024-11-01T17:08:35.3230942Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int64 PASSED [0.0214s] [ 55%] 2024-11-01T17:08:35.3231536Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int8 PASSED [0.0223s] [ 55%] 2024-11-01T17:08:35.3232122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_uint8 PASSED [0.0220s] [ 55%] 2024-11-01T17:08:35.3232681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_bfloat16 PASSED [0.0213s] [ 55%] 2024-11-01T17:08:35.3233288Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_float16 PASSED [0.0222s] [ 55%] 2024-11-01T17:08:35.3233882Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [0.0214s] [ 55%] 2024-11-01T17:08:35.3234496Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [0.0212s] [ 55%] 2024-11-01T17:08:35.3235036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int16 PASSED [0.0217s] [ 55%] 2024-11-01T17:08:35.3235574Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int32 PASSED [0.0215s] [ 55%] 2024-11-01T17:08:35.3236075Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int64 PASSED [0.0216s] [ 55%] 2024-11-01T17:08:35.3236558Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int8 PASSED [0.0215s] [ 55%] 2024-11-01T17:08:35.3237045Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_uint8 PASSED [0.0215s] [ 55%] 2024-11-01T17:08:35.3237507Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_bfloat16 PASSED [0.0133s] [ 55%] 2024-11-01T17:08:35.3237934Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_bool PASSED [0.0132s] [ 55%] 2024-11-01T17:08:35.3238391Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_float16 PASSED [0.0131s] [ 55%] 2024-11-01T17:08:35.3238834Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_float32 PASSED [0.0136s] [ 55%] 2024-11-01T17:08:35.3239274Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_float64 PASSED [0.0133s] [ 55%] 2024-11-01T17:08:35.3239715Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int16 PASSED [0.0129s] [ 55%] 2024-11-01T17:08:35.3240141Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int32 PASSED [0.0132s] [ 55%] 2024-11-01T17:08:35.3240616Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int64 PASSED [0.0137s] [ 55%] 2024-11-01T17:08:35.3241106Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int8 PASSED [0.0129s] [ 55%] 2024-11-01T17:08:35.3241694Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_uint8 PASSED [0.0131s] [ 55%] 2024-11-01T17:08:35.3242286Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_bfloat16 PASSED [0.0498s] [ 55%] 2024-11-01T17:08:35.3242816Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_float16 PASSED [0.0495s] [ 55%] 2024-11-01T17:08:35.3243292Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_float32 PASSED [0.0496s] [ 55%] 2024-11-01T17:08:35.3243871Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_float64 PASSED [0.0502s] [ 55%] 2024-11-01T17:08:35.3244438Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_bfloat16 PASSED [0.0249s] [ 55%] 2024-11-01T17:08:35.3244961Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_float16 PASSED [0.0244s] [ 55%] 2024-11-01T17:08:35.3245494Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_float32 PASSED [0.0250s] [ 55%] 2024-11-01T17:08:35.3246023Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_float64 PASSED [0.0249s] [ 55%] 2024-11-01T17:08:35.3246566Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int16 PASSED [0.0241s] [ 55%] 2024-11-01T17:08:35.3247037Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int32 PASSED [0.0247s] [ 55%] 2024-11-01T17:08:35.3247564Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int64 PASSED [0.0245s] [ 55%] 2024-11-01T17:08:35.3248058Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int8 PASSED [0.0244s] [ 55%] 2024-11-01T17:08:35.3248589Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_uint8 PASSED [0.0250s] [ 55%] 2024-11-01T17:08:35.3249102Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanquantile_cpu_float32 PASSED [0.0793s] [ 55%] 2024-11-01T17:08:35.3249655Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanquantile_cpu_float64 PASSED [0.0783s] [ 55%] 2024-11-01T17:08:35.3250135Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_bfloat16 PASSED [0.0507s] [ 55%] 2024-11-01T17:08:35.3250660Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_bool PASSED [0.0375s] [ 55%] 2024-11-01T17:08:35.3251137Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_float16 PASSED [0.0503s] [ 55%] 2024-11-01T17:08:35.3251655Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_float32 PASSED [0.0507s] [ 55%] 2024-11-01T17:08:35.3252136Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_float64 PASSED [0.0505s] [ 55%] 2024-11-01T17:08:35.3252632Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int16 PASSED [0.0377s] [ 55%] 2024-11-01T17:08:35.3253122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int32 PASSED [0.0388s] [ 55%] 2024-11-01T17:08:35.3253588Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int64 PASSED [0.0369s] [ 55%] 2024-11-01T17:08:35.3254087Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int8 PASSED [0.0378s] [ 55%] 2024-11-01T17:08:35.3254567Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_uint8 PASSED [0.0379s] [ 55%] 2024-11-01T17:08:35.3255123Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_bfloat16 PASSED [0.0157s] [ 56%] 2024-11-01T17:08:35.3255629Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_bool PASSED [0.0157s] [ 56%] 2024-11-01T17:08:35.3256193Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_complex128 PASSED [0.0167s] [ 56%] 2024-11-01T17:08:35.3256741Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_complex32 PASSED [0.0163s] [ 56%] 2024-11-01T17:08:35.3257279Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_complex64 PASSED [0.0156s] [ 56%] 2024-11-01T17:08:35.3257824Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_float16 PASSED [0.0158s] [ 56%] 2024-11-01T17:08:35.3258365Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_float32 PASSED [0.0158s] [ 56%] 2024-11-01T17:08:35.3258916Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_float64 PASSED [0.0157s] [ 56%] 2024-11-01T17:08:35.3259409Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int16 PASSED [0.0157s] [ 56%] 2024-11-01T17:08:35.3259987Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int32 PASSED [0.0158s] [ 56%] 2024-11-01T17:08:35.3260556Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int64 PASSED [0.0154s] [ 56%] 2024-11-01T17:08:35.3261041Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int8 PASSED [0.0160s] [ 56%] 2024-11-01T17:08:35.3261594Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_uint8 PASSED [0.0155s] [ 56%] 2024-11-01T17:08:35.3262114Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_bfloat16 PASSED [0.0219s] [ 56%] 2024-11-01T17:08:35.3262620Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_bool PASSED [0.0217s] [ 56%] 2024-11-01T17:08:35.3263126Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_complex128 PASSED [0.0215s] [ 56%] 2024-11-01T17:08:35.3263657Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_complex32 PASSED [0.0216s] [ 56%] 2024-11-01T17:08:35.3264158Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_complex64 PASSED [0.0219s] [ 56%] 2024-11-01T17:08:35.3264682Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_float16 PASSED [0.0213s] [ 56%] 2024-11-01T17:08:35.3265156Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_float32 PASSED [0.0217s] [ 56%] 2024-11-01T17:08:35.3265692Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_float64 PASSED [0.0214s] [ 56%] 2024-11-01T17:08:35.3266159Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int16 PASSED [0.0218s] [ 56%] 2024-11-01T17:08:35.3266687Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int32 PASSED [0.0212s] [ 56%] 2024-11-01T17:08:35.3267146Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int64 PASSED [0.0213s] [ 56%] 2024-11-01T17:08:35.3267607Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int8 PASSED [0.0217s] [ 56%] 2024-11-01T17:08:35.3268122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_uint8 PASSED [0.0212s] [ 56%] 2024-11-01T17:08:35.3268709Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_bfloat16 PASSED [0.0229s] [ 56%] 2024-11-01T17:08:35.3269236Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_float16 PASSED [0.0224s] [ 56%] 2024-11-01T17:08:35.3269829Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_float32 PASSED [0.0222s] [ 56%] 2024-11-01T17:08:35.3270391Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_float64 PASSED [0.0227s] [ 56%] 2024-11-01T17:08:35.3270991Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_bfloat16 PASSED [0.0208s] [ 56%] 2024-11-01T17:08:35.3271590Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_bool PASSED [0.0209s] [ 56%] 2024-11-01T17:08:35.3272203Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_float16 PASSED [0.0209s] [ 56%] 2024-11-01T17:08:35.3272828Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_float32 PASSED [0.0210s] [ 56%] 2024-11-01T17:08:35.3273390Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_float64 PASSED [0.0210s] [ 56%] 2024-11-01T17:08:35.3273993Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int16 PASSED [0.0210s] [ 56%] 2024-11-01T17:08:35.3274633Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int32 PASSED [0.0209s] [ 56%] 2024-11-01T17:08:35.3275190Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int64 PASSED [0.0207s] [ 56%] 2024-11-01T17:08:35.3275702Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int8 PASSED [0.0212s] [ 56%] 2024-11-01T17:08:35.3276234Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_uint8 PASSED [0.0204s] [ 56%] 2024-11-01T17:08:35.3276748Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_bfloat16 PASSED [0.0335s] [ 56%] 2024-11-01T17:08:35.3277241Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_float16 PASSED [0.0341s] [ 56%] 2024-11-01T17:08:35.3277715Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_float32 PASSED [0.0342s] [ 56%] 2024-11-01T17:08:35.3278239Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_float64 PASSED [0.0336s] [ 56%] 2024-11-01T17:08:35.3278648Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_bfloat16 PASSED [0.0208s] [ 56%] 2024-11-01T17:08:35.3279036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_bool PASSED [0.0206s] [ 56%] 2024-11-01T17:08:35.3279472Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_complex128 PASSED [0.0210s] [ 56%] 2024-11-01T17:08:35.3279891Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_complex64 PASSED [0.0212s] [ 56%] 2024-11-01T17:08:35.3280363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_float16 PASSED [0.0208s] [ 56%] 2024-11-01T17:08:35.3280820Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_float32 PASSED [0.0208s] [ 56%] 2024-11-01T17:08:35.3281272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_float64 PASSED [0.0211s] [ 56%] 2024-11-01T17:08:35.3281681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int16 PASSED [0.0206s] [ 56%] 2024-11-01T17:08:35.3282123Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int32 PASSED [0.0204s] [ 56%] 2024-11-01T17:08:35.3282518Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int64 PASSED [0.0205s] [ 56%] 2024-11-01T17:08:35.3282917Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int8 PASSED [0.0206s] [ 56%] 2024-11-01T17:08:35.3283305Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_uint8 PASSED [0.0209s] [ 56%] 2024-11-01T17:08:35.3283736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_bfloat16 PASSED [0.0111s] [ 56%] 2024-11-01T17:08:35.3284161Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_complex128 PASSED [0.0109s] [ 56%] 2024-11-01T17:08:35.3284577Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_complex32 PASSED [0.0110s] [ 56%] 2024-11-01T17:08:35.3285009Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_complex64 PASSED [0.0115s] [ 56%] 2024-11-01T17:08:35.3285422Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_float16 PASSED [0.0107s] [ 57%] 2024-11-01T17:08:35.3285830Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_float32 PASSED [0.0107s] [ 57%] 2024-11-01T17:08:35.3286250Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_float64 PASSED [0.0114s] [ 57%] 2024-11-01T17:08:35.3286751Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int16 PASSED [0.0108s] [ 57%] 2024-11-01T17:08:35.3287213Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int32 PASSED [0.0107s] [ 57%] 2024-11-01T17:08:35.3287604Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int64 PASSED [0.0112s] [ 57%] 2024-11-01T17:08:35.3287995Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int8 PASSED [0.0116s] [ 57%] 2024-11-01T17:08:35.3288403Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_uint8 PASSED [0.0108s] [ 57%] 2024-11-01T17:08:35.3288892Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_bfloat16 PASSED [0.0184s] [ 57%] 2024-11-01T17:08:35.3289318Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_bool PASSED [0.0185s] [ 57%] 2024-11-01T17:08:35.3289785Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_complex128 PASSED [0.0179s] [ 57%] 2024-11-01T17:08:35.3290273Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_complex32 PASSED [0.0186s] [ 57%] 2024-11-01T17:08:35.3290763Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_complex64 PASSED [0.0184s] [ 57%] 2024-11-01T17:08:35.3291202Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_float16 PASSED [0.0179s] [ 57%] 2024-11-01T17:08:35.3291635Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_float32 PASSED [0.0184s] [ 57%] 2024-11-01T17:08:35.3292161Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_float64 PASSED [0.0187s] [ 57%] 2024-11-01T17:08:35.3292645Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int16 PASSED [0.0180s] [ 57%] 2024-11-01T17:08:35.3293077Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int32 PASSED [0.0182s] [ 57%] 2024-11-01T17:08:35.3293512Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int64 PASSED [0.0181s] [ 57%] 2024-11-01T17:08:35.3293937Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int8 PASSED [0.0184s] [ 57%] 2024-11-01T17:08:35.3294380Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_uint8 PASSED [0.0180s] [ 57%] 2024-11-01T17:08:35.3294863Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_bfloat16 PASSED [0.0180s] [ 57%] 2024-11-01T17:08:35.3295330Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_bool PASSED [0.0181s] [ 57%] 2024-11-01T17:08:35.3295846Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_complex128 PASSED [0.0182s] [ 57%] 2024-11-01T17:08:35.3296335Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_complex32 PASSED [0.0184s] [ 57%] 2024-11-01T17:08:35.3296836Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_complex64 PASSED [0.0182s] [ 57%] 2024-11-01T17:08:35.3297316Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_float16 PASSED [0.0184s] [ 57%] 2024-11-01T17:08:35.3297792Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_float32 PASSED [0.0181s] [ 57%] 2024-11-01T17:08:35.3298328Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_float64 PASSED [0.0178s] [ 57%] 2024-11-01T17:08:35.3298848Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int16 PASSED [0.0183s] [ 57%] 2024-11-01T17:08:35.3299315Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int32 PASSED [0.0184s] [ 57%] 2024-11-01T17:08:35.3299798Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int64 PASSED [0.0177s] [ 57%] 2024-11-01T17:08:35.3300260Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int8 PASSED [0.0187s] [ 57%] 2024-11-01T17:08:35.3300735Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_uint8 PASSED [0.0178s] [ 57%] 2024-11-01T17:08:35.3301173Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_bfloat16 PASSED [0.0183s] [ 57%] 2024-11-01T17:08:35.3301591Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_bool PASSED [0.0186s] [ 57%] 2024-11-01T17:08:35.3302053Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_complex128 PASSED [0.0183s] [ 57%] 2024-11-01T17:08:35.3302499Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_complex32 PASSED [0.0187s] [ 57%] 2024-11-01T17:08:35.3302994Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_complex64 PASSED [0.0184s] [ 57%] 2024-11-01T17:08:35.3303426Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_float16 PASSED [0.0184s] [ 57%] 2024-11-01T17:08:35.3303855Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_float32 PASSED [0.0183s] [ 57%] 2024-11-01T17:08:35.3304296Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_float64 PASSED [0.0185s] [ 57%] 2024-11-01T17:08:35.3304748Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int16 PASSED [0.0182s] [ 57%] 2024-11-01T17:08:35.3305196Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int32 PASSED [0.0182s] [ 57%] 2024-11-01T17:08:35.3305624Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int64 PASSED [0.0184s] [ 57%] 2024-11-01T17:08:35.3306037Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int8 PASSED [0.0185s] [ 57%] 2024-11-01T17:08:35.3306515Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_uint8 PASSED [0.0179s] [ 57%] 2024-11-01T17:08:35.3306952Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_bfloat16 PASSED [0.0191s] [ 57%] 2024-11-01T17:08:35.3307365Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_bool PASSED [0.0181s] [ 57%] 2024-11-01T17:08:35.3307828Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_complex128 PASSED [0.0178s] [ 57%] 2024-11-01T17:08:35.3308274Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_complex32 PASSED [0.0187s] [ 57%] 2024-11-01T17:08:35.3308712Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_complex64 PASSED [0.0178s] [ 57%] 2024-11-01T17:08:35.3309245Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_float16 PASSED [0.0183s] [ 57%] 2024-11-01T17:08:35.3309689Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_float32 PASSED [0.0187s] [ 57%] 2024-11-01T17:08:35.3310133Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_float64 PASSED [0.0177s] [ 57%] 2024-11-01T17:08:35.3310556Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int16 PASSED [0.0181s] [ 57%] 2024-11-01T17:08:35.3310977Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int32 PASSED [0.0183s] [ 57%] 2024-11-01T17:08:35.3311408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int64 PASSED [0.0182s] [ 57%] 2024-11-01T17:08:35.3311827Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int8 PASSED [0.0178s] [ 57%] 2024-11-01T17:08:35.3312261Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_uint8 PASSED [0.0180s] [ 57%] 2024-11-01T17:08:35.3312704Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_bfloat16 PASSED [0.0183s] [ 58%] 2024-11-01T17:08:35.3313125Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_bool PASSED [0.0178s] [ 58%] 2024-11-01T17:08:35.3313590Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_complex128 PASSED [0.0184s] [ 58%] 2024-11-01T17:08:35.3314050Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_complex32 PASSED [0.0188s] [ 58%] 2024-11-01T17:08:35.3314494Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_complex64 PASSED [0.0179s] [ 58%] 2024-11-01T17:08:35.3314943Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_float16 PASSED [0.0183s] [ 58%] 2024-11-01T17:08:35.3315381Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_float32 PASSED [0.0183s] [ 58%] 2024-11-01T17:08:35.3315812Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_float64 PASSED [0.0177s] [ 58%] 2024-11-01T17:08:35.3316247Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int16 PASSED [0.0186s] [ 58%] 2024-11-01T17:08:35.3316665Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int32 PASSED [0.0177s] [ 58%] 2024-11-01T17:08:35.3317118Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int64 PASSED [0.0179s] [ 58%] 2024-11-01T17:08:35.3317555Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int8 PASSED [0.0186s] [ 58%] 2024-11-01T17:08:35.3317979Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_uint8 PASSED [0.0177s] [ 58%] 2024-11-01T17:08:35.3318691Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_bfloat16 PASSED [0.0215s] [ 58%] 2024-11-01T17:08:35.3319308Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_float16 PASSED [0.0205s] [ 58%] 2024-11-01T17:08:35.3319738Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_float32 PASSED [0.0213s] [ 58%] 2024-11-01T17:08:35.3320188Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_float64 PASSED [0.0204s] [ 58%] 2024-11-01T17:08:35.3320794Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 PASSED [0.0172s] [ 58%] 2024-11-01T17:08:35.3321354Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_float16 PASSED [0.0175s] [ 58%] 2024-11-01T17:08:35.3321991Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [0.0165s] [ 58%] 2024-11-01T17:08:35.3322551Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [0.0177s] [ 58%] 2024-11-01T17:08:35.3323128Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 PASSED [0.0213s] [ 58%] 2024-11-01T17:08:35.3323688Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_float16 PASSED [0.0216s] [ 58%] 2024-11-01T17:08:35.3324240Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [0.0226s] [ 58%] 2024-11-01T17:08:35.3324872Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [0.0215s] [ 58%] 2024-11-01T17:08:35.3325489Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_bfloat16 PASSED [0.0242s] [ 58%] 2024-11-01T17:08:35.3326059Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_float16 PASSED [0.0240s] [ 58%] 2024-11-01T17:08:35.3326612Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [0.0247s] [ 58%] 2024-11-01T17:08:35.3327164Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [0.0236s] [ 58%] 2024-11-01T17:08:35.3327732Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_bfloat16 PASSED [0.0198s] [ 58%] 2024-11-01T17:08:35.3328287Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_float16 PASSED [0.0188s] [ 58%] 2024-11-01T17:08:35.3328853Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [0.0195s] [ 58%] 2024-11-01T17:08:35.3329406Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [0.0194s] [ 58%] 2024-11-01T17:08:35.3329965Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_bfloat16 PASSED [0.0380s] [ 58%] 2024-11-01T17:08:35.3330529Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_float16 PASSED [0.0383s] [ 58%] 2024-11-01T17:08:35.3331078Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [0.0377s] [ 58%] 2024-11-01T17:08:35.3331637Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [0.0382s] [ 58%] 2024-11-01T17:08:35.3332233Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_bfloat16 PASSED [0.0346s] [ 58%] 2024-11-01T17:08:35.3332783Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_float16 PASSED [0.0335s] [ 58%] 2024-11-01T17:08:35.3333346Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [0.0336s] [ 58%] 2024-11-01T17:08:35.3333930Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [0.0332s] [ 58%] 2024-11-01T17:08:35.3334514Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_bfloat16 PASSED [0.0329s] [ 58%] 2024-11-01T17:08:35.3335045Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_float16 PASSED [0.0324s] [ 58%] 2024-11-01T17:08:35.3335574Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_float32 PASSED [0.0326s] [ 58%] 2024-11-01T17:08:35.3336147Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_float64 PASSED [0.0328s] [ 58%] 2024-11-01T17:08:35.3336667Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_bfloat16 PASSED [0.0201s] [ 58%] 2024-11-01T17:08:35.3337179Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_float16 PASSED [0.0199s] [ 58%] 2024-11-01T17:08:35.3337697Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_float32 PASSED [0.0211s] [ 58%] 2024-11-01T17:08:35.3338206Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_float64 PASSED [0.0200s] [ 58%] 2024-11-01T17:08:35.3338719Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_int64 PASSED [0.0206s] [ 58%] 2024-11-01T17:08:35.3339235Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_bfloat16 PASSED [0.0181s] [ 58%] 2024-11-01T17:08:35.3339743Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_float16 PASSED [0.0183s] [ 58%] 2024-11-01T17:08:35.3340268Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_float32 PASSED [0.0176s] [ 58%] 2024-11-01T17:08:35.3340771Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_float64 PASSED [0.0182s] [ 58%] 2024-11-01T17:08:35.3341286Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_int64 PASSED [0.0184s] [ 58%] 2024-11-01T17:08:35.3341791Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool3d_cpu_float32 PASSED [0.0189s] [ 58%] 2024-11-01T17:08:35.3342299Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool3d_cpu_float64 PASSED [0.0199s] [ 58%] 2024-11-01T17:08:35.3342812Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool3d_cpu_int64 PASSED [0.0197s] [ 58%] 2024-11-01T17:08:35.3343330Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_bfloat16 PASSED [0.0242s] [ 58%] 2024-11-01T17:08:35.3343852Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_float16 PASSED [0.0253s] [ 58%] 2024-11-01T17:08:35.3344360Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_float32 PASSED [0.0248s] [ 59%] 2024-11-01T17:08:35.3344866Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_float64 PASSED [0.0241s] [ 59%] 2024-11-01T17:08:35.3345389Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_bfloat16 PASSED [0.0308s] [ 59%] 2024-11-01T17:08:35.3345889Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_float16 PASSED [0.0294s] [ 59%] 2024-11-01T17:08:35.3346390Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_float32 PASSED [0.0296s] [ 59%] 2024-11-01T17:08:35.3346929Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_float64 PASSED [0.0300s] [ 59%] 2024-11-01T17:08:35.3347424Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int16 PASSED [0.0296s] [ 59%] 2024-11-01T17:08:35.3347926Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int32 PASSED [0.0297s] [ 59%] 2024-11-01T17:08:35.3348445Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int64 PASSED [0.0300s] [ 59%] 2024-11-01T17:08:35.3348960Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int8 PASSED [0.0296s] [ 59%] 2024-11-01T17:08:35.3349463Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_uint8 PASSED [0.0299s] [ 59%] 2024-11-01T17:08:35.3350036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_bfloat16 PASSED [0.0236s] [ 59%] 2024-11-01T17:08:35.3350648Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_float16 PASSED [0.0236s] [ 59%] 2024-11-01T17:08:35.3351213Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_float32 PASSED [0.0229s] [ 59%] 2024-11-01T17:08:35.3351778Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_float64 PASSED [0.0237s] [ 59%] 2024-11-01T17:08:35.3352430Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 PASSED [0.0411s] [ 59%] 2024-11-01T17:08:35.3353055Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_float16 PASSED [0.0420s] [ 59%] 2024-11-01T17:08:35.3353693Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [0.0416s] [ 59%] 2024-11-01T17:08:35.3354311Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [0.0411s] [ 59%] 2024-11-01T17:08:35.3354797Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_bfloat16 PASSED [0.0133s] [ 59%] 2024-11-01T17:08:35.3355298Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_float16 PASSED [0.0136s] [ 59%] 2024-11-01T17:08:35.3355848Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_float32 PASSED [0.0130s] [ 59%] 2024-11-01T17:08:35.3356406Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_float64 PASSED [0.0131s] [ 59%] 2024-11-01T17:08:35.3356954Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_bfloat16 PASSED [0.0138s] [ 59%] 2024-11-01T17:08:35.3357476Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_bool PASSED [0.0134s] [ 59%] 2024-11-01T17:08:35.3358056Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_complex128 PASSED [0.0131s] [ 59%] 2024-11-01T17:08:35.3358610Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_complex64 PASSED [0.0133s] [ 59%] 2024-11-01T17:08:35.3359151Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_float16 PASSED [0.0137s] [ 59%] 2024-11-01T17:08:35.3359703Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_float32 PASSED [0.0135s] [ 59%] 2024-11-01T17:08:35.3360244Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_float64 PASSED [0.0136s] [ 59%] 2024-11-01T17:08:35.3360783Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int16 PASSED [0.0135s] [ 59%] 2024-11-01T17:08:35.3361313Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int32 PASSED [0.0131s] [ 59%] 2024-11-01T17:08:35.3361869Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int64 PASSED [0.0134s] [ 59%] 2024-11-01T17:08:35.3362463Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int8 PASSED [0.0134s] [ 59%] 2024-11-01T17:08:35.3363023Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_uint8 PASSED [0.0133s] [ 59%] 2024-11-01T17:08:35.3363571Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_bfloat16 PASSED [0.0219s] [ 59%] 2024-11-01T17:08:35.3364078Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_complex128 PASSED [0.0222s] [ 59%] 2024-11-01T17:08:35.3364580Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_complex64 PASSED [0.0223s] [ 59%] 2024-11-01T17:08:35.3365127Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_float16 PASSED [0.0225s] [ 59%] 2024-11-01T17:08:35.3365619Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_float32 PASSED [0.0216s] [ 59%] 2024-11-01T17:08:35.3366122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_float64 PASSED [0.0224s] [ 59%] 2024-11-01T17:08:35.3366607Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_int64 PASSED [0.0221s] [ 59%] 2024-11-01T17:08:35.3367106Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_bfloat16 PASSED [0.0465s] [ 59%] 2024-11-01T17:08:35.3367627Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_complex128 PASSED [0.0476s] [ 59%] 2024-11-01T17:08:35.3368127Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_complex64 PASSED [0.0483s] [ 59%] 2024-11-01T17:08:35.3368615Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_float16 PASSED [0.0468s] [ 59%] 2024-11-01T17:08:35.3369121Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_float32 PASSED [0.0468s] [ 59%] 2024-11-01T17:08:35.3369610Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_float64 PASSED [0.0481s] [ 59%] 2024-11-01T17:08:35.3370102Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_int64 PASSED [0.0476s] [ 59%] 2024-11-01T17:08:35.3370600Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_bfloat16 PASSED [0.0409s] [ 59%] 2024-11-01T17:08:35.3371108Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_complex128 PASSED [0.0427s] [ 59%] 2024-11-01T17:08:35.3371620Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_complex64 PASSED [0.0435s] [ 59%] 2024-11-01T17:08:35.3372109Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_float16 PASSED [0.0405s] [ 59%] 2024-11-01T17:08:35.3372615Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_float32 PASSED [0.0412s] [ 59%] 2024-11-01T17:08:35.3373103Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_float64 PASSED [0.0407s] [ 59%] 2024-11-01T17:08:35.3373578Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_int64 PASSED [0.0424s] [ 59%] 2024-11-01T17:08:35.3374143Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_bfloat16 PASSED [0.0286s] [ 59%] 2024-11-01T17:08:35.3374703Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_complex128 PASSED [0.0287s] [ 59%] 2024-11-01T17:08:35.3375265Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_complex64 PASSED [0.0290s] [ 59%] 2024-11-01T17:08:35.3375807Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_float16 PASSED [0.0247s] [ 59%] 2024-11-01T17:08:35.3376387Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_float32 PASSED [0.0283s] [ 60%] 2024-11-01T17:08:35.3376942Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_float64 PASSED [0.0233s] [ 60%] 2024-11-01T17:08:35.3377479Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_int64 PASSED [0.0221s] [ 60%] 2024-11-01T17:08:35.3378058Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_bfloat16 PASSED [0.0245s] [ 60%] 2024-11-01T17:08:35.3378661Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_complex128 PASSED [0.0247s] [ 60%] 2024-11-01T17:08:35.3379213Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_complex64 PASSED [0.0246s] [ 60%] 2024-11-01T17:08:35.3379799Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_float16 PASSED [0.0248s] [ 60%] 2024-11-01T17:08:35.3380343Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_float32 PASSED [0.0242s] [ 60%] 2024-11-01T17:08:35.3380882Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_float64 PASSED [0.0250s] [ 60%] 2024-11-01T17:08:35.3381428Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_int64 PASSED [0.0245s] [ 60%] 2024-11-01T17:08:35.3381977Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_bfloat16 PASSED [0.0220s] [ 60%] 2024-11-01T17:08:35.3382550Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_complex128 PASSED [0.0224s] [ 60%] 2024-11-01T17:08:35.3383105Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_complex64 PASSED [0.0221s] [ 60%] 2024-11-01T17:08:35.3383651Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_float16 PASSED [0.0221s] [ 60%] 2024-11-01T17:08:35.3384205Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_float32 PASSED [0.0223s] [ 60%] 2024-11-01T17:08:35.3384742Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_float64 PASSED [0.0217s] [ 60%] 2024-11-01T17:08:35.3385288Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_int64 PASSED [0.0223s] [ 60%] 2024-11-01T17:08:35.3385862Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_bfloat16 PASSED [0.0174s] [ 60%] 2024-11-01T17:08:35.3386414Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_bool PASSED [0.0175s] [ 60%] 2024-11-01T17:08:35.3386995Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_float16 PASSED [0.0176s] [ 60%] 2024-11-01T17:08:35.3387567Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [0.0175s] [ 60%] 2024-11-01T17:08:35.3388149Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [0.0177s] [ 60%] 2024-11-01T17:08:35.3388706Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int16 PASSED [0.0171s] [ 60%] 2024-11-01T17:08:35.3389262Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int32 PASSED [0.0178s] [ 60%] 2024-11-01T17:08:35.3389825Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int64 PASSED [0.0173s] [ 60%] 2024-11-01T17:08:35.3390380Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int8 PASSED [0.0173s] [ 60%] 2024-11-01T17:08:35.3390967Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_uint8 PASSED [0.0178s] [ 60%] 2024-11-01T17:08:35.3391531Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_bfloat16 PASSED [0.0204s] [ 60%] 2024-11-01T17:08:35.3392078Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_float16 PASSED [0.0209s] [ 60%] 2024-11-01T17:08:35.3392667Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_float32 PASSED [0.0212s] [ 60%] 2024-11-01T17:08:35.3393239Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_float64 PASSED [0.0208s] [ 60%] 2024-11-01T17:08:35.3393775Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_bfloat16 PASSED [0.0351s] [ 60%] 2024-11-01T17:08:35.3394315Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_float16 PASSED [0.0361s] [ 60%] 2024-11-01T17:08:35.3394877Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_float32 PASSED [0.0359s] [ 60%] 2024-11-01T17:08:35.3395415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_float64 PASSED [0.0354s] [ 60%] 2024-11-01T17:08:35.3395912Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_ctc_loss_cpu_float32 PASSED [0.0361s] [ 60%] 2024-11-01T17:08:35.3396413Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_ctc_loss_cpu_float64 PASSED [0.0406s] [ 60%] 2024-11-01T17:08:35.3396942Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_bfloat16 PASSED [0.0364s] [ 60%] 2024-11-01T17:08:35.3397450Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_float16 PASSED [0.0393s] [ 60%] 2024-11-01T17:08:35.3397961Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_float32 PASSED [0.0316s] [ 60%] 2024-11-01T17:08:35.3398468Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_float64 PASSED [0.0257s] [ 60%] 2024-11-01T17:08:35.3398981Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_bfloat16 PASSED [0.0256s] [ 60%] 2024-11-01T17:08:35.3399495Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_float16 PASSED [0.0258s] [ 60%] 2024-11-01T17:08:35.3399994Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_float32 PASSED [0.0250s] [ 60%] 2024-11-01T17:08:35.3400501Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_float64 PASSED [0.0264s] [ 60%] 2024-11-01T17:08:35.3401016Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_bfloat16 PASSED [0.0320s] [ 60%] 2024-11-01T17:08:35.3401512Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_float16 PASSED [0.0324s] [ 60%] 2024-11-01T17:08:35.3402088Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_float32 PASSED [0.0333s] [ 60%] 2024-11-01T17:08:35.3402583Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_float64 PASSED [0.0322s] [ 60%] 2024-11-01T17:08:35.3403065Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_bfloat16 PASSED [0.0135s] [ 60%] 2024-11-01T17:08:35.3403553Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_float16 PASSED [0.0133s] [ 60%] 2024-11-01T17:08:35.3404027Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_float32 PASSED [0.0127s] [ 60%] 2024-11-01T17:08:35.3404513Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_float64 PASSED [0.0129s] [ 60%] 2024-11-01T17:08:35.3405047Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_bfloat16 PASSED [0.0681s] [ 60%] 2024-11-01T17:08:35.3405616Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_float16 PASSED [0.0711s] [ 60%] 2024-11-01T17:08:35.3406162Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_float32 PASSED [0.0707s] [ 60%] 2024-11-01T17:08:35.3406684Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_float64 PASSED [0.0705s] [ 60%] 2024-11-01T17:08:35.3407243Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_bfloat16 PASSED [0.0222s] [ 60%] 2024-11-01T17:08:35.3407781Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_float16 PASSED [0.0218s] [ 60%] 2024-11-01T17:08:35.3408282Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_float32 PASSED [0.0231s] [ 60%] 2024-11-01T17:08:35.3408800Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_float64 PASSED [0.0218s] [ 61%] 2024-11-01T17:08:35.3409469Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 PASSED [0.0185s] [ 61%] 2024-11-01T17:08:35.3410093Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_float16 PASSED [0.0180s] [ 61%] 2024-11-01T17:08:35.3410724Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [0.0182s] [ 61%] 2024-11-01T17:08:35.3411347Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [0.0184s] [ 61%] 2024-11-01T17:08:35.3412131Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 PASSED [0.0214s] [ 61%] 2024-11-01T17:08:35.3412759Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_bool PASSED [0.0220s] [ 61%] 2024-11-01T17:08:35.3413415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [0.0212s] [ 61%] 2024-11-01T17:08:35.3414080Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [0.0225s] [ 61%] 2024-11-01T17:08:35.3414716Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_float16 PASSED [0.0220s] [ 61%] 2024-11-01T17:08:35.3415372Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [0.0219s] [ 61%] 2024-11-01T17:08:35.3416001Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [0.0214s] [ 61%] 2024-11-01T17:08:35.3416627Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int16 PASSED [0.0218s] [ 61%] 2024-11-01T17:08:35.3417273Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int32 PASSED [0.0217s] [ 61%] 2024-11-01T17:08:35.3417894Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int64 PASSED [0.0220s] [ 61%] 2024-11-01T17:08:35.3418534Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int8 PASSED [0.0213s] [ 61%] 2024-11-01T17:08:35.3419159Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 PASSED [0.0210s] [ 61%] 2024-11-01T17:08:35.3419735Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_bfloat16 PASSED [0.0530s] [ 61%] 2024-11-01T17:08:35.3420320Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_float16 PASSED [0.0523s] [ 61%] 2024-11-01T17:08:35.3420929Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [0.0529s] [ 61%] 2024-11-01T17:08:35.3421511Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [0.0527s] [ 61%] 2024-11-01T17:08:35.3422083Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_bfloat16 PASSED [0.0671s] [ 61%] 2024-11-01T17:08:35.3422678Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_float16 PASSED [0.0668s] [ 61%] 2024-11-01T17:08:35.3423292Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [0.0672s] [ 61%] 2024-11-01T17:08:35.3423854Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [0.0677s] [ 61%] 2024-11-01T17:08:35.3424783Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_bfloat16 PASSED [0.4109s] [ 61%] 2024-11-01T17:08:35.3425330Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_float16 PASSED [0.4081s] [ 61%] 2024-11-01T17:08:35.3425871Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [0.4545s] [ 61%] 2024-11-01T17:08:35.3426432Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [0.4418s] [ 61%] 2024-11-01T17:08:35.3426920Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_bfloat16 PASSED [0.0198s] [ 61%] 2024-11-01T17:08:35.3427414Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_float16 PASSED [0.0195s] [ 61%] 2024-11-01T17:08:35.3427893Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_float32 PASSED [0.0193s] [ 61%] 2024-11-01T17:08:35.3428374Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_float64 PASSED [0.0191s] [ 61%] 2024-11-01T17:08:35.3428871Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_bfloat16 PASSED [0.0660s] [ 61%] 2024-11-01T17:08:35.3429346Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_float16 PASSED [0.0657s] [ 61%] 2024-11-01T17:08:35.3429835Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_float32 PASSED [0.0656s] [ 61%] 2024-11-01T17:08:35.3430308Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_float64 PASSED [0.0655s] [ 61%] 2024-11-01T17:08:35.3430825Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_grid_sample_cpu_float32 PASSED [0.0463s] [ 61%] 2024-11-01T17:08:35.3431348Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_grid_sample_cpu_float64 PASSED [0.0466s] [ 61%] 2024-11-01T17:08:35.3431859Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_bfloat16 PASSED [0.0351s] [ 61%] 2024-11-01T17:08:35.3432375Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_float16 PASSED [0.0354s] [ 61%] 2024-11-01T17:08:35.3432895Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_float32 PASSED [0.0354s] [ 61%] 2024-11-01T17:08:35.3433398Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_float64 PASSED [0.0345s] [ 61%] 2024-11-01T17:08:35.3433933Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_bfloat16 PASSED [0.0166s] [ 61%] 2024-11-01T17:08:35.3434447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_float16 PASSED [0.0174s] [ 61%] 2024-11-01T17:08:35.3434950Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_float32 PASSED [0.0164s] [ 61%] 2024-11-01T17:08:35.3435469Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_float64 PASSED [0.0172s] [ 61%] 2024-11-01T17:08:35.3436280Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_bfloat16 PASSED [0.0133s] [ 61%] 2024-11-01T17:08:35.3436823Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_float16 PASSED [0.0132s] [ 61%] 2024-11-01T17:08:35.3437334Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_float32 PASSED [0.0134s] [ 61%] 2024-11-01T17:08:35.3437879Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_float64 PASSED [0.0137s] [ 61%] 2024-11-01T17:08:35.3438442Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_bfloat16 PASSED [0.0142s] [ 61%] 2024-11-01T17:08:35.3438949Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_float16 PASSED [0.0146s] [ 61%] 2024-11-01T17:08:35.3439498Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_float32 PASSED [0.0148s] [ 61%] 2024-11-01T17:08:35.3439999Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_float64 PASSED [0.0141s] [ 61%] 2024-11-01T17:08:35.3440492Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_bfloat16 PASSED [0.0154s] [ 61%] 2024-11-01T17:08:35.3441005Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_float16 PASSED [0.0161s] [ 61%] 2024-11-01T17:08:35.3441503Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_float32 PASSED [0.0218s] [ 61%] 2024-11-01T17:08:35.3442060Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_float64 PASSED [0.0161s] [ 61%] 2024-11-01T17:08:35.3442569Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int16 PASSED [0.0155s] [ 61%] 2024-11-01T17:08:35.3443056Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int32 PASSED [0.0158s] [ 61%] 2024-11-01T17:08:35.3443561Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int64 PASSED [0.0158s] [ 62%] 2024-11-01T17:08:35.3444047Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int8 PASSED [0.0156s] [ 62%] 2024-11-01T17:08:35.3444619Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [0.0225s] [ 62%] 2024-11-01T17:08:35.3445201Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_float16 PASSED [0.0226s] [ 62%] 2024-11-01T17:08:35.3445765Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [0.0230s] [ 62%] 2024-11-01T17:08:35.3446344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [0.0223s] [ 62%] 2024-11-01T17:08:35.3446864Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_bfloat16 PASSED [0.0209s] [ 62%] 2024-11-01T17:08:35.3447371Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_float16 PASSED [0.0210s] [ 62%] 2024-11-01T17:08:35.3447890Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_float32 PASSED [0.0205s] [ 62%] 2024-11-01T17:08:35.3448393Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_float64 PASSED [0.0211s] [ 62%] 2024-11-01T17:08:35.3448941Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_bfloat16 PASSED [0.0209s] [ 62%] 2024-11-01T17:08:35.3449463Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_float16 PASSED [0.0211s] [ 62%] 2024-11-01T17:08:35.3449990Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_float32 PASSED [0.0213s] [ 62%] 2024-11-01T17:08:35.3450574Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_float64 PASSED [0.0212s] [ 62%] 2024-11-01T17:08:35.3451130Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_bfloat16 PASSED [0.0314s] [ 62%] 2024-11-01T17:08:35.3451675Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_float16 PASSED [0.0324s] [ 62%] 2024-11-01T17:08:35.3452289Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_float32 PASSED [0.0308s] [ 62%] 2024-11-01T17:08:35.3452862Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_float64 PASSED [0.0315s] [ 62%] 2024-11-01T17:08:35.3453447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_bfloat16 PASSED [0.0316s] [ 62%] 2024-11-01T17:08:35.3454013Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_float16 PASSED [0.0308s] [ 62%] 2024-11-01T17:08:35.3454611Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_float32 PASSED [0.0314s] [ 62%] 2024-11-01T17:08:35.3455182Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_float64 PASSED [0.0315s] [ 62%] 2024-11-01T17:08:35.3455735Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_uint8 PASSED [0.0568s] [ 62%] 2024-11-01T17:08:35.3456323Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_bfloat16 PASSED [0.0442s] [ 62%] 2024-11-01T17:08:35.3456889Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_float16 PASSED [0.0329s] [ 62%] 2024-11-01T17:08:35.3457458Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_float32 PASSED [0.0308s] [ 62%] 2024-11-01T17:08:35.3458040Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_float64 PASSED [0.0316s] [ 62%] 2024-11-01T17:08:35.3458603Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_uint8 PASSED [0.0562s] [ 62%] 2024-11-01T17:08:35.3459176Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_bfloat16 PASSED [0.0428s] [ 62%] 2024-11-01T17:08:35.3459729Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_float16 PASSED [0.0361s] [ 62%] 2024-11-01T17:08:35.3460293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_float32 PASSED [0.0318s] [ 62%] 2024-11-01T17:08:35.3460863Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_float64 PASSED [0.0314s] [ 62%] 2024-11-01T17:08:35.3461465Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_bfloat16 PASSED [0.0314s] [ 62%] 2024-11-01T17:08:35.3462082Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_float16 PASSED [0.0311s] [ 62%] 2024-11-01T17:08:35.3462674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_float32 PASSED [0.0325s] [ 62%] 2024-11-01T17:08:35.3463272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_float64 PASSED [0.0320s] [ 62%] 2024-11-01T17:08:35.3463878Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_uint8 PASSED [0.0316s] [ 62%] 2024-11-01T17:08:35.3464452Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_bfloat16 PASSED [0.0323s] [ 62%] 2024-11-01T17:08:35.3465028Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_float16 PASSED [0.0317s] [ 62%] 2024-11-01T17:08:35.3465625Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_float32 PASSED [0.0306s] [ 62%] 2024-11-01T17:08:35.3466188Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_float64 PASSED [0.0312s] [ 62%] 2024-11-01T17:08:35.3466753Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_uint8 PASSED [0.0303s] [ 62%] 2024-11-01T17:08:35.3467365Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_bfloat16 PASSED [0.0316s] [ 62%] 2024-11-01T17:08:35.3467968Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_float16 PASSED [0.0312s] [ 62%] 2024-11-01T17:08:35.3468558Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_float32 PASSED [0.0309s] [ 62%] 2024-11-01T17:08:35.3469129Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_float64 PASSED [0.0316s] [ 62%] 2024-11-01T17:08:35.3469674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_bfloat16 PASSED [0.0369s] [ 62%] 2024-11-01T17:08:35.3470167Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_float16 PASSED [0.0429s] [ 62%] 2024-11-01T17:08:35.3470660Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_float32 PASSED [0.0433s] [ 62%] 2024-11-01T17:08:35.3471162Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_float64 PASSED [0.0435s] [ 62%] 2024-11-01T17:08:35.3471661Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_bfloat16 PASSED [0.0241s] [ 62%] 2024-11-01T17:08:35.3472185Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_complex128 PASSED [0.0278s] [ 62%] 2024-11-01T17:08:35.3472687Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_complex64 PASSED [0.0274s] [ 62%] 2024-11-01T17:08:35.3473185Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_float16 PASSED [0.0190s] [ 62%] 2024-11-01T17:08:35.3473687Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_float32 PASSED [0.0176s] [ 62%] 2024-11-01T17:08:35.3474178Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_float64 PASSED [0.0176s] [ 62%] 2024-11-01T17:08:35.3474705Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_bfloat16 PASSED [0.0175s] [ 62%] 2024-11-01T17:08:35.3475217Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_float16 PASSED [0.0168s] [ 62%] 2024-11-01T17:08:35.3475717Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_float32 PASSED [0.0174s] [ 62%] 2024-11-01T17:08:35.3476241Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_float64 PASSED [0.0176s] [ 62%] 2024-11-01T17:08:35.3476758Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_bfloat16 PASSED [0.0201s] [ 63%] 2024-11-01T17:08:35.3477267Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_float16 PASSED [0.0215s] [ 63%] 2024-11-01T17:08:35.3477783Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_float32 PASSED [0.0202s] [ 63%] 2024-11-01T17:08:35.3478296Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_float64 PASSED [0.0210s] [ 63%] 2024-11-01T17:08:35.3478810Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_bfloat16 PASSED [0.0319s] [ 63%] 2024-11-01T17:08:35.3479316Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_complex128 PASSED [0.0329s] [ 63%] 2024-11-01T17:08:35.3479817Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_complex64 PASSED [0.0327s] [ 63%] 2024-11-01T17:08:35.3480355Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_float16 PASSED [0.0328s] [ 63%] 2024-11-01T17:08:35.3480847Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_float32 PASSED [0.0323s] [ 63%] 2024-11-01T17:08:35.3481350Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_float64 PASSED [0.0324s] [ 63%] 2024-11-01T17:08:35.3481862Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int16 PASSED [0.0318s] [ 63%] 2024-11-01T17:08:35.3482432Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int32 PASSED [0.0321s] [ 63%] 2024-11-01T17:08:35.3482925Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int64 PASSED [0.0331s] [ 63%] 2024-11-01T17:08:35.3483399Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int8 PASSED [0.0309s] [ 63%] 2024-11-01T17:08:35.3483931Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_uint8 PASSED [0.0323s] [ 63%] 2024-11-01T17:08:35.3484497Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_bfloat16 PASSED [0.0228s] [ 63%] 2024-11-01T17:08:35.3485053Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_float16 PASSED [0.0237s] [ 63%] 2024-11-01T17:08:35.3485622Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_float32 PASSED [0.0226s] [ 63%] 2024-11-01T17:08:35.3486176Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_float64 PASSED [0.0232s] [ 63%] 2024-11-01T17:08:35.3486722Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_int64 PASSED [0.0227s] [ 63%] 2024-11-01T17:08:35.3487256Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_bfloat16 PASSED [0.0140s] [ 63%] 2024-11-01T17:08:35.3487774Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_float16 PASSED [0.0136s] [ 63%] 2024-11-01T17:08:35.3488294Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_float32 PASSED [0.0136s] [ 63%] 2024-11-01T17:08:35.3488806Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_float64 PASSED [0.0135s] [ 63%] 2024-11-01T17:08:35.3489372Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [0.0389s] [ 63%] 2024-11-01T17:08:35.3489941Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_float16 PASSED [0.0385s] [ 63%] 2024-11-01T17:08:35.3490495Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_float32 PASSED [0.0386s] [ 63%] 2024-11-01T17:08:35.3491059Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_float64 PASSED [0.0392s] [ 63%] 2024-11-01T17:08:35.3491605Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int16 PASSED [0.0394s] [ 63%] 2024-11-01T17:08:35.3492151Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int32 PASSED [0.0394s] [ 63%] 2024-11-01T17:08:35.3492705Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int64 PASSED [0.0383s] [ 63%] 2024-11-01T17:08:35.3493247Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int8 PASSED [0.0396s] [ 63%] 2024-11-01T17:08:35.3493803Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [0.0391s] [ 63%] 2024-11-01T17:08:35.3494319Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_bfloat16 PASSED [1.0606s] [ 63%] 2024-11-01T17:08:35.3494870Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_float16 PASSED [1.0501s] [ 63%] 2024-11-01T17:08:35.3495392Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_float32 PASSED [1.0566s] [ 63%] 2024-11-01T17:08:35.3495896Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_float64 PASSED [1.0484s] [ 63%] 2024-11-01T17:08:35.3496459Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_bfloat16 PASSED [1.8444s] [ 63%] 2024-11-01T17:08:35.3496997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_float16 PASSED [1.8661s] [ 63%] 2024-11-01T17:08:35.3497504Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_float32 PASSED [1.7435s] [ 63%] 2024-11-01T17:08:35.3498019Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_float64 PASSED [1.8089s] [ 63%] 2024-11-01T17:08:35.3498557Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int16 PASSED [1.7492s] [ 63%] 2024-11-01T17:08:35.3499048Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int32 PASSED [1.7395s] [ 63%] 2024-11-01T17:08:35.3499559Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int64 PASSED [1.7811s] [ 63%] 2024-11-01T17:08:35.3500055Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int8 PASSED [1.7933s] [ 63%] 2024-11-01T17:08:35.3500568Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_uint8 PASSED [1.7656s] [ 63%] 2024-11-01T17:08:35.3501086Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_bfloat16 PASSED [0.7035s] [ 63%] 2024-11-01T17:08:35.3501594Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_float16 PASSED [0.7403s] [ 63%] 2024-11-01T17:08:35.3502115Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_float32 PASSED [0.7272s] [ 63%] 2024-11-01T17:08:35.3502614Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_float64 PASSED [0.7037s] [ 63%] 2024-11-01T17:08:35.3503132Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int16 PASSED [0.7063s] [ 63%] 2024-11-01T17:08:35.3503630Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int32 PASSED [0.7062s] [ 63%] 2024-11-01T17:08:35.3504122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int64 PASSED [0.7057s] [ 63%] 2024-11-01T17:08:35.3504629Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int8 PASSED [0.6992s] [ 63%] 2024-11-01T17:08:35.3505126Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_uint8 PASSED [0.7018s] [ 63%] 2024-11-01T17:08:35.3505658Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_bfloat16 PASSED [0.2062s] [ 63%] 2024-11-01T17:08:35.3506190Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_float16 PASSED [0.2355s] [ 63%] 2024-11-01T17:08:35.3506707Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_float32 PASSED [0.2902s] [ 63%] 2024-11-01T17:08:35.3507242Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_float64 PASSED [0.2505s] [ 63%] 2024-11-01T17:08:35.3507795Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_bfloat16 PASSED [0.0672s] [ 63%] 2024-11-01T17:08:35.3508340Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_float16 PASSED [0.0719s] [ 64%] 2024-11-01T17:08:35.3508898Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [0.0605s] [ 64%] 2024-11-01T17:08:35.3509478Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [0.0467s] [ 64%] 2024-11-01T17:08:35.3510018Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_bfloat16 PASSED [0.4655s] [ 64%] 2024-11-01T17:08:35.3510537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_float16 PASSED [0.4732s] [ 64%] 2024-11-01T17:08:35.3511092Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_float32 PASSED [0.4791s] [ 64%] 2024-11-01T17:08:35.3511654Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_float64 PASSED [0.5034s] [ 64%] 2024-11-01T17:08:35.3512205Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_bfloat16 PASSED [0.1047s] [ 64%] 2024-11-01T17:08:35.3512911Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_float16 PASSED [0.0963s] [ 64%] 2024-11-01T17:08:35.3513571Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [0.1055s] [ 64%] 2024-11-01T17:08:35.3514158Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [0.1038s] [ 64%] 2024-11-01T17:08:35.3514703Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_bfloat16 PASSED [0.1564s] [ 64%] 2024-11-01T17:08:35.3515283Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_float16 PASSED [0.1857s] [ 64%] 2024-11-01T17:08:35.3515821Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_float32 PASSED [0.1970s] [ 64%] 2024-11-01T17:08:35.3516340Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_float64 PASSED [0.1781s] [ 64%] 2024-11-01T17:08:35.3516892Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_bfloat16 PASSED [0.0527s] [ 64%] 2024-11-01T17:08:35.3517452Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_float16 PASSED [0.0546s] [ 64%] 2024-11-01T17:08:35.3517994Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [0.0527s] [ 64%] 2024-11-01T17:08:35.3518591Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [0.0427s] [ 64%] 2024-11-01T17:08:35.3519149Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_bfloat16 PASSED [0.0185s] [ 64%] 2024-11-01T17:08:35.3519633Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_float16 PASSED [0.0128s] [ 64%] 2024-11-01T17:08:35.3520179Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_float32 PASSED [0.0134s] [ 64%] 2024-11-01T17:08:35.3520663Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_float64 PASSED [0.0139s] [ 64%] 2024-11-01T17:08:35.3521165Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mse_loss_cpu_float16 PASSED [0.0167s] [ 64%] 2024-11-01T17:08:35.3521667Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mse_loss_cpu_float32 PASSED [0.0169s] [ 64%] 2024-11-01T17:08:35.3522210Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mse_loss_cpu_float64 PASSED [0.0176s] [ 64%] 2024-11-01T17:08:35.3522836Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_bfloat16 PASSED [0.2658s] [ 64%] 2024-11-01T17:08:35.3523438Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_float16 PASSED [0.3017s] [ 64%] 2024-11-01T17:08:35.3524089Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_float32 PASSED [0.2749s] [ 64%] 2024-11-01T17:08:35.3524812Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_float64 PASSED [0.3012s] [ 64%] 2024-11-01T17:08:35.3525362Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_margin_loss_cpu_float32 PASSED [0.0234s] [ 64%] 2024-11-01T17:08:35.3525920Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_margin_loss_cpu_float64 PASSED [0.0230s] [ 64%] 2024-11-01T17:08:35.3526535Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [0.0195s] [ 64%] 2024-11-01T17:08:35.3527140Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [0.0183s] [ 64%] 2024-11-01T17:08:35.3527808Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 PASSED [0.0172s] [ 64%] 2024-11-01T17:08:35.3528408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_float16 PASSED [0.0171s] [ 64%] 2024-11-01T17:08:35.3529057Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [0.0152s] [ 64%] 2024-11-01T17:08:35.3529695Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [0.0181s] [ 64%] 2024-11-01T17:08:35.3530257Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_bfloat16 PASSED [0.0950s] [ 64%] 2024-11-01T17:08:35.3530770Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_float16 PASSED [0.0841s] [ 64%] 2024-11-01T17:08:35.3531261Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_float32 PASSED [0.0853s] [ 64%] 2024-11-01T17:08:35.3531802Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_float64 PASSED [0.0855s] [ 64%] 2024-11-01T17:08:35.3532338Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_bfloat16 PASSED [0.0195s] [ 64%] 2024-11-01T17:08:35.3532861Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_complex128 PASSED [0.0202s] [ 64%] 2024-11-01T17:08:35.3533403Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_complex64 PASSED [0.0191s] [ 64%] 2024-11-01T17:08:35.3533911Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_float16 PASSED [0.0199s] [ 64%] 2024-11-01T17:08:35.3534411Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_float32 PASSED [0.0192s] [ 64%] 2024-11-01T17:08:35.3534936Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_float64 PASSED [0.0194s] [ 64%] 2024-11-01T17:08:35.3535477Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_one_hot_cpu_int64 PASSED [0.0168s] [ 64%] 2024-11-01T17:08:35.3536076Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_bfloat16 PASSED [0.0189s] [ 64%] 2024-11-01T17:08:35.3536587Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_bool PASSED [0.0123s] [ 64%] 2024-11-01T17:08:35.3537128Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_complex128 PASSED [0.0199s] [ 64%] 2024-11-01T17:08:35.3537678Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_complex64 PASSED [0.0193s] [ 64%] 2024-11-01T17:08:35.3538203Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_float16 PASSED [0.0196s] [ 64%] 2024-11-01T17:08:35.3538737Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_float32 PASSED [0.0191s] [ 64%] 2024-11-01T17:08:35.3539251Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_float64 PASSED [0.0196s] [ 64%] 2024-11-01T17:08:35.3539809Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int16 PASSED [0.0193s] [ 64%] 2024-11-01T17:08:35.3540326Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int32 PASSED [0.0198s] [ 64%] 2024-11-01T17:08:35.3540825Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int64 PASSED [0.0189s] [ 64%] 2024-11-01T17:08:35.3541424Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int8 PASSED [0.0190s] [ 64%] 2024-11-01T17:08:35.3542028Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_uint8 PASSED [0.0205s] [ 65%] 2024-11-01T17:08:35.3542556Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_bfloat16 PASSED [0.0676s] [ 65%] 2024-11-01T17:08:35.3543078Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_bool PASSED [0.0685s] [ 65%] 2024-11-01T17:08:35.3543658Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_complex128 PASSED [0.0691s] [ 65%] 2024-11-01T17:08:35.3544191Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_complex64 PASSED [0.0688s] [ 65%] 2024-11-01T17:08:35.3544725Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_float16 PASSED [0.0684s] [ 65%] 2024-11-01T17:08:35.3545246Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_float32 PASSED [0.0673s] [ 65%] 2024-11-01T17:08:35.3545772Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_float64 PASSED [0.0679s] [ 65%] 2024-11-01T17:08:35.3546282Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int16 PASSED [0.0683s] [ 65%] 2024-11-01T17:08:35.3546816Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int32 PASSED [0.0684s] [ 65%] 2024-11-01T17:08:35.3547408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int64 PASSED [0.0680s] [ 65%] 2024-11-01T17:08:35.3547920Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int8 PASSED [0.0675s] [ 65%] 2024-11-01T17:08:35.3548446Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_uint8 PASSED [0.0761s] [ 65%] 2024-11-01T17:08:35.3548965Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_bfloat16 PASSED [0.0254s] [ 65%] 2024-11-01T17:08:35.3549504Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_complex128 PASSED [0.0315s] [ 65%] 2024-11-01T17:08:35.3550043Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_complex64 PASSED [0.0303s] [ 65%] 2024-11-01T17:08:35.3550560Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_float16 PASSED [0.0288s] [ 65%] 2024-11-01T17:08:35.3551081Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_float32 PASSED [0.0300s] [ 65%] 2024-11-01T17:08:35.3551602Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_float64 PASSED [0.0312s] [ 65%] 2024-11-01T17:08:35.3552108Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int16 PASSED [0.0305s] [ 65%] 2024-11-01T17:08:35.3552674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int32 PASSED [0.0273s] [ 65%] 2024-11-01T17:08:35.3553228Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int64 PASSED [0.0287s] [ 65%] 2024-11-01T17:08:35.3553736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int8 PASSED [0.0251s] [ 65%] 2024-11-01T17:08:35.3554262Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_uint8 PASSED [0.0282s] [ 65%] 2024-11-01T17:08:35.3554843Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_bfloat16 PASSED [0.0295s] [ 65%] 2024-11-01T17:08:35.3555406Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_complex128 PASSED [0.0253s] [ 65%] 2024-11-01T17:08:35.3555950Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_complex64 PASSED [0.0308s] [ 65%] 2024-11-01T17:08:35.3556764Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_float16 PASSED [0.0242s] [ 65%] 2024-11-01T17:08:35.3557520Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_float32 PASSED [0.0241s] [ 65%] 2024-11-01T17:08:35.3558047Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_float64 PASSED [0.0241s] [ 65%] 2024-11-01T17:08:35.3558641Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int16 PASSED [0.0241s] [ 65%] 2024-11-01T17:08:35.3559256Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int32 PASSED [0.0245s] [ 65%] 2024-11-01T17:08:35.3559771Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int64 PASSED [0.0238s] [ 65%] 2024-11-01T17:08:35.3560303Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int8 PASSED [0.0253s] [ 65%] 2024-11-01T17:08:35.3560820Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_uint8 PASSED [0.0236s] [ 65%] 2024-11-01T17:08:35.3561422Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_bfloat16 PASSED [0.0169s] [ 65%] 2024-11-01T17:08:35.3562071Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_complex128 PASSED [0.0175s] [ 65%] 2024-11-01T17:08:35.3562668Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_complex64 PASSED [0.0167s] [ 65%] 2024-11-01T17:08:35.3563259Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_float16 PASSED [0.0169s] [ 65%] 2024-11-01T17:08:35.3563836Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_float32 PASSED [0.0175s] [ 65%] 2024-11-01T17:08:35.3564471Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_float64 PASSED [0.0168s] [ 65%] 2024-11-01T17:08:35.3565110Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int16 PASSED [0.0173s] [ 65%] 2024-11-01T17:08:35.3565686Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int32 PASSED [0.0170s] [ 65%] 2024-11-01T17:08:35.3566265Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int64 PASSED [0.0174s] [ 65%] 2024-11-01T17:08:35.3566829Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int8 PASSED [0.0168s] [ 65%] 2024-11-01T17:08:35.3567396Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_uint8 PASSED [0.0177s] [ 65%] 2024-11-01T17:08:35.3567969Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [0.0181s] [ 65%] 2024-11-01T17:08:35.3568536Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_complex128 PASSED [0.0186s] [ 65%] 2024-11-01T17:08:35.3569115Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_complex64 PASSED [0.0181s] [ 65%] 2024-11-01T17:08:35.3569670Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_float16 PASSED [0.0186s] [ 65%] 2024-11-01T17:08:35.3570274Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_float32 PASSED [0.0180s] [ 65%] 2024-11-01T17:08:35.3570920Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_float64 PASSED [0.0182s] [ 65%] 2024-11-01T17:08:35.3571463Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int16 PASSED [0.0186s] [ 65%] 2024-11-01T17:08:35.3572084Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int32 PASSED [0.0178s] [ 65%] 2024-11-01T17:08:35.3572679Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int64 PASSED [0.0192s] [ 65%] 2024-11-01T17:08:35.3579775Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int8 PASSED [0.0178s] [ 65%] 2024-11-01T17:08:35.3580404Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_uint8 PASSED [0.0181s] [ 65%] 2024-11-01T17:08:35.3581001Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pdist_cpu_float32 PASSED [0.0210s] [ 65%] 2024-11-01T17:08:35.3581566Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pdist_cpu_float64 PASSED [0.0201s] [ 65%] 2024-11-01T17:08:35.3582181Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_bfloat16 PASSED [0.0160s] [ 65%] 2024-11-01T17:08:35.3582725Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_bool PASSED [0.0158s] [ 66%] 2024-11-01T17:08:35.3583278Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_complex128 PASSED [0.0162s] [ 66%] 2024-11-01T17:08:35.3583823Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_complex64 PASSED [0.0155s] [ 66%] 2024-11-01T17:08:35.3584373Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_float16 PASSED [0.0164s] [ 66%] 2024-11-01T17:08:35.3584908Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_float32 PASSED [0.0156s] [ 66%] 2024-11-01T17:08:35.3585453Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_float64 PASSED [0.0163s] [ 66%] 2024-11-01T17:08:35.3585974Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int16 PASSED [0.0156s] [ 66%] 2024-11-01T17:08:35.3586491Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int32 PASSED [0.0154s] [ 66%] 2024-11-01T17:08:35.3587027Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int64 PASSED [0.0163s] [ 66%] 2024-11-01T17:08:35.3587595Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int8 PASSED [0.0157s] [ 66%] 2024-11-01T17:08:35.3588177Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_uint8 PASSED [0.0158s] [ 66%] 2024-11-01T17:08:35.3588731Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_bfloat16 PASSED [0.0159s] [ 66%] 2024-11-01T17:08:35.3589259Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_bool PASSED [0.0163s] [ 66%] 2024-11-01T17:08:35.3589833Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [0.0160s] [ 66%] 2024-11-01T17:08:35.3590387Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [0.0160s] [ 66%] 2024-11-01T17:08:35.3590933Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_float16 PASSED [0.0162s] [ 66%] 2024-11-01T17:08:35.3591484Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_float32 PASSED [0.0159s] [ 66%] 2024-11-01T17:08:35.3592025Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_float64 PASSED [0.0161s] [ 66%] 2024-11-01T17:08:35.3592626Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int16 PASSED [0.0155s] [ 66%] 2024-11-01T17:08:35.3593164Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int32 PASSED [0.0159s] [ 66%] 2024-11-01T17:08:35.3593790Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int64 PASSED [0.0159s] [ 66%] 2024-11-01T17:08:35.3594377Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int8 PASSED [0.0159s] [ 66%] 2024-11-01T17:08:35.3594941Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_uint8 PASSED [0.0158s] [ 66%] 2024-11-01T17:08:35.3595507Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [0.0957s] [ 66%] 2024-11-01T17:08:35.3596050Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_float16 PASSED [0.1176s] [ 66%] 2024-11-01T17:08:35.3596635Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_float32 PASSED [0.1058s] [ 66%] 2024-11-01T17:08:35.3597190Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_float64 PASSED [0.0963s] [ 66%] 2024-11-01T17:08:35.3597729Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int16 PASSED [0.0968s] [ 66%] 2024-11-01T17:08:35.3598273Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int32 PASSED [0.0963s] [ 66%] 2024-11-01T17:08:35.3598806Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int64 PASSED [0.0966s] [ 66%] 2024-11-01T17:08:35.3599388Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int8 PASSED [0.0964s] [ 66%] 2024-11-01T17:08:35.3599997Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [0.0961s] [ 66%] 2024-11-01T17:08:35.3600496Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_bfloat16 PASSED [0.0406s] [ 66%] 2024-11-01T17:08:35.3601002Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_float16 PASSED [0.0405s] [ 66%] 2024-11-01T17:08:35.3601494Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_float32 PASSED [0.0399s] [ 66%] 2024-11-01T17:08:35.3602085Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_float64 PASSED [0.0401s] [ 66%] 2024-11-01T17:08:35.3602598Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_bfloat16 PASSED [0.0198s] [ 66%] 2024-11-01T17:08:35.3603085Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_float16 PASSED [0.0200s] [ 66%] 2024-11-01T17:08:35.3603570Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_float32 PASSED [0.0174s] [ 66%] 2024-11-01T17:08:35.3604075Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_float64 PASSED [0.0138s] [ 66%] 2024-11-01T17:08:35.3604552Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int16 PASSED [0.0132s] [ 66%] 2024-11-01T17:08:35.3605100Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int32 PASSED [0.0132s] [ 66%] 2024-11-01T17:08:35.3605631Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int64 PASSED [0.0137s] [ 66%] 2024-11-01T17:08:35.3606109Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int8 PASSED [0.0137s] [ 66%] 2024-11-01T17:08:35.3606595Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_uint8 PASSED [0.0130s] [ 66%] 2024-11-01T17:08:35.3607083Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_bfloat16 PASSED [0.0149s] [ 66%] 2024-11-01T17:08:35.3607628Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_float16 PASSED [0.0147s] [ 66%] 2024-11-01T17:08:35.3608113Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_float32 PASSED [0.0143s] [ 66%] 2024-11-01T17:08:35.3608594Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_float64 PASSED [0.0148s] [ 66%] 2024-11-01T17:08:35.3609119Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int16 PASSED [0.0152s] [ 66%] 2024-11-01T17:08:35.3609620Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int32 PASSED [0.0145s] [ 66%] 2024-11-01T17:08:35.3610084Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int64 PASSED [0.0149s] [ 66%] 2024-11-01T17:08:35.3610569Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int8 PASSED [0.0151s] [ 66%] 2024-11-01T17:08:35.3611175Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_uint8 PASSED [0.0145s] [ 66%] 2024-11-01T17:08:35.3611704Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_bfloat16 PASSED [0.0176s] [ 66%] 2024-11-01T17:08:35.3612224Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_complex128 PASSED [0.0177s] [ 66%] 2024-11-01T17:08:35.3612743Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_complex64 PASSED [0.0169s] [ 66%] 2024-11-01T17:08:35.3613262Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_float16 PASSED [0.0172s] [ 66%] 2024-11-01T17:08:35.3613764Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_float32 PASSED [0.0174s] [ 66%] 2024-11-01T17:08:35.3614274Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_float64 PASSED [0.0173s] [ 66%] 2024-11-01T17:08:35.3614773Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rrelu_cpu_bfloat16 PASSED [0.0160s] [ 67%] 2024-11-01T17:08:35.3615269Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rrelu_cpu_float32 PASSED [0.0158s] [ 67%] 2024-11-01T17:08:35.3615771Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rrelu_cpu_float64 PASSED [0.0157s] [ 67%] 2024-11-01T17:08:35.3616385Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_bfloat16 PASSED [0.0413s] [ 67%] 2024-11-01T17:08:35.3617098Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_float16 PASSED [0.0403s] [ 67%] 2024-11-01T17:08:35.3617722Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_float32 PASSED [0.0406s] [ 67%] 2024-11-01T17:08:35.3618322Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_float64 PASSED [0.0410s] [ 67%] 2024-11-01T17:08:35.3618831Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_bfloat16 PASSED [0.0130s] [ 67%] 2024-11-01T17:08:35.3619314Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_float16 PASSED [0.0130s] [ 67%] 2024-11-01T17:08:35.3619796Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_float32 PASSED [0.0133s] [ 67%] 2024-11-01T17:08:35.3620293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_float64 PASSED [0.0133s] [ 67%] 2024-11-01T17:08:35.3620839Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_complex_cpu_complex128 PASSED [0.0130s] [ 67%] 2024-11-01T17:08:35.3621392Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_complex_cpu_complex64 PASSED [0.0134s] [ 67%] 2024-11-01T17:08:35.3621879Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_bfloat16 PASSED [0.0136s] [ 67%] 2024-11-01T17:08:35.3622447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_float16 PASSED [0.0131s] [ 67%] 2024-11-01T17:08:35.3622998Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_float32 PASSED [0.0135s] [ 67%] 2024-11-01T17:08:35.3623483Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_float64 PASSED [0.0133s] [ 67%] 2024-11-01T17:08:35.3624078Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_bfloat16 PASSED [0.0194s] [ 67%] 2024-11-01T17:08:35.3624645Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_float16 PASSED [0.0194s] [ 67%] 2024-11-01T17:08:35.3625179Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_float32 PASSED [0.0201s] [ 67%] 2024-11-01T17:08:35.3625728Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_float64 PASSED [0.0192s] [ 67%] 2024-11-01T17:08:35.3626313Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_bfloat16 PASSED [0.0173s] [ 67%] 2024-11-01T17:08:35.3626858Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_float16 PASSED [0.0168s] [ 67%] 2024-11-01T17:08:35.3627415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_float32 PASSED [0.0166s] [ 67%] 2024-11-01T17:08:35.3627956Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_float64 PASSED [0.0174s] [ 67%] 2024-11-01T17:08:35.3628528Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_bfloat16 PASSED [0.0177s] [ 67%] 2024-11-01T17:08:35.3629082Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_float16 PASSED [0.0176s] [ 67%] 2024-11-01T17:08:35.3629581Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_float32 PASSED [0.0186s] [ 67%] 2024-11-01T17:08:35.3630093Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_float64 PASSED [0.0179s] [ 67%] 2024-11-01T17:08:35.3630653Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_bfloat16 PASSED [0.0183s] [ 67%] 2024-11-01T17:08:35.3631237Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [0.0180s] [ 67%] 2024-11-01T17:08:35.3631805Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [0.0190s] [ 67%] 2024-11-01T17:08:35.3632363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_float16 PASSED [0.0181s] [ 67%] 2024-11-01T17:08:35.3632931Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_float32 PASSED [0.0182s] [ 67%] 2024-11-01T17:08:35.3633490Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_float64 PASSED [0.0181s] [ 67%] 2024-11-01T17:08:35.3634049Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int16 PASSED [0.0175s] [ 67%] 2024-11-01T17:08:35.3634690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int32 PASSED [0.0177s] [ 67%] 2024-11-01T17:08:35.3635231Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int64 PASSED [0.0183s] [ 67%] 2024-11-01T17:08:35.3635790Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int8 PASSED [0.0176s] [ 67%] 2024-11-01T17:08:35.3636329Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_uint8 PASSED [0.0186s] [ 67%] 2024-11-01T17:08:35.3636859Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_bfloat16 PASSED [0.0131s] [ 67%] 2024-11-01T17:08:35.3637401Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_float16 PASSED [0.0131s] [ 67%] 2024-11-01T17:08:35.3637907Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_float32 PASSED [0.0143s] [ 67%] 2024-11-01T17:08:35.3638421Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_float64 PASSED [0.0136s] [ 67%] 2024-11-01T17:08:35.3638972Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_bfloat16 PASSED [0.0154s] [ 67%] 2024-11-01T17:08:35.3639515Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_float16 PASSED [0.0158s] [ 67%] 2024-11-01T17:08:35.3640102Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_float32 PASSED [0.0157s] [ 67%] 2024-11-01T17:08:35.3640714Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_float64 PASSED [0.0153s] [ 67%] 2024-11-01T17:08:35.3641373Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_bfloat16 PASSED [0.0134s] [ 67%] 2024-11-01T17:08:35.3642014Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_complex128 PASSED [0.0133s] [ 67%] 2024-11-01T17:08:35.3642627Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_complex64 PASSED [0.0132s] [ 67%] 2024-11-01T17:08:35.3643249Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_float16 PASSED [0.0132s] [ 67%] 2024-11-01T17:08:35.3643853Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_float32 PASSED [0.0134s] [ 67%] 2024-11-01T17:08:35.3644416Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_float64 PASSED [0.0134s] [ 67%] 2024-11-01T17:08:35.3645008Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int16 PASSED [0.0135s] [ 67%] 2024-11-01T17:08:35.3645605Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int32 PASSED [0.0133s] [ 67%] 2024-11-01T17:08:35.3646205Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int64 PASSED [0.0132s] [ 67%] 2024-11-01T17:08:35.3646750Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int8 PASSED [0.0132s] [ 67%] 2024-11-01T17:08:35.3647357Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_uint8 PASSED [0.0134s] [ 67%] 2024-11-01T17:08:35.3647985Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_bfloat16 PASSED [0.0132s] [ 67%] 2024-11-01T17:08:35.3648623Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_complex128 PASSED [0.0139s] [ 68%] 2024-11-01T17:08:35.3649242Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_complex64 PASSED [0.0138s] [ 68%] 2024-11-01T17:08:35.3649832Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_float16 PASSED [0.0131s] [ 68%] 2024-11-01T17:08:35.3650447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_float32 PASSED [0.0133s] [ 68%] 2024-11-01T17:08:35.3651071Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_float64 PASSED [0.0138s] [ 68%] 2024-11-01T17:08:35.3651672Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int16 PASSED [0.0131s] [ 68%] 2024-11-01T17:08:35.3652246Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int32 PASSED [0.0138s] [ 68%] 2024-11-01T17:08:35.3652846Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int64 PASSED [0.0132s] [ 68%] 2024-11-01T17:08:35.3653448Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int8 PASSED [0.0132s] [ 68%] 2024-11-01T17:08:35.3654110Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_uint8 PASSED [0.0136s] [ 68%] 2024-11-01T17:08:35.3654682Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_bfloat16 PASSED [0.0148s] [ 68%] 2024-11-01T17:08:35.3655299Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_float16 PASSED [0.0149s] [ 68%] 2024-11-01T17:08:35.3655942Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_float32 PASSED [0.0172s] [ 68%] 2024-11-01T17:08:35.3656578Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_float64 PASSED [0.0169s] [ 68%] 2024-11-01T17:08:35.3657195Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int16 PASSED [0.0142s] [ 68%] 2024-11-01T17:08:35.3657774Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int32 PASSED [0.0146s] [ 68%] 2024-11-01T17:08:35.3658369Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int64 PASSED [0.0169s] [ 68%] 2024-11-01T17:08:35.3658979Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int8 PASSED [0.0140s] [ 68%] 2024-11-01T17:08:35.3659571Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_uint8 PASSED [0.0146s] [ 68%] 2024-11-01T17:08:35.3660256Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_bfloat16 PASSED [0.0183s] [ 68%] 2024-11-01T17:08:35.3660936Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [0.0184s] [ 68%] 2024-11-01T17:08:35.3661614Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [0.0184s] [ 68%] 2024-11-01T17:08:35.3662284Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_float16 PASSED [0.0178s] [ 68%] 2024-11-01T17:08:35.3662926Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_float32 PASSED [0.0182s] [ 68%] 2024-11-01T17:08:35.3663568Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_float64 PASSED [0.0187s] [ 68%] 2024-11-01T17:08:35.3664211Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int16 PASSED [0.0180s] [ 68%] 2024-11-01T17:08:35.3664860Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int32 PASSED [0.0186s] [ 68%] 2024-11-01T17:08:35.3665528Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int64 PASSED [0.0182s] [ 68%] 2024-11-01T17:08:35.3666173Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int8 PASSED [0.0183s] [ 68%] 2024-11-01T17:08:35.3666830Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_uint8 PASSED [0.0183s] [ 68%] 2024-11-01T17:08:35.3667573Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 PASSED [0.0186s] [ 68%] 2024-11-01T17:08:35.3668317Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [0.0188s] [ 68%] 2024-11-01T17:08:35.3669124Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [0.0183s] [ 68%] 2024-11-01T17:08:35.3669859Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_float16 PASSED [0.0188s] [ 68%] 2024-11-01T17:08:35.3670599Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [0.0187s] [ 68%] 2024-11-01T17:08:35.3671332Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [0.0187s] [ 68%] 2024-11-01T17:08:35.3672088Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int16 PASSED [0.0187s] [ 68%] 2024-11-01T17:08:35.3672857Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int32 PASSED [0.0188s] [ 68%] 2024-11-01T17:08:35.3673507Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int64 PASSED [0.0181s] [ 68%] 2024-11-01T17:08:35.3674166Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int8 PASSED [0.0190s] [ 68%] 2024-11-01T17:08:35.3674783Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 PASSED [0.0182s] [ 68%] 2024-11-01T17:08:35.3675280Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_bfloat16 PASSED [0.2017s] [ 68%] 2024-11-01T17:08:35.3676182Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_bool PASSED [0.2025s] [ 68%] 2024-11-01T17:08:35.3676694Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_complex128 PASSED [0.2263s] [ 68%] 2024-11-01T17:08:35.3677215Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_complex64 PASSED [0.2712s] [ 68%] 2024-11-01T17:08:35.3677714Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_float16 PASSED [0.2230s] [ 68%] 2024-11-01T17:08:35.3678269Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_float32 PASSED [0.2027s] [ 68%] 2024-11-01T17:08:35.3678827Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_float64 PASSED [0.2138s] [ 68%] 2024-11-01T17:08:35.3679441Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_bfloat16 PASSED [0.0185s] [ 68%] 2024-11-01T17:08:35.3679999Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_float16 PASSED [0.0186s] [ 68%] 2024-11-01T17:08:35.3680569Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_float32 PASSED [0.0150s] [ 68%] 2024-11-01T17:08:35.3681122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_float64 PASSED [0.0154s] [ 68%] 2024-11-01T17:08:35.3681682Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_uint8 PASSED [0.0159s] [ 68%] 2024-11-01T17:08:35.3682327Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_bfloat16 PASSED [0.0319s] [ 68%] 2024-11-01T17:08:35.3682877Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_float16 PASSED [0.0259s] [ 68%] 2024-11-01T17:08:35.3683443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_float32 PASSED [0.0247s] [ 68%] 2024-11-01T17:08:35.3683987Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_float64 PASSED [0.0238s] [ 68%] 2024-11-01T17:08:35.3684597Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_uint8 PASSED [0.0237s] [ 68%] 2024-11-01T17:08:35.3685132Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_bfloat16 PASSED [0.0377s] [ 68%] 2024-11-01T17:08:35.3685555Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_bool PASSED [0.0371s] [ 68%] 2024-11-01T17:08:35.3686022Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_complex128 PASSED [0.0382s] [ 69%] 2024-11-01T17:08:35.3686465Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_complex32 PASSED [0.0377s] [ 69%] 2024-11-01T17:08:35.3686916Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_complex64 PASSED [0.0377s] [ 69%] 2024-11-01T17:08:35.3687672Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_float16 PASSED [0.0378s] [ 69%] 2024-11-01T17:08:35.3688106Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_float32 PASSED [0.0376s] [ 69%] 2024-11-01T17:08:35.3688542Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_float64 PASSED [0.0377s] [ 69%] 2024-11-01T17:08:35.3689003Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int16 PASSED [0.0383s] [ 69%] 2024-11-01T17:08:35.3689454Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int32 PASSED [0.0370s] [ 69%] 2024-11-01T17:08:35.3689889Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int64 PASSED [0.0373s] [ 69%] 2024-11-01T17:08:35.3690308Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int8 PASSED [0.0376s] [ 69%] 2024-11-01T17:08:35.3690847Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_uint8 PASSED [0.0377s] [ 69%] 2024-11-01T17:08:35.3691415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_bfloat16 PASSED [0.0796s] [ 69%] 2024-11-01T17:08:35.3691871Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_bool PASSED [0.0790s] [ 69%] 2024-11-01T17:08:35.3692366Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_complex128 PASSED [0.0804s] [ 69%] 2024-11-01T17:08:35.3692846Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_complex32 PASSED [0.0798s] [ 69%] 2024-11-01T17:08:35.3693322Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_complex64 PASSED [0.0799s] [ 69%] 2024-11-01T17:08:35.3693801Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_float16 PASSED [0.0797s] [ 69%] 2024-11-01T17:08:35.3694264Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_float32 PASSED [0.0794s] [ 69%] 2024-11-01T17:08:35.3694748Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_float64 PASSED [0.0799s] [ 69%] 2024-11-01T17:08:35.3695202Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int16 PASSED [0.0788s] [ 69%] 2024-11-01T17:08:35.3695654Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int32 PASSED [0.0800s] [ 69%] 2024-11-01T17:08:35.3696125Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int64 PASSED [0.0800s] [ 69%] 2024-11-01T17:08:35.3696632Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int8 PASSED [0.0791s] [ 69%] 2024-11-01T17:08:35.3697187Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_uint8 PASSED [0.0795s] [ 69%] 2024-11-01T17:08:35.3697618Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_bfloat16 PASSED [0.0597s] [ 69%] 2024-11-01T17:08:35.3698049Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_complex128 PASSED [0.0599s] [ 69%] 2024-11-01T17:08:35.3698495Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_complex64 PASSED [0.0603s] [ 69%] 2024-11-01T17:08:35.3698907Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_float16 PASSED [0.0599s] [ 69%] 2024-11-01T17:08:35.3699313Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_float32 PASSED [0.0595s] [ 69%] 2024-11-01T17:08:35.3699737Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_float64 PASSED [0.0597s] [ 69%] 2024-11-01T17:08:35.3700178Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_bfloat16 PASSED [0.0138s] [ 69%] 2024-11-01T17:08:35.3700646Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_complex128 PASSED [0.0134s] [ 69%] 2024-11-01T17:08:35.3701093Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_complex64 PASSED [0.0131s] [ 69%] 2024-11-01T17:08:35.3701524Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_float16 PASSED [0.0132s] [ 69%] 2024-11-01T17:08:35.3702001Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_float32 PASSED [0.0135s] [ 69%] 2024-11-01T17:08:35.3702428Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_float64 PASSED [0.0131s] [ 69%] 2024-11-01T17:08:35.3702869Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_bfloat16 PASSED [0.0146s] [ 69%] 2024-11-01T17:08:35.3703366Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_complex128 PASSED [0.0146s] [ 69%] 2024-11-01T17:08:35.3703837Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_complex64 PASSED [0.0146s] [ 69%] 2024-11-01T17:08:35.3704284Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_float16 PASSED [0.0145s] [ 69%] 2024-11-01T17:08:35.3704711Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_float32 PASSED [0.0146s] [ 69%] 2024-11-01T17:08:35.3705135Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_float64 PASSED [0.0146s] [ 69%] 2024-11-01T17:08:35.3705636Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_complex128 PASSED [0.0126s] [ 69%] 2024-11-01T17:08:35.3706079Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_complex64 PASSED [0.0124s] [ 69%] 2024-11-01T17:08:35.3706526Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_float32 PASSED [0.0122s] [ 69%] 2024-11-01T17:08:35.3706956Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_float64 PASSED [0.0128s] [ 69%] 2024-11-01T17:08:35.3707388Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_bfloat16 PASSED [0.0157s] [ 69%] 2024-11-01T17:08:35.3707889Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_float16 PASSED [0.0157s] [ 69%] 2024-11-01T17:08:35.3708417Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_float32 PASSED [0.0161s] [ 69%] 2024-11-01T17:08:35.3708840Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_float64 PASSED [0.0154s] [ 69%] 2024-11-01T17:08:35.3709332Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_bfloat16 PASSED [0.0122s] [ 69%] 2024-11-01T17:08:35.3709814Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_complex128 PASSED [0.0126s] [ 69%] 2024-11-01T17:08:35.3710313Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_complex64 PASSED [0.0119s] [ 69%] 2024-11-01T17:08:35.3710780Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_float16 PASSED [0.0121s] [ 69%] 2024-11-01T17:08:35.3711249Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_float32 PASSED [0.0124s] [ 69%] 2024-11-01T17:08:35.3711727Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_float64 PASSED [0.0122s] [ 69%] 2024-11-01T17:08:35.3712294Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_bfloat16 SKIPPED [0.0002s] (Skipped!) [ 69%] 2024-11-01T17:08:35.3712863Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_float16 SKIPPED [0.0002s] (Skipped!) [ 69%] 2024-11-01T17:08:35.3713408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_float32 SKIPPED [0.0002s] (Skipped!) [ 69%] 2024-11-01T17:08:35.3713951Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_float64 SKIPPED [0.0002s] (Skipped!) [ 69%] 2024-11-01T17:08:35.3714391Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_bfloat16 PASSED [0.0121s] [ 69%] 2024-11-01T17:08:35.3714794Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_bool PASSED [0.0124s] [ 70%] 2024-11-01T17:08:35.3715223Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_complex128 PASSED [0.0126s] [ 70%] 2024-11-01T17:08:35.3715666Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_complex32 PASSED [0.0124s] [ 70%] 2024-11-01T17:08:35.3716122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_complex64 PASSED [0.0121s] [ 70%] 2024-11-01T17:08:35.3716554Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_float16 PASSED [0.0122s] [ 70%] 2024-11-01T17:08:35.3716966Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_float32 PASSED [0.0124s] [ 70%] 2024-11-01T17:08:35.3717376Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_float64 PASSED [0.0122s] [ 70%] 2024-11-01T17:08:35.3717827Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int16 PASSED [0.0120s] [ 70%] 2024-11-01T17:08:35.3718256Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int32 PASSED [0.0126s] [ 70%] 2024-11-01T17:08:35.3718658Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int64 PASSED [0.0120s] [ 70%] 2024-11-01T17:08:35.3719076Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int8 PASSED [0.0126s] [ 70%] 2024-11-01T17:08:35.3719511Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_uint8 PASSED [0.0121s] [ 70%] 2024-11-01T17:08:35.3719973Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_bfloat16 PASSED [0.0179s] [ 70%] 2024-11-01T17:08:35.3720393Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_bool PASSED [0.0169s] [ 70%] 2024-11-01T17:08:35.3720848Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_complex128 PASSED [0.0179s] [ 70%] 2024-11-01T17:08:35.3721317Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_complex32 PASSED [0.0180s] [ 70%] 2024-11-01T17:08:35.3721768Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_complex64 PASSED [0.0182s] [ 70%] 2024-11-01T17:08:35.3722277Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_float16 PASSED [0.0186s] [ 70%] 2024-11-01T17:08:35.3722715Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_float32 PASSED [0.0185s] [ 70%] 2024-11-01T17:08:35.3723151Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_float64 PASSED [0.0189s] [ 70%] 2024-11-01T17:08:35.3723593Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int16 PASSED [0.0180s] [ 70%] 2024-11-01T17:08:35.3724071Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int32 PASSED [0.0185s] [ 70%] 2024-11-01T17:08:35.3724588Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int64 PASSED [0.0185s] [ 70%] 2024-11-01T17:08:35.3725033Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int8 PASSED [0.0185s] [ 70%] 2024-11-01T17:08:35.3725453Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_uint8 PASSED [0.0184s] [ 70%] 2024-11-01T17:08:35.3725909Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_complex128 PASSED [0.2016s] [ 70%] 2024-11-01T17:08:35.3726340Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_complex64 PASSED [0.1995s] [ 70%] 2024-11-01T17:08:35.3726764Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_float32 PASSED [0.1941s] [ 70%] 2024-11-01T17:08:35.3727201Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_float64 PASSED [0.1985s] [ 70%] 2024-11-01T17:08:35.3727624Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_bfloat16 PASSED [0.0117s] [ 70%] 2024-11-01T17:08:35.3728031Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_bool PASSED [0.0109s] [ 70%] 2024-11-01T17:08:35.3728483Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_complex128 PASSED [0.0114s] [ 70%] 2024-11-01T17:08:35.3728911Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_complex64 PASSED [0.0114s] [ 70%] 2024-11-01T17:08:35.3729343Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_float16 PASSED [0.0109s] [ 70%] 2024-11-01T17:08:35.3729760Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_float32 PASSED [0.0111s] [ 70%] 2024-11-01T17:08:35.3730213Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_float64 PASSED [0.0112s] [ 70%] 2024-11-01T17:08:35.3730636Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int16 PASSED [0.0114s] [ 70%] 2024-11-01T17:08:35.3731043Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int32 PASSED [0.0112s] [ 70%] 2024-11-01T17:08:35.3731480Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int64 PASSED [0.0112s] [ 70%] 2024-11-01T17:08:35.3731927Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int8 PASSED [0.0121s] [ 70%] 2024-11-01T17:08:35.3732330Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_uint8 PASSED [0.0111s] [ 70%] 2024-11-01T17:08:35.3732813Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_complex128 PASSED [0.0306s] [ 70%] 2024-11-01T17:08:35.3733272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_complex64 PASSED [0.0305s] [ 70%] 2024-11-01T17:08:35.3733753Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_float32 PASSED [0.0310s] [ 70%] 2024-11-01T17:08:35.3734218Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_float64 PASSED [0.0302s] [ 70%] 2024-11-01T17:08:35.3734677Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_bfloat16 PASSED [0.0149s] [ 70%] 2024-11-01T17:08:35.3735139Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_bool PASSED [0.0145s] [ 70%] 2024-11-01T17:08:35.3735610Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_complex128 PASSED [0.0143s] [ 70%] 2024-11-01T17:08:35.3736076Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_complex32 PASSED [0.0152s] [ 70%] 2024-11-01T17:08:35.3736555Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_complex64 PASSED [0.0147s] [ 70%] 2024-11-01T17:08:35.3737013Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_float16 PASSED [0.0143s] [ 70%] 2024-11-01T17:08:35.3737471Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_float32 PASSED [0.0139s] [ 70%] 2024-11-01T17:08:35.3737939Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_float64 PASSED [0.0153s] [ 70%] 2024-11-01T17:08:35.3738382Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int16 PASSED [0.0143s] [ 70%] 2024-11-01T17:08:35.3738842Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int32 PASSED [0.0145s] [ 70%] 2024-11-01T17:08:35.3739288Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int64 PASSED [0.0154s] [ 70%] 2024-11-01T17:08:35.3739728Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int8 PASSED [0.0144s] [ 70%] 2024-11-01T17:08:35.3740187Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_uint8 PASSED [0.0147s] [ 70%] 2024-11-01T17:08:35.3740629Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_bfloat16 PASSED [0.0153s] [ 70%] 2024-11-01T17:08:35.3741058Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_bool PASSED [0.0148s] [ 70%] 2024-11-01T17:08:35.3741505Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_complex128 PASSED [0.0146s] [ 71%] 2024-11-01T17:08:35.3741943Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_complex32 PASSED [0.0146s] [ 71%] 2024-11-01T17:08:35.3742395Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_complex64 PASSED [0.0143s] [ 71%] 2024-11-01T17:08:35.3742826Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_float16 PASSED [0.0148s] [ 71%] 2024-11-01T17:08:35.3743250Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_float32 PASSED [0.0145s] [ 71%] 2024-11-01T17:08:35.3743696Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_float64 PASSED [0.0148s] [ 71%] 2024-11-01T17:08:35.3744147Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int16 PASSED [0.0145s] [ 71%] 2024-11-01T17:08:35.3744580Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int32 PASSED [0.0150s] [ 71%] 2024-11-01T17:08:35.3744999Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int64 PASSED [0.0141s] [ 71%] 2024-11-01T17:08:35.3745442Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int8 PASSED [0.0145s] [ 71%] 2024-11-01T17:08:35.3745899Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_uint8 PASSED [0.0146s] [ 71%] 2024-11-01T17:08:35.3746352Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_complex128 PASSED [0.0214s] [ 71%] 2024-11-01T17:08:35.3746798Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_complex64 PASSED [0.0209s] [ 71%] 2024-11-01T17:08:35.3747253Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_float32 PASSED [0.0215s] [ 71%] 2024-11-01T17:08:35.3747717Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_float64 PASSED [0.0208s] [ 71%] 2024-11-01T17:08:35.3748150Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polar_cpu_float32 PASSED [0.0206s] [ 71%] 2024-11-01T17:08:35.3748567Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polar_cpu_float64 PASSED [0.0210s] [ 71%] 2024-11-01T17:08:35.3749090Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_bfloat16 PASSED [0.0221s] [ 71%] 2024-11-01T17:08:35.3749602Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_bool PASSED [0.0209s] [ 71%] 2024-11-01T17:08:35.3750117Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_float16 PASSED [0.0217s] [ 71%] 2024-11-01T17:08:35.3750644Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_float32 PASSED [0.0208s] [ 71%] 2024-11-01T17:08:35.3751152Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_float64 PASSED [0.0217s] [ 71%] 2024-11-01T17:08:35.3751651Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int16 PASSED [0.0215s] [ 71%] 2024-11-01T17:08:35.3752166Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int32 PASSED [0.0211s] [ 71%] 2024-11-01T17:08:35.3752667Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int64 PASSED [0.0212s] [ 71%] 2024-11-01T17:08:35.3753164Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int8 PASSED [0.0213s] [ 71%] 2024-11-01T17:08:35.3753674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_uint8 PASSED [0.0214s] [ 71%] 2024-11-01T17:08:35.3754187Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_bfloat16 PASSED [0.0208s] [ 71%] 2024-11-01T17:08:35.3754706Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_bool PASSED [0.0221s] [ 71%] 2024-11-01T17:08:35.3755280Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_float32 PASSED [0.0219s] [ 71%] 2024-11-01T17:08:35.3755838Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_float64 PASSED [0.0220s] [ 71%] 2024-11-01T17:08:35.3756356Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int16 PASSED [0.0216s] [ 71%] 2024-11-01T17:08:35.3756856Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int32 PASSED [0.0222s] [ 71%] 2024-11-01T17:08:35.3757369Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int64 PASSED [0.0219s] [ 71%] 2024-11-01T17:08:35.3757862Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int8 PASSED [0.0223s] [ 71%] 2024-11-01T17:08:35.3758399Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_uint8 PASSED [0.0216s] [ 71%] 2024-11-01T17:08:35.3758936Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_bfloat16 PASSED [0.0218s] [ 71%] 2024-11-01T17:08:35.3759432Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_bool PASSED [0.0223s] [ 71%] 2024-11-01T17:08:35.3759985Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_float32 PASSED [0.0239s] [ 71%] 2024-11-01T17:08:35.3760519Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_float64 PASSED [0.0273s] [ 71%] 2024-11-01T17:08:35.3761015Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int16 PASSED [0.0229s] [ 71%] 2024-11-01T17:08:35.3761527Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int32 PASSED [0.0276s] [ 71%] 2024-11-01T17:08:35.3762110Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int64 PASSED [0.0264s] [ 71%] 2024-11-01T17:08:35.3762609Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int8 PASSED [0.0215s] [ 71%] 2024-11-01T17:08:35.3763120Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_uint8 PASSED [0.0218s] [ 71%] 2024-11-01T17:08:35.3763634Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_bfloat16 PASSED [0.0211s] [ 71%] 2024-11-01T17:08:35.3764145Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_bool PASSED [0.0215s] [ 71%] 2024-11-01T17:08:35.3764655Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_float32 PASSED [0.0215s] [ 71%] 2024-11-01T17:08:35.3765168Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_float64 PASSED [0.0220s] [ 71%] 2024-11-01T17:08:35.3765682Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int16 PASSED [0.0223s] [ 71%] 2024-11-01T17:08:35.3766177Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int32 PASSED [0.0215s] [ 71%] 2024-11-01T17:08:35.3766690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int64 PASSED [0.0220s] [ 71%] 2024-11-01T17:08:35.3767186Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int8 PASSED [0.0221s] [ 71%] 2024-11-01T17:08:35.3767683Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_uint8 PASSED [0.0218s] [ 71%] 2024-11-01T17:08:35.3768216Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_bfloat16 PASSED [0.0212s] [ 71%] 2024-11-01T17:08:35.3768710Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_bool PASSED [0.0222s] [ 71%] 2024-11-01T17:08:35.3769226Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_float32 PASSED [0.0212s] [ 71%] 2024-11-01T17:08:35.3769749Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_float64 PASSED [0.0219s] [ 71%] 2024-11-01T17:08:35.3770244Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int16 PASSED [0.0226s] [ 71%] 2024-11-01T17:08:35.3770754Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int32 PASSED [0.0219s] [ 71%] 2024-11-01T17:08:35.3771250Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int64 PASSED [0.0219s] [ 72%] 2024-11-01T17:08:35.3771745Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int8 PASSED [0.0217s] [ 72%] 2024-11-01T17:08:35.3772253Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_uint8 PASSED [0.0212s] [ 72%] 2024-11-01T17:08:35.3772696Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_bfloat16 PASSED [0.0114s] [ 72%] 2024-11-01T17:08:35.3773202Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_complex128 PASSED [0.0111s] [ 72%] 2024-11-01T17:08:35.3773654Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_complex32 PASSED [0.0111s] [ 72%] 2024-11-01T17:08:35.3774102Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_complex64 PASSED [0.0111s] [ 72%] 2024-11-01T17:08:35.3774586Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_float16 PASSED [0.0110s] [ 72%] 2024-11-01T17:08:35.3775049Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_float32 PASSED [0.0108s] [ 72%] 2024-11-01T17:08:35.3775477Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_float64 PASSED [0.0108s] [ 72%] 2024-11-01T17:08:35.3775917Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int16 PASSED [0.0111s] [ 72%] 2024-11-01T17:08:35.3776368Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int32 PASSED [0.0109s] [ 72%] 2024-11-01T17:08:35.3776804Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int64 PASSED [0.0110s] [ 72%] 2024-11-01T17:08:35.3777223Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int8 PASSED [0.0114s] [ 72%] 2024-11-01T17:08:35.3777647Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_uint8 PASSED [0.0109s] [ 72%] 2024-11-01T17:08:35.3778079Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_bfloat16 PASSED [0.0212s] [ 72%] 2024-11-01T17:08:35.3778508Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_complex128 PASSED [0.0213s] [ 72%] 2024-11-01T17:08:35.3778942Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_complex64 PASSED [0.0213s] [ 72%] 2024-11-01T17:08:35.3779351Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_float16 PASSED [0.0212s] [ 72%] 2024-11-01T17:08:35.3779761Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_float32 PASSED [0.0210s] [ 72%] 2024-11-01T17:08:35.3780187Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_float64 PASSED [0.0206s] [ 72%] 2024-11-01T17:08:35.3780587Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int16 PASSED [0.0212s] [ 72%] 2024-11-01T17:08:35.3780986Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int32 PASSED [0.0207s] [ 72%] 2024-11-01T17:08:35.3781395Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int64 PASSED [0.0212s] [ 72%] 2024-11-01T17:08:35.3781787Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int8 PASSED [0.0206s] [ 72%] 2024-11-01T17:08:35.3782198Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_uint8 PASSED [0.0215s] [ 72%] 2024-11-01T17:08:35.3782614Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_bfloat16 PASSED [0.0560s] [ 72%] 2024-11-01T17:08:35.3783007Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_bool PASSED [0.0558s] [ 72%] 2024-11-01T17:08:35.3783457Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_complex128 PASSED [0.0571s] [ 72%] 2024-11-01T17:08:35.3783882Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_complex64 PASSED [0.0568s] [ 72%] 2024-11-01T17:08:35.3784297Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_float16 PASSED [0.0559s] [ 72%] 2024-11-01T17:08:35.3784732Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_float32 PASSED [0.0561s] [ 72%] 2024-11-01T17:08:35.3785145Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_float64 PASSED [0.0571s] [ 72%] 2024-11-01T17:08:35.3785566Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int16 PASSED [0.0566s] [ 72%] 2024-11-01T17:08:35.3785967Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int32 PASSED [0.0567s] [ 72%] 2024-11-01T17:08:35.3786366Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int64 PASSED [0.0569s] [ 72%] 2024-11-01T17:08:35.3786816Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int8 PASSED [0.0567s] [ 72%] 2024-11-01T17:08:35.3787213Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_uint8 PASSED [0.0568s] [ 72%] 2024-11-01T17:08:35.3787628Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_bfloat16 PASSED [0.0428s] [ 72%] 2024-11-01T17:08:35.3788036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_bool PASSED [0.0442s] [ 72%] 2024-11-01T17:08:35.3788496Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_complex128 PASSED [0.0436s] [ 72%] 2024-11-01T17:08:35.3788970Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_complex64 PASSED [0.0427s] [ 72%] 2024-11-01T17:08:35.3789379Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_float16 PASSED [0.0431s] [ 72%] 2024-11-01T17:08:35.3789787Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_float32 PASSED [0.0441s] [ 72%] 2024-11-01T17:08:35.3790253Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_float64 PASSED [0.0435s] [ 72%] 2024-11-01T17:08:35.3790649Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int16 PASSED [0.0432s] [ 72%] 2024-11-01T17:08:35.3791044Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int32 PASSED [0.0430s] [ 72%] 2024-11-01T17:08:35.3791455Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int64 PASSED [0.0431s] [ 72%] 2024-11-01T17:08:35.3791850Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int8 PASSED [0.0440s] [ 72%] 2024-11-01T17:08:35.3792255Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_uint8 PASSED [0.0440s] [ 72%] 2024-11-01T17:08:35.3792671Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_complex128 PASSED [0.0618s] [ 72%] 2024-11-01T17:08:35.3793088Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_complex64 PASSED [0.0626s] [ 72%] 2024-11-01T17:08:35.3793513Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_float32 PASSED [0.0617s] [ 72%] 2024-11-01T17:08:35.3793913Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_float64 PASSED [0.0602s] [ 72%] 2024-11-01T17:08:35.3794364Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_quantile_cpu_float32 PASSED [0.0800s] [ 72%] 2024-11-01T17:08:35.3794797Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_quantile_cpu_float64 PASSED [0.0797s] [ 72%] 2024-11-01T17:08:35.3795227Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_bfloat16 PASSED [0.0113s] [ 72%] 2024-11-01T17:08:35.3795654Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_bool PASSED [0.0108s] [ 72%] 2024-11-01T17:08:35.3796160Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_float16 PASSED [0.0112s] [ 72%] 2024-11-01T17:08:35.3796588Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_float32 PASSED [0.0111s] [ 72%] 2024-11-01T17:08:35.3797038Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_float64 PASSED [0.0111s] [ 73%] 2024-11-01T17:08:35.3797457Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int16 PASSED [0.0110s] [ 73%] 2024-11-01T17:08:35.3797891Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int32 PASSED [0.0108s] [ 73%] 2024-11-01T17:08:35.3798303Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int64 PASSED [0.0108s] [ 73%] 2024-11-01T17:08:35.3798718Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int8 PASSED [0.0115s] [ 73%] 2024-11-01T17:08:35.3799150Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_uint8 PASSED [0.0107s] [ 73%] 2024-11-01T17:08:35.3799595Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_bfloat16 PASSED [0.0177s] [ 73%] 2024-11-01T17:08:35.3800053Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_complex128 PASSED [0.0186s] [ 73%] 2024-11-01T17:08:35.3800561Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_complex32 PASSED [0.0186s] [ 73%] 2024-11-01T17:08:35.3801011Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_complex64 PASSED [0.0181s] [ 73%] 2024-11-01T17:08:35.3801464Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_float16 PASSED [0.0191s] [ 73%] 2024-11-01T17:08:35.3802224Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_float32 PASSED [0.0182s] [ 73%] 2024-11-01T17:08:35.3802854Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_float64 PASSED [0.0186s] [ 73%] 2024-11-01T17:08:35.3803304Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_bfloat16 PASSED [0.0457s] [ 73%] 2024-11-01T17:08:35.3803734Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_float16 PASSED [0.0452s] [ 73%] 2024-11-01T17:08:35.3804162Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_float32 PASSED [0.0441s] [ 73%] 2024-11-01T17:08:35.3804642Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_float64 PASSED [0.0453s] [ 73%] 2024-11-01T17:08:35.3805059Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int16 PASSED [0.0460s] [ 73%] 2024-11-01T17:08:35.3805491Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int32 PASSED [0.0448s] [ 73%] 2024-11-01T17:08:35.3805908Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int64 PASSED [0.0450s] [ 73%] 2024-11-01T17:08:35.3806323Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int8 PASSED [0.0448s] [ 73%] 2024-11-01T17:08:35.3806753Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_uint8 PASSED [0.0445s] [ 73%] 2024-11-01T17:08:35.3807214Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_bfloat16 PASSED [0.0268s] [ 73%] 2024-11-01T17:08:35.3807685Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_float16 PASSED [0.0257s] [ 73%] 2024-11-01T17:08:35.3808145Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_float32 PASSED [0.0265s] [ 73%] 2024-11-01T17:08:35.3808593Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_float64 PASSED [0.0261s] [ 73%] 2024-11-01T17:08:35.3809056Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int16 PASSED [0.0265s] [ 73%] 2024-11-01T17:08:35.3809500Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int32 PASSED [0.0260s] [ 73%] 2024-11-01T17:08:35.3809943Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int64 PASSED [0.0267s] [ 73%] 2024-11-01T17:08:35.3810399Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int8 PASSED [0.0268s] [ 73%] 2024-11-01T17:08:35.3810840Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_uint8 PASSED [0.0261s] [ 73%] 2024-11-01T17:08:35.3811287Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_bfloat16 PASSED [0.0154s] [ 73%] 2024-11-01T17:08:35.3811722Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_complex128 PASSED [0.0146s] [ 73%] 2024-11-01T17:08:35.3812154Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_complex32 PASSED [0.0146s] [ 73%] 2024-11-01T17:08:35.3812595Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_complex64 PASSED [0.0151s] [ 73%] 2024-11-01T17:08:35.3813017Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_float16 PASSED [0.0152s] [ 73%] 2024-11-01T17:08:35.3813434Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_float32 PASSED [0.0146s] [ 73%] 2024-11-01T17:08:35.3813865Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_float64 PASSED [0.0150s] [ 73%] 2024-11-01T17:08:35.3814316Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_bfloat16 PASSED [0.0186s] [ 73%] 2024-11-01T17:08:35.3814829Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_complex128 PASSED [0.0182s] [ 73%] 2024-11-01T17:08:35.3815284Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_complex32 PASSED [0.0185s] [ 73%] 2024-11-01T17:08:35.3815736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_complex64 PASSED [0.0185s] [ 73%] 2024-11-01T17:08:35.3816193Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_float16 PASSED [0.0182s] [ 73%] 2024-11-01T17:08:35.3816673Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_float32 PASSED [0.0186s] [ 73%] 2024-11-01T17:08:35.3817160Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_float64 PASSED [0.0175s] [ 73%] 2024-11-01T17:08:35.3817585Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_bfloat16 PASSED [0.0134s] [ 73%] 2024-11-01T17:08:35.3817988Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_bool PASSED [0.0138s] [ 73%] 2024-11-01T17:08:35.3818476Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_complex128 PASSED [0.0130s] [ 73%] 2024-11-01T17:08:35.3818903Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_complex32 PASSED [0.0131s] [ 73%] 2024-11-01T17:08:35.3819324Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_complex64 PASSED [0.0137s] [ 73%] 2024-11-01T17:08:35.3819756Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_float16 PASSED [0.0132s] [ 73%] 2024-11-01T17:08:35.3820174Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_float32 PASSED [0.0131s] [ 73%] 2024-11-01T17:08:35.3820610Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_float64 PASSED [0.0136s] [ 73%] 2024-11-01T17:08:35.3821014Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int16 PASSED [0.0134s] [ 73%] 2024-11-01T17:08:35.3821419Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int32 PASSED [0.0132s] [ 73%] 2024-11-01T17:08:35.3821846Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int64 PASSED [0.0136s] [ 73%] 2024-11-01T17:08:35.3822248Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int8 PASSED [0.0135s] [ 73%] 2024-11-01T17:08:35.3822652Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_uint8 PASSED [0.0130s] [ 73%] 2024-11-01T17:08:35.3823084Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_bfloat16 PASSED [0.0133s] [ 73%] 2024-11-01T17:08:35.3823485Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_bool PASSED [0.0131s] [ 73%] 2024-11-01T17:08:35.3823930Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_complex128 PASSED [0.0137s] [ 74%] 2024-11-01T17:08:35.3824357Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_complex32 PASSED [0.0133s] [ 74%] 2024-11-01T17:08:35.3824779Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_complex64 PASSED [0.0134s] [ 74%] 2024-11-01T17:08:35.3825212Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_float16 PASSED [0.0135s] [ 74%] 2024-11-01T17:08:35.3825626Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_float32 PASSED [0.0132s] [ 74%] 2024-11-01T17:08:35.3826051Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_float64 PASSED [0.0132s] [ 74%] 2024-11-01T17:08:35.3826452Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int16 PASSED [0.0142s] [ 74%] 2024-11-01T17:08:35.3826856Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int32 PASSED [0.0133s] [ 74%] 2024-11-01T17:08:35.3827271Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int64 PASSED [0.0130s] [ 74%] 2024-11-01T17:08:35.3827666Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int8 PASSED [0.0134s] [ 74%] 2024-11-01T17:08:35.3828064Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_uint8 PASSED [0.0137s] [ 74%] 2024-11-01T17:08:35.3828571Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_bfloat16 PASSED [0.0130s] [ 74%] 2024-11-01T17:08:35.3829003Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_bool PASSED [0.0132s] [ 74%] 2024-11-01T17:08:35.3829486Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_complex128 PASSED [0.0141s] [ 74%] 2024-11-01T17:08:35.3829942Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_complex64 PASSED [0.0131s] [ 74%] 2024-11-01T17:08:35.3830426Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_float16 PASSED [0.0131s] [ 74%] 2024-11-01T17:08:35.3830915Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_float32 PASSED [0.0137s] [ 74%] 2024-11-01T17:08:35.3831359Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_float64 PASSED [0.0130s] [ 74%] 2024-11-01T17:08:35.3831794Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int16 PASSED [0.0130s] [ 74%] 2024-11-01T17:08:35.3832279Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int32 PASSED [0.0136s] [ 74%] 2024-11-01T17:08:35.3832714Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int64 PASSED [0.0135s] [ 74%] 2024-11-01T17:08:35.3833162Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int8 PASSED [0.0131s] [ 74%] 2024-11-01T17:08:35.3833596Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_uint8 PASSED [0.0133s] [ 74%] 2024-11-01T17:08:35.3834044Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_bfloat16 PASSED [0.0221s] [ 74%] 2024-11-01T17:08:35.3834505Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_float16 PASSED [0.0212s] [ 74%] 2024-11-01T17:08:35.3834948Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_float32 PASSED [0.0223s] [ 74%] 2024-11-01T17:08:35.3835400Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_float64 PASSED [0.0215s] [ 74%] 2024-11-01T17:08:35.3835832Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int16 PASSED [0.0217s] [ 74%] 2024-11-01T17:08:35.3836257Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int32 PASSED [0.0217s] [ 74%] 2024-11-01T17:08:35.3836695Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int64 PASSED [0.0214s] [ 74%] 2024-11-01T17:08:35.3837119Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int8 PASSED [0.0217s] [ 74%] 2024-11-01T17:08:35.3837551Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_uint8 PASSED [0.0214s] [ 74%] 2024-11-01T17:08:35.3837990Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_bfloat16 PASSED [0.0148s] [ 74%] 2024-11-01T17:08:35.3838431Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_complex128 PASSED [0.0150s] [ 74%] 2024-11-01T17:08:35.3838881Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_complex64 PASSED [0.0148s] [ 74%] 2024-11-01T17:08:35.3839305Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_float16 PASSED [0.0149s] [ 74%] 2024-11-01T17:08:35.3839727Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_float32 PASSED [0.0147s] [ 74%] 2024-11-01T17:08:35.3840159Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_float64 PASSED [0.0149s] [ 74%] 2024-11-01T17:08:35.3840592Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_bfloat16 PASSED [0.0572s] [ 74%] 2024-11-01T17:08:35.3841003Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_bool PASSED [0.0570s] [ 74%] 2024-11-01T17:08:35.3841462Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_complex128 PASSED [0.0580s] [ 74%] 2024-11-01T17:08:35.3841963Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_complex64 PASSED [0.0721s] [ 74%] 2024-11-01T17:08:35.3842414Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_float16 PASSED [0.0946s] [ 74%] 2024-11-01T17:08:35.3842876Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_float32 PASSED [0.0640s] [ 74%] 2024-11-01T17:08:35.3843295Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_float64 PASSED [0.0576s] [ 74%] 2024-11-01T17:08:35.3843722Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int16 PASSED [0.0593s] [ 74%] 2024-11-01T17:08:35.3844167Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int32 PASSED [0.0588s] [ 74%] 2024-11-01T17:08:35.3844605Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int64 PASSED [0.0572s] [ 74%] 2024-11-01T17:08:35.3845032Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int8 PASSED [0.0575s] [ 74%] 2024-11-01T17:08:35.3845438Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_uint8 PASSED [0.0579s] [ 74%] 2024-11-01T17:08:35.3845974Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_bfloat16 PASSED [0.0143s] [ 74%] 2024-11-01T17:08:35.3846444Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_bool PASSED [0.0145s] [ 74%] 2024-11-01T17:08:35.3846945Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_complex128 PASSED [0.0158s] [ 74%] 2024-11-01T17:08:35.3847453Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_complex32 PASSED [0.0145s] [ 74%] 2024-11-01T17:08:35.3847947Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_complex64 PASSED [0.0146s] [ 74%] 2024-11-01T17:08:35.3848447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_float16 PASSED [0.0148s] [ 74%] 2024-11-01T17:08:35.3848931Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_float32 PASSED [0.0151s] [ 74%] 2024-11-01T17:08:35.3849402Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_float64 PASSED [0.0145s] [ 74%] 2024-11-01T17:08:35.3849893Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int16 PASSED [0.0152s] [ 74%] 2024-11-01T17:08:35.3850362Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int32 PASSED [0.0144s] [ 74%] 2024-11-01T17:08:35.3850828Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int64 PASSED [0.0143s] [ 75%] 2024-11-01T17:08:35.3851310Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int8 PASSED [0.0150s] [ 75%] 2024-11-01T17:08:35.3851776Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_uint8 PASSED [0.0147s] [ 75%] 2024-11-01T17:08:35.3852240Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_bfloat16 PASSED [0.0147s] [ 75%] 2024-11-01T17:08:35.3852666Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_bool PASSED [0.0147s] [ 75%] 2024-11-01T17:08:35.3853129Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_complex128 PASSED [0.0147s] [ 75%] 2024-11-01T17:08:35.3853601Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_complex32 PASSED [0.0145s] [ 75%] 2024-11-01T17:08:35.3854057Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_complex64 PASSED [0.0150s] [ 75%] 2024-11-01T17:08:35.3854517Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_float16 PASSED [0.0150s] [ 75%] 2024-11-01T17:08:35.3854961Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_float32 PASSED [0.0145s] [ 75%] 2024-11-01T17:08:35.3855405Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_float64 PASSED [0.0152s] [ 75%] 2024-11-01T17:08:35.3855854Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int16 PASSED [0.0151s] [ 75%] 2024-11-01T17:08:35.3856282Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int32 PASSED [0.0148s] [ 75%] 2024-11-01T17:08:35.3856740Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int64 PASSED [0.0150s] [ 75%] 2024-11-01T17:08:35.3857184Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int8 PASSED [0.0147s] [ 75%] 2024-11-01T17:08:35.3857614Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_uint8 PASSED [0.0146s] [ 75%] 2024-11-01T17:08:35.3858090Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_bfloat16 PASSED [0.0184s] [ 75%] 2024-11-01T17:08:35.3858532Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_bool PASSED [0.0182s] [ 75%] 2024-11-01T17:08:35.3858979Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_complex128 PASSED [0.0182s] [ 75%] 2024-11-01T17:08:35.3859438Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_complex32 PASSED [0.0192s] [ 75%] 2024-11-01T17:08:35.3859875Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_complex64 PASSED [0.0179s] [ 75%] 2024-11-01T17:08:35.3860341Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_float16 PASSED [0.0186s] [ 75%] 2024-11-01T17:08:35.3860785Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_float32 PASSED [0.0192s] [ 75%] 2024-11-01T17:08:35.3861205Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_float64 PASSED [0.0176s] [ 75%] 2024-11-01T17:08:35.3861640Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int16 PASSED [0.0185s] [ 75%] 2024-11-01T17:08:35.3862060Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int32 PASSED [0.0178s] [ 75%] 2024-11-01T17:08:35.3862478Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int64 PASSED [0.0182s] [ 75%] 2024-11-01T17:08:35.3862907Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int8 PASSED [0.0190s] [ 75%] 2024-11-01T17:08:35.3863320Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_uint8 PASSED [0.0180s] [ 75%] 2024-11-01T17:08:35.3863773Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_bfloat16 PASSED [0.0133s] [ 75%] 2024-11-01T17:08:35.3864185Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_bool PASSED [0.0139s] [ 75%] 2024-11-01T17:08:35.3864630Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_complex128 PASSED [0.0134s] [ 75%] 2024-11-01T17:08:35.3865088Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_complex64 PASSED [0.0135s] [ 75%] 2024-11-01T17:08:35.3865517Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_float16 PASSED [0.0137s] [ 75%] 2024-11-01T17:08:35.3865944Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_float32 PASSED [0.0134s] [ 75%] 2024-11-01T17:08:35.3866379Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_float64 PASSED [0.0140s] [ 75%] 2024-11-01T17:08:35.3866798Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int16 PASSED [0.0131s] [ 75%] 2024-11-01T17:08:35.3867228Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int32 PASSED [0.0139s] [ 75%] 2024-11-01T17:08:35.3867645Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int64 PASSED [0.0131s] [ 75%] 2024-11-01T17:08:35.3868057Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int8 PASSED [0.0135s] [ 75%] 2024-11-01T17:08:35.3868487Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_uint8 PASSED [0.0138s] [ 75%] 2024-11-01T17:08:35.3868937Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_bfloat16 PASSED [0.0134s] [ 75%] 2024-11-01T17:08:35.3869364Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_bool PASSED [0.0132s] [ 75%] 2024-11-01T17:08:35.3869838Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_complex128 PASSED [0.0142s] [ 75%] 2024-11-01T17:08:35.3870326Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_complex64 PASSED [0.0133s] [ 75%] 2024-11-01T17:08:35.3870788Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_float16 PASSED [0.0134s] [ 75%] 2024-11-01T17:08:35.3871230Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_float32 PASSED [0.0138s] [ 75%] 2024-11-01T17:08:35.3871672Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_float64 PASSED [0.0133s] [ 75%] 2024-11-01T17:08:35.3872156Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int16 PASSED [0.0136s] [ 75%] 2024-11-01T17:08:35.3872616Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int32 PASSED [0.0138s] [ 75%] 2024-11-01T17:08:35.3873061Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int64 PASSED [0.0132s] [ 75%] 2024-11-01T17:08:35.3873488Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int8 PASSED [0.0131s] [ 75%] 2024-11-01T17:08:35.3873947Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_uint8 PASSED [0.0136s] [ 75%] 2024-11-01T17:08:35.3874423Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_bfloat16 PASSED [0.0125s] [ 75%] 2024-11-01T17:08:35.3874862Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_bool PASSED [0.0120s] [ 75%] 2024-11-01T17:08:35.3875334Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_complex128 PASSED [0.0123s] [ 75%] 2024-11-01T17:08:35.3875820Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_complex64 PASSED [0.0122s] [ 75%] 2024-11-01T17:08:35.3876275Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_float16 PASSED [0.0122s] [ 75%] 2024-11-01T17:08:35.3876744Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_float32 PASSED [0.0128s] [ 75%] 2024-11-01T17:08:35.3877188Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_float64 PASSED [0.0121s] [ 75%] 2024-11-01T17:08:35.3877634Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int16 PASSED [0.0122s] [ 76%] 2024-11-01T17:08:35.3878091Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int32 PASSED [0.0115s] [ 76%] 2024-11-01T17:08:35.3878532Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int64 PASSED [0.0112s] [ 76%] 2024-11-01T17:08:35.3878973Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int8 PASSED [0.0112s] [ 76%] 2024-11-01T17:08:35.3879428Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_uint8 PASSED [0.0123s] [ 76%] 2024-11-01T17:08:35.3879878Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_bfloat16 PASSED [0.0119s] [ 76%] 2024-11-01T17:08:35.3880331Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_bool PASSED [0.0116s] [ 76%] 2024-11-01T17:08:35.3880797Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_complex128 PASSED [0.0123s] [ 76%] 2024-11-01T17:08:35.3881263Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_complex32 PASSED [0.0122s] [ 76%] 2024-11-01T17:08:35.3881735Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_complex64 PASSED [0.0118s] [ 76%] 2024-11-01T17:08:35.3882241Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_float16 PASSED [0.0122s] [ 76%] 2024-11-01T17:08:35.3882711Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_float32 PASSED [0.0117s] [ 76%] 2024-11-01T17:08:35.3883162Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_float64 PASSED [0.0118s] [ 76%] 2024-11-01T17:08:35.3883597Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int16 PASSED [0.0122s] [ 76%] 2024-11-01T17:08:35.3884047Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int32 PASSED [0.0122s] [ 76%] 2024-11-01T17:08:35.3884520Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int64 PASSED [0.0127s] [ 76%] 2024-11-01T17:08:35.3884953Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int8 PASSED [0.0122s] [ 76%] 2024-11-01T17:08:35.3885402Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_uint8 PASSED [0.0122s] [ 76%] 2024-11-01T17:08:35.3885819Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_bfloat16 PASSED [0.0301s] [ 76%] 2024-11-01T17:08:35.3886263Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_bool PASSED [0.0301s] [ 76%] 2024-11-01T17:08:35.3886721Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_complex128 PASSED [0.0300s] [ 76%] 2024-11-01T17:08:35.3887146Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_complex32 PASSED [0.0299s] [ 76%] 2024-11-01T17:08:35.3887582Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_complex64 PASSED [0.0292s] [ 76%] 2024-11-01T17:08:35.3888029Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_float16 PASSED [0.0299s] [ 76%] 2024-11-01T17:08:35.3888440Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_float32 PASSED [0.0300s] [ 76%] 2024-11-01T17:08:35.3888864Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_float64 PASSED [0.0303s] [ 76%] 2024-11-01T17:08:35.3889264Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int16 PASSED [0.0304s] [ 76%] 2024-11-01T17:08:35.3889682Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int32 PASSED [0.0300s] [ 76%] 2024-11-01T17:08:35.3890086Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int64 PASSED [0.0303s] [ 76%] 2024-11-01T17:08:35.3890480Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int8 PASSED [0.0298s] [ 76%] 2024-11-01T17:08:35.3890892Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_uint8 PASSED [0.0299s] [ 76%] 2024-11-01T17:08:35.3891320Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_bfloat16 PASSED [0.0497s] [ 76%] 2024-11-01T17:08:35.3891734Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_bool PASSED [0.0493s] [ 76%] 2024-11-01T17:08:35.3892170Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_complex128 PASSED [0.0497s] [ 76%] 2024-11-01T17:08:35.3892603Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_complex64 PASSED [0.0505s] [ 76%] 2024-11-01T17:08:35.3893041Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_float16 PASSED [0.0501s] [ 76%] 2024-11-01T17:08:35.3893458Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_float32 PASSED [0.0509s] [ 76%] 2024-11-01T17:08:35.3893872Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_float64 PASSED [0.0507s] [ 76%] 2024-11-01T17:08:35.3894292Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int16 PASSED [0.0498s] [ 76%] 2024-11-01T17:08:35.3894700Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int32 PASSED [0.0501s] [ 76%] 2024-11-01T17:08:35.3895120Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int64 PASSED [0.0501s] [ 76%] 2024-11-01T17:08:35.3895519Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int8 PASSED [0.0504s] [ 76%] 2024-11-01T17:08:35.3895925Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_uint8 PASSED [0.0490s] [ 76%] 2024-11-01T17:08:35.3896367Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_bfloat16 PASSED [0.0116s] [ 76%] 2024-11-01T17:08:35.3896786Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_float16 PASSED [0.0108s] [ 76%] 2024-11-01T17:08:35.3897201Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_float32 PASSED [0.0107s] [ 76%] 2024-11-01T17:08:35.3897631Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_float64 PASSED [0.0111s] [ 76%] 2024-11-01T17:08:35.3898071Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int16 PASSED [0.0113s] [ 76%] 2024-11-01T17:08:35.3898491Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int32 PASSED [0.0107s] [ 76%] 2024-11-01T17:08:35.3898894Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int64 PASSED [0.0110s] [ 76%] 2024-11-01T17:08:35.3899296Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int8 PASSED [0.0110s] [ 76%] 2024-11-01T17:08:35.3899744Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_uint8 PASSED [0.0112s] [ 76%] 2024-11-01T17:08:35.3900253Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_bfloat16 PASSED [0.0133s] [ 76%] 2024-11-01T17:08:35.3900726Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_float16 PASSED [0.0137s] [ 76%] 2024-11-01T17:08:35.3901214Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_float32 PASSED [0.0137s] [ 76%] 2024-11-01T17:08:35.3902043Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_float64 PASSED [0.0134s] [ 76%] 2024-11-01T17:08:35.3902536Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_3_cpu_bfloat16 PASSED [0.0131s] [ 76%] 2024-11-01T17:08:35.3903004Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_3_cpu_float32 PASSED [0.0133s] [ 76%] 2024-11-01T17:08:35.3903475Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_3_cpu_float64 PASSED [0.0140s] [ 76%] 2024-11-01T17:08:35.3903991Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_neg_3_cpu_bfloat16 PASSED [0.0130s] [ 76%] 2024-11-01T17:08:35.3904485Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_neg_3_cpu_float32 PASSED [0.0132s] [ 76%] 2024-11-01T17:08:35.3904995Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_neg_3_cpu_float64 PASSED [0.0137s] [ 77%] 2024-11-01T17:08:35.3905423Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_bfloat16 PASSED [0.0130s] [ 77%] 2024-11-01T17:08:35.3905827Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_bool PASSED [0.0130s] [ 77%] 2024-11-01T17:08:35.3906278Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_complex128 PASSED [0.0137s] [ 77%] 2024-11-01T17:08:35.3906710Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_complex64 PASSED [0.0132s] [ 77%] 2024-11-01T17:08:35.3907129Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_float16 PASSED [0.0131s] [ 77%] 2024-11-01T17:08:35.3907568Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_float32 PASSED [0.0136s] [ 77%] 2024-11-01T17:08:35.3907988Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_float64 PASSED [0.0136s] [ 77%] 2024-11-01T17:08:35.3908407Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int16 PASSED [0.0132s] [ 77%] 2024-11-01T17:08:35.3908820Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int32 PASSED [0.0135s] [ 77%] 2024-11-01T17:08:35.3909227Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int64 PASSED [0.0136s] [ 77%] 2024-11-01T17:08:35.3909645Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int8 PASSED [0.0131s] [ 77%] 2024-11-01T17:08:35.3910049Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_uint8 PASSED [0.0135s] [ 77%] 2024-11-01T17:08:35.3910468Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_bfloat16 PASSED [0.0236s] [ 77%] 2024-11-01T17:08:35.3910916Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_complex128 PASSED [0.0231s] [ 77%] 2024-11-01T17:08:35.3911341Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_complex64 PASSED [0.0237s] [ 77%] 2024-11-01T17:08:35.3911766Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_float16 PASSED [0.0236s] [ 77%] 2024-11-01T17:08:35.3912495Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_float32 PASSED [0.0225s] [ 77%] 2024-11-01T17:08:35.3912916Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_float64 PASSED [0.0245s] [ 77%] 2024-11-01T17:08:35.3913335Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int16 PASSED [0.0236s] [ 77%] 2024-11-01T17:08:35.3913741Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int32 PASSED [0.0237s] [ 77%] 2024-11-01T17:08:35.3914191Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int64 PASSED [0.0239s] [ 77%] 2024-11-01T17:08:35.3914616Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int8 PASSED [0.0230s] [ 77%] 2024-11-01T17:08:35.3915015Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_uint8 PASSED [0.0235s] [ 77%] 2024-11-01T17:08:35.3915496Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_bfloat16 PASSED [0.0134s] [ 77%] 2024-11-01T17:08:35.3915978Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_bool PASSED [0.0130s] [ 77%] 2024-11-01T17:08:35.3916456Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_complex128 PASSED [0.0132s] [ 77%] 2024-11-01T17:08:35.3916942Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_complex32 PASSED [0.0141s] [ 77%] 2024-11-01T17:08:35.3917415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_complex64 PASSED [0.0131s] [ 77%] 2024-11-01T17:08:35.3917891Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_float16 PASSED [0.0131s] [ 77%] 2024-11-01T17:08:35.3918350Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_float32 PASSED [0.0140s] [ 77%] 2024-11-01T17:08:35.3918805Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_float64 PASSED [0.0133s] [ 77%] 2024-11-01T17:08:35.3919268Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int16 PASSED [0.0131s] [ 77%] 2024-11-01T17:08:35.3919712Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int32 PASSED [0.0140s] [ 77%] 2024-11-01T17:08:35.3920159Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int64 PASSED [0.0132s] [ 77%] 2024-11-01T17:08:35.3920618Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int8 PASSED [0.0131s] [ 77%] 2024-11-01T17:08:35.3921069Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_uint8 PASSED [0.0133s] [ 77%] 2024-11-01T17:08:35.3921542Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_bfloat16 PASSED [0.0197s] [ 77%] 2024-11-01T17:08:35.3922042Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_bool PASSED [0.0195s] [ 77%] 2024-11-01T17:08:35.3922516Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_complex128 PASSED [0.0198s] [ 77%] 2024-11-01T17:08:35.3922994Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_complex64 PASSED [0.0193s] [ 77%] 2024-11-01T17:08:35.3923443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_float16 PASSED [0.0197s] [ 77%] 2024-11-01T17:08:35.3923907Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_float32 PASSED [0.0195s] [ 77%] 2024-11-01T17:08:35.3924344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_float64 PASSED [0.0200s] [ 77%] 2024-11-01T17:08:35.3924785Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int16 PASSED [0.0191s] [ 77%] 2024-11-01T17:08:35.3925232Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int32 PASSED [0.0191s] [ 77%] 2024-11-01T17:08:35.3925663Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int64 PASSED [0.0197s] [ 77%] 2024-11-01T17:08:35.3926097Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int8 PASSED [0.0198s] [ 77%] 2024-11-01T17:08:35.3926589Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_uint8 PASSED [0.0192s] [ 77%] 2024-11-01T17:08:35.3927025Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_bfloat16 PASSED [0.0387s] [ 77%] 2024-11-01T17:08:35.3927454Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_bool PASSED [0.0293s] [ 77%] 2024-11-01T17:08:35.3927901Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_complex128 PASSED [0.0300s] [ 77%] 2024-11-01T17:08:35.3928374Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_complex64 PASSED [0.0293s] [ 77%] 2024-11-01T17:08:35.3928849Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_float16 PASSED [0.0383s] [ 77%] 2024-11-01T17:08:35.3929277Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_float32 PASSED [0.0393s] [ 77%] 2024-11-01T17:08:35.3929711Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_float64 PASSED [0.0384s] [ 77%] 2024-11-01T17:08:35.3930164Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int16 PASSED [0.0295s] [ 77%] 2024-11-01T17:08:35.3930580Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int32 PASSED [0.0299s] [ 77%] 2024-11-01T17:08:35.3931012Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int64 PASSED [0.0291s] [ 77%] 2024-11-01T17:08:35.3931426Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int8 PASSED [0.0290s] [ 77%] 2024-11-01T17:08:35.3931843Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_uint8 PASSED [0.0305s] [ 78%] 2024-11-01T17:08:35.3932357Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_bfloat16 PASSED [0.0366s] [ 78%] 2024-11-01T17:08:35.3932827Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_bool PASSED [0.0364s] [ 78%] 2024-11-01T17:08:35.3933332Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_float16 PASSED [0.0377s] [ 78%] 2024-11-01T17:08:35.3933825Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_float32 PASSED [0.0367s] [ 78%] 2024-11-01T17:08:35.3934312Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_float64 PASSED [0.0371s] [ 78%] 2024-11-01T17:08:35.3934802Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int16 PASSED [0.0365s] [ 78%] 2024-11-01T17:08:35.3935280Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int32 PASSED [0.0361s] [ 78%] 2024-11-01T17:08:35.3935754Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int64 PASSED [0.0362s] [ 78%] 2024-11-01T17:08:35.3936239Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int8 PASSED [0.0361s] [ 78%] 2024-11-01T17:08:35.3936713Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_uint8 PASSED [0.0362s] [ 78%] 2024-11-01T17:08:35.3937228Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_bfloat16 PASSED [0.0361s] [ 78%] 2024-11-01T17:08:35.3937699Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_bool PASSED [0.0363s] [ 78%] 2024-11-01T17:08:35.3938187Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_float16 PASSED [0.0362s] [ 78%] 2024-11-01T17:08:35.3938692Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_float32 PASSED [0.0354s] [ 78%] 2024-11-01T17:08:35.3939181Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_float64 PASSED [0.0366s] [ 78%] 2024-11-01T17:08:35.3939669Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int16 PASSED [0.0360s] [ 78%] 2024-11-01T17:08:35.3940142Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int32 PASSED [0.0356s] [ 78%] 2024-11-01T17:08:35.3940646Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int64 PASSED [0.0363s] [ 78%] 2024-11-01T17:08:35.3941133Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int8 PASSED [0.0362s] [ 78%] 2024-11-01T17:08:35.3941602Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_uint8 PASSED [0.0359s] [ 78%] 2024-11-01T17:08:35.3942098Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_bfloat16 PASSED [0.0374s] [ 78%] 2024-11-01T17:08:35.3942627Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_float16 PASSED [0.0357s] [ 78%] 2024-11-01T17:08:35.3943146Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_float32 PASSED [0.0357s] [ 78%] 2024-11-01T17:08:35.3943646Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_float64 PASSED [0.0363s] [ 78%] 2024-11-01T17:08:35.3944116Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int16 PASSED [0.0492s] [ 78%] 2024-11-01T17:08:35.3944626Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int32 PASSED [0.0456s] [ 78%] 2024-11-01T17:08:35.3945111Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int64 PASSED [0.0399s] [ 78%] 2024-11-01T17:08:35.3945579Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int8 PASSED [0.0443s] [ 78%] 2024-11-01T17:08:35.3946063Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_uint8 PASSED [0.0478s] [ 78%] 2024-11-01T17:08:35.3946561Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_bfloat16 PASSED [0.0432s] [ 78%] 2024-11-01T17:08:35.3947039Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_bool PASSED [0.0439s] [ 78%] 2024-11-01T17:08:35.3947543Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_float16 PASSED [0.0447s] [ 78%] 2024-11-01T17:08:35.3948035Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_float32 PASSED [0.0447s] [ 78%] 2024-11-01T17:08:35.3948538Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_float64 PASSED [0.0466s] [ 78%] 2024-11-01T17:08:35.3949014Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int16 PASSED [0.0456s] [ 78%] 2024-11-01T17:08:35.3949493Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int32 PASSED [0.0458s] [ 78%] 2024-11-01T17:08:35.3949981Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int64 PASSED [0.0452s] [ 78%] 2024-11-01T17:08:35.3950454Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int8 PASSED [0.0442s] [ 78%] 2024-11-01T17:08:35.3950932Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_uint8 PASSED [0.0442s] [ 78%] 2024-11-01T17:08:35.3951440Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_bfloat16 PASSED [0.0353s] [ 78%] 2024-11-01T17:08:35.3951909Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_bool PASSED [0.0357s] [ 78%] 2024-11-01T17:08:35.3952409Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_float16 PASSED [0.0364s] [ 78%] 2024-11-01T17:08:35.3953028Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_float32 PASSED [0.0357s] [ 78%] 2024-11-01T17:08:35.3953588Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_float64 PASSED [0.0356s] [ 78%] 2024-11-01T17:08:35.3954075Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int16 PASSED [0.0463s] [ 78%] 2024-11-01T17:08:35.3954548Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int32 PASSED [0.0422s] [ 78%] 2024-11-01T17:08:35.3955037Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int64 PASSED [0.0459s] [ 78%] 2024-11-01T17:08:35.3955543Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int8 PASSED [0.0433s] [ 78%] 2024-11-01T17:08:35.3956012Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_uint8 PASSED [0.0445s] [ 78%] 2024-11-01T17:08:35.3956492Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_bfloat16 PASSED [0.3926s] [ 78%] 2024-11-01T17:08:35.3956979Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_float16 PASSED [0.3491s] [ 78%] 2024-11-01T17:08:35.3957459Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_float32 PASSED [0.3444s] [ 78%] 2024-11-01T17:08:35.3957927Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_float64 PASSED [0.3467s] [ 78%] 2024-11-01T17:08:35.3958428Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int16 PASSED [0.3457s] [ 78%] 2024-11-01T17:08:35.3958983Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int32 PASSED [0.3459s] [ 78%] 2024-11-01T17:08:35.3959429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int64 PASSED [0.3461s] [ 78%] 2024-11-01T17:08:35.3959870Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int8 PASSED [0.3459s] [ 78%] 2024-11-01T17:08:35.3960330Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_uint8 PASSED [0.3462s] [ 78%] 2024-11-01T17:08:35.3960760Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_bfloat16 PASSED [0.0155s] [ 78%] 2024-11-01T17:08:35.3961166Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_bool PASSED [0.0163s] [ 79%] 2024-11-01T17:08:35.3961622Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_complex128 PASSED [0.0155s] [ 79%] 2024-11-01T17:08:35.3962137Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_complex32 PASSED [0.0158s] [ 79%] 2024-11-01T17:08:35.3962589Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_complex64 PASSED [0.0164s] [ 79%] 2024-11-01T17:08:35.3963012Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_float16 PASSED [0.0154s] [ 79%] 2024-11-01T17:08:35.3963428Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_float32 PASSED [0.0154s] [ 79%] 2024-11-01T17:08:35.3963863Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_float64 PASSED [0.0203s] [ 79%] 2024-11-01T17:08:35.3964338Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int16 PASSED [0.0155s] [ 79%] 2024-11-01T17:08:35.3964819Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int32 PASSED [0.0160s] [ 79%] 2024-11-01T17:08:35.3965235Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int64 PASSED [0.0159s] [ 79%] 2024-11-01T17:08:35.3965644Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int8 PASSED [0.0158s] [ 79%] 2024-11-01T17:08:35.3966075Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_uint8 PASSED [0.0158s] [ 79%] 2024-11-01T17:08:35.3966548Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_bfloat16 PASSED [0.0159s] [ 79%] 2024-11-01T17:08:35.3966999Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_bool PASSED [0.0160s] [ 79%] 2024-11-01T17:08:35.3967483Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_float16 PASSED [0.0160s] [ 79%] 2024-11-01T17:08:35.3967948Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_float32 PASSED [0.0158s] [ 79%] 2024-11-01T17:08:35.3968423Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_float64 PASSED [0.0160s] [ 79%] 2024-11-01T17:08:35.3968874Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int16 PASSED [0.0168s] [ 79%] 2024-11-01T17:08:35.3969366Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int32 PASSED [0.0158s] [ 79%] 2024-11-01T17:08:35.3969888Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int64 PASSED [0.0162s] [ 79%] 2024-11-01T17:08:35.3970390Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int8 PASSED [0.0155s] [ 79%] 2024-11-01T17:08:35.3970843Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_uint8 PASSED [0.0158s] [ 79%] 2024-11-01T17:08:35.3971313Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_bfloat16 PASSED [0.0112s] [ 79%] 2024-11-01T17:08:35.3971735Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_bool PASSED [0.0109s] [ 79%] 2024-11-01T17:08:35.3972178Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_complex128 PASSED [0.0113s] [ 79%] 2024-11-01T17:08:35.3972598Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_complex32 PASSED [0.0110s] [ 79%] 2024-11-01T17:08:35.3973052Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_complex64 PASSED [0.0108s] [ 79%] 2024-11-01T17:08:35.3973476Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_float16 PASSED [0.0112s] [ 79%] 2024-11-01T17:08:35.3973881Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_float32 PASSED [0.0113s] [ 79%] 2024-11-01T17:08:35.3974299Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_float64 PASSED [0.0107s] [ 79%] 2024-11-01T17:08:35.3974698Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int16 PASSED [0.0110s] [ 79%] 2024-11-01T17:08:35.3975093Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int32 PASSED [0.0111s] [ 79%] 2024-11-01T17:08:35.3975502Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int64 PASSED [0.0114s] [ 79%] 2024-11-01T17:08:35.3975948Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int8 PASSED [0.0115s] [ 79%] 2024-11-01T17:08:35.3976395Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_uint8 PASSED [0.0108s] [ 79%] 2024-11-01T17:08:35.3976844Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_bfloat16 PASSED [0.0161s] [ 79%] 2024-11-01T17:08:35.3977248Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_bool PASSED [0.0156s] [ 79%] 2024-11-01T17:08:35.3977702Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_complex128 PASSED [0.0161s] [ 79%] 2024-11-01T17:08:35.3978135Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_complex64 PASSED [0.0155s] [ 79%] 2024-11-01T17:08:35.3978554Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_float16 PASSED [0.0166s] [ 79%] 2024-11-01T17:08:35.3978985Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_float32 PASSED [0.0154s] [ 79%] 2024-11-01T17:08:35.3979400Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_float64 PASSED [0.0161s] [ 79%] 2024-11-01T17:08:35.3979809Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int16 PASSED [0.0154s] [ 79%] 2024-11-01T17:08:35.3980232Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int32 PASSED [0.0153s] [ 79%] 2024-11-01T17:08:35.3980636Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int64 PASSED [0.0160s] [ 79%] 2024-11-01T17:08:35.3981054Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int8 PASSED [0.0163s] [ 79%] 2024-11-01T17:08:35.3981512Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_uint8 PASSED [0.0158s] [ 79%] 2024-11-01T17:08:35.3982002Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_bfloat16 PASSED [0.0134s] [ 79%] 2024-11-01T17:08:35.3982434Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_bool PASSED [0.0134s] [ 79%] 2024-11-01T17:08:35.3982882Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_complex128 PASSED [0.0133s] [ 79%] 2024-11-01T17:08:35.3983328Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_complex64 PASSED [0.0135s] [ 79%] 2024-11-01T17:08:35.3983806Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_float16 PASSED [0.0136s] [ 79%] 2024-11-01T17:08:35.3984235Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_float32 PASSED [0.0131s] [ 79%] 2024-11-01T17:08:35.3984676Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_float64 PASSED [0.0135s] [ 79%] 2024-11-01T17:08:35.3985122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int16 PASSED [0.0139s] [ 79%] 2024-11-01T17:08:35.3985568Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int32 PASSED [0.0131s] [ 79%] 2024-11-01T17:08:35.3985998Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int64 PASSED [0.0138s] [ 79%] 2024-11-01T17:08:35.3986410Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int8 PASSED [0.0141s] [ 79%] 2024-11-01T17:08:35.3986872Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_uint8 PASSED [0.0129s] [ 79%] 2024-11-01T17:08:35.3987339Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_bfloat16 PASSED [0.0103s] [ 79%] 2024-11-01T17:08:35.3987791Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_bool PASSED [0.0111s] [ 80%] 2024-11-01T17:08:35.3988222Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_float16 PASSED [0.0109s] [ 80%] 2024-11-01T17:08:35.3988634Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_float32 PASSED [0.0102s] [ 80%] 2024-11-01T17:08:35.3989044Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_float64 PASSED [0.0106s] [ 80%] 2024-11-01T17:08:35.3989460Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int16 PASSED [0.0104s] [ 80%] 2024-11-01T17:08:35.3989862Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int32 PASSED [0.0106s] [ 80%] 2024-11-01T17:08:35.3990280Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int64 PASSED [0.0109s] [ 80%] 2024-11-01T17:08:35.3990678Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int8 PASSED [0.0106s] [ 80%] 2024-11-01T17:08:35.3991072Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_uint8 PASSED [0.0108s] [ 80%] 2024-11-01T17:08:35.3991601Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_bartlett_cpu_float32 PASSED [0.0279s] [ 80%] 2024-11-01T17:08:35.3992110Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_bartlett_cpu_float64 PASSED [0.0264s] [ 80%] 2024-11-01T17:08:35.3992614Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_blackman_cpu_float32 PASSED [0.0308s] [ 80%] 2024-11-01T17:08:35.3993194Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_blackman_cpu_float64 PASSED [0.0309s] [ 80%] 2024-11-01T17:08:35.3993746Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_cosine_cpu_float32 PASSED [0.0255s] [ 80%] 2024-11-01T17:08:35.3994269Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_cosine_cpu_float64 PASSED [0.0253s] [ 80%] 2024-11-01T17:08:35.3994798Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_exponential_cpu_float32 PASSED [0.0265s] [ 80%] 2024-11-01T17:08:35.3995320Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_exponential_cpu_float64 PASSED [0.0273s] [ 80%] 2024-11-01T17:08:35.3995845Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_gaussian_cpu_float32 PASSED [0.0279s] [ 80%] 2024-11-01T17:08:35.3996349Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_gaussian_cpu_float64 PASSED [0.0283s] [ 80%] 2024-11-01T17:08:35.3996906Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_cosine_cpu_float32 PASSED [0.0310s] [ 80%] 2024-11-01T17:08:35.3997436Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_cosine_cpu_float64 PASSED [0.0308s] [ 80%] 2024-11-01T17:08:35.3998027Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_hamming_cpu_float32 PASSED [0.0305s] [ 80%] 2024-11-01T17:08:35.3998643Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_hamming_cpu_float64 PASSED [0.0311s] [ 80%] 2024-11-01T17:08:35.3999205Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hamming_cpu_float32 PASSED [0.0308s] [ 80%] 2024-11-01T17:08:35.3999764Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hamming_cpu_float64 PASSED [0.0308s] [ 80%] 2024-11-01T17:08:35.4000281Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hann_cpu_float32 PASSED [0.0311s] [ 80%] 2024-11-01T17:08:35.4000769Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hann_cpu_float64 PASSED [0.0304s] [ 80%] 2024-11-01T17:08:35.4001282Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_kaiser_cpu_float32 PASSED [0.0359s] [ 80%] 2024-11-01T17:08:35.4001816Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_kaiser_cpu_float64 PASSED [0.0357s] [ 80%] 2024-11-01T17:08:35.4002382Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_nuttall_cpu_float32 PASSED [0.0304s] [ 80%] 2024-11-01T17:08:35.4002901Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_nuttall_cpu_float64 PASSED [0.0310s] [ 80%] 2024-11-01T17:08:35.4003340Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_bfloat16 PASSED [0.0110s] [ 80%] 2024-11-01T17:08:35.4003776Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_bool PASSED [0.0117s] [ 80%] 2024-11-01T17:08:35.4004206Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_float16 PASSED [0.0115s] [ 80%] 2024-11-01T17:08:35.4004724Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_float32 PASSED [0.0107s] [ 80%] 2024-11-01T17:08:35.4005181Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_float64 PASSED [0.0109s] [ 80%] 2024-11-01T17:08:35.4005599Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int16 PASSED [0.0112s] [ 80%] 2024-11-01T17:08:35.4006018Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int32 PASSED [0.0108s] [ 80%] 2024-11-01T17:08:35.4006451Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int64 PASSED [0.0108s] [ 80%] 2024-11-01T17:08:35.4006868Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int8 PASSED [0.0111s] [ 80%] 2024-11-01T17:08:35.4007302Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_uint8 PASSED [0.0109s] [ 80%] 2024-11-01T17:08:35.4007714Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_bfloat16 PASSED [0.0108s] [ 80%] 2024-11-01T17:08:35.4008107Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_bool PASSED [0.0109s] [ 80%] 2024-11-01T17:08:35.4008553Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_complex128 PASSED [0.0107s] [ 80%] 2024-11-01T17:08:35.4008972Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_complex64 PASSED [0.0110s] [ 80%] 2024-11-01T17:08:35.4009395Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_float16 PASSED [0.0114s] [ 80%] 2024-11-01T17:08:35.4009799Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_float32 PASSED [0.0106s] [ 80%] 2024-11-01T17:08:35.4010261Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_float64 PASSED [0.0109s] [ 80%] 2024-11-01T17:08:35.4010730Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int16 PASSED [0.0110s] [ 80%] 2024-11-01T17:08:35.4011127Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int32 PASSED [0.0110s] [ 80%] 2024-11-01T17:08:35.4011518Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int64 PASSED [0.0132s] [ 80%] 2024-11-01T17:08:35.4011927Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int8 PASSED [0.0111s] [ 80%] 2024-11-01T17:08:35.4012364Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_uint8 PASSED [0.0109s] [ 80%] 2024-11-01T17:08:35.4012797Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_bfloat16 PASSED [0.0142s] [ 80%] 2024-11-01T17:08:35.4013190Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_bool PASSED [0.0132s] [ 80%] 2024-11-01T17:08:35.4013659Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_complex128 PASSED [0.0133s] [ 80%] 2024-11-01T17:08:35.4014130Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_complex64 PASSED [0.0135s] [ 80%] 2024-11-01T17:08:35.4014542Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_float16 PASSED [0.0133s] [ 80%] 2024-11-01T17:08:35.4014952Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_float32 PASSED [0.0132s] [ 80%] 2024-11-01T17:08:35.4015413Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_float64 PASSED [0.0135s] [ 80%] 2024-11-01T17:08:35.4015871Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int16 PASSED [0.0136s] [ 81%] 2024-11-01T17:08:35.4016337Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int32 PASSED [0.0132s] [ 81%] 2024-11-01T17:08:35.4016742Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int64 PASSED [0.0133s] [ 81%] 2024-11-01T17:08:35.4017145Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int8 PASSED [0.0132s] [ 81%] 2024-11-01T17:08:35.4017562Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_uint8 PASSED [0.0130s] [ 81%] 2024-11-01T17:08:35.4017980Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_bfloat16 PASSED [0.0109s] [ 81%] 2024-11-01T17:08:35.4018376Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_bool PASSED [0.0113s] [ 81%] 2024-11-01T17:08:35.4018821Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_complex128 PASSED [0.0107s] [ 81%] 2024-11-01T17:08:35.4019251Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_complex64 PASSED [0.0111s] [ 81%] 2024-11-01T17:08:35.4019677Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_float16 PASSED [0.0111s] [ 81%] 2024-11-01T17:08:35.4020089Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_float32 PASSED [0.0109s] [ 81%] 2024-11-01T17:08:35.4020502Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_float64 PASSED [0.0107s] [ 81%] 2024-11-01T17:08:35.4020921Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int16 PASSED [0.0112s] [ 81%] 2024-11-01T17:08:35.4021321Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int32 PASSED [0.0109s] [ 81%] 2024-11-01T17:08:35.4021788Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int64 PASSED [0.0109s] [ 81%] 2024-11-01T17:08:35.4022239Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int8 PASSED [0.0110s] [ 81%] 2024-11-01T17:08:35.4022641Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_uint8 PASSED [0.0107s] [ 81%] 2024-11-01T17:08:35.4023080Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_bfloat16 PASSED [0.0152s] [ 81%] 2024-11-01T17:08:35.4023481Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_bool PASSED [0.0158s] [ 81%] 2024-11-01T17:08:35.4023921Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_complex128 PASSED [0.0159s] [ 81%] 2024-11-01T17:08:35.4024369Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_complex32 PASSED [0.0157s] [ 81%] 2024-11-01T17:08:35.4024796Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_complex64 PASSED [0.0157s] [ 81%] 2024-11-01T17:08:35.4025228Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_float16 PASSED [0.0148s] [ 81%] 2024-11-01T17:08:35.4025643Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_float32 PASSED [0.0147s] [ 81%] 2024-11-01T17:08:35.4026099Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_float64 PASSED [0.0158s] [ 81%] 2024-11-01T17:08:35.4026524Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int16 PASSED [0.0154s] [ 81%] 2024-11-01T17:08:35.4026929Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int32 PASSED [0.0153s] [ 81%] 2024-11-01T17:08:35.4027658Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int64 PASSED [0.0153s] [ 81%] 2024-11-01T17:08:35.4028320Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int8 PASSED [0.0153s] [ 81%] 2024-11-01T17:08:35.4028725Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_uint8 PASSED [0.0150s] [ 81%] 2024-11-01T17:08:35.4029205Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_bfloat16 PASSED [0.0228s] [ 81%] 2024-11-01T17:08:35.4029652Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_bool PASSED [0.0220s] [ 81%] 2024-11-01T17:08:35.4030159Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_float16 PASSED [0.0223s] [ 81%] 2024-11-01T17:08:35.4030630Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_float32 PASSED [0.0218s] [ 81%] 2024-11-01T17:08:35.4031090Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_float64 PASSED [0.0221s] [ 81%] 2024-11-01T17:08:35.4031541Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int16 PASSED [0.0220s] [ 81%] 2024-11-01T17:08:35.4032004Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int32 PASSED [0.0224s] [ 81%] 2024-11-01T17:08:35.4032448Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int64 PASSED [0.0216s] [ 81%] 2024-11-01T17:08:35.4032909Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int8 PASSED [0.0221s] [ 81%] 2024-11-01T17:08:35.4033418Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_uint8 PASSED [0.0217s] [ 81%] 2024-11-01T17:08:35.4033911Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_bfloat16 PASSED [0.0181s] [ 81%] 2024-11-01T17:08:35.4034354Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_float16 PASSED [0.0181s] [ 81%] 2024-11-01T17:08:35.4034780Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_float32 PASSED [0.0185s] [ 81%] 2024-11-01T17:08:35.4035219Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_float64 PASSED [0.0180s] [ 81%] 2024-11-01T17:08:35.4035710Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_bfloat16 PASSED [0.0176s] [ 81%] 2024-11-01T17:08:35.4036182Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_bool PASSED [0.0180s] [ 81%] 2024-11-01T17:08:35.4036695Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_complex128 PASSED [0.0185s] [ 81%] 2024-11-01T17:08:35.4037198Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_complex64 PASSED [0.0177s] [ 81%] 2024-11-01T17:08:35.4037683Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_float16 PASSED [0.0187s] [ 81%] 2024-11-01T17:08:35.4038179Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_float32 PASSED [0.0176s] [ 81%] 2024-11-01T17:08:35.4038660Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_float64 PASSED [0.0176s] [ 81%] 2024-11-01T17:08:35.4039204Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int16 PASSED [0.0187s] [ 81%] 2024-11-01T17:08:35.4039732Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int32 PASSED [0.0176s] [ 81%] 2024-11-01T17:08:35.4040201Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int64 PASSED [0.0175s] [ 81%] 2024-11-01T17:08:35.4040728Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int8 PASSED [0.0184s] [ 81%] 2024-11-01T17:08:35.4041205Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_uint8 PASSED [0.0180s] [ 81%] 2024-11-01T17:08:35.4041640Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_bfloat16 PASSED [0.0787s] [ 81%] 2024-11-01T17:08:35.4042101Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_bool PASSED [0.0788s] [ 81%] 2024-11-01T17:08:35.4042564Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_float16 PASSED [0.0799s] [ 81%] 2024-11-01T17:08:35.4043037Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_float32 PASSED [0.0785s] [ 81%] 2024-11-01T17:08:35.4043449Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_float64 PASSED [0.0787s] [ 82%] 2024-11-01T17:08:35.4043913Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int16 PASSED [0.0795s] [ 82%] 2024-11-01T17:08:35.4044375Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int32 PASSED [0.0789s] [ 82%] 2024-11-01T17:08:35.4044832Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int64 PASSED [0.0776s] [ 82%] 2024-11-01T17:08:35.4045298Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int8 PASSED [0.0781s] [ 82%] 2024-11-01T17:08:35.4045698Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_uint8 PASSED [0.0786s] [ 82%] 2024-11-01T17:08:35.4047998Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_bfloat16 SKIPPED [0.0007s] (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/132494 for platform(s) asan, linux, mac, macos, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) [ 82%] 2024-11-01T17:08:35.4048663Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float16 ('RERUN', {'yellow': True}) [0.0145s] [ 82%] 2024-11-01T17:08:35.4049250Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float16 ('RERUN', {'yellow': True}) [0.0134s] [ 82%] 2024-11-01T17:08:35.4049738Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float16 FAILED [0.0138s] [ 82%] 2024-11-01T17:08:35.4049749Z 2024-11-01T17:08:35.4049927Z =================================== RERUNS ==================================== 2024-11-01T17:08:35.4050271Z ____ TestDeviceUtilsCPU.test_device_mode_ops_sparse_mm_reduce_cpu_float16 _____ 2024-11-01T17:08:35.4050425Z Traceback (most recent call last): 2024-11-01T17:08:35.4050991Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_utils.py", line 1164, in test_device_mode_ops 2024-11-01T17:08:35.4051142Z for sample in samples: 2024-11-01T17:08:35.4051787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 393, in __next__ 2024-11-01T17:08:35.4051958Z input_idx, input_val = next(self.child_iter) 2024-11-01T17:08:35.4052584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_contextlib.py", line 36, in generator_context 2024-11-01T17:08:35.4052705Z response = gen.send(None) 2024-11-01T17:08:35.4053544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 1223, in sample_inputs_sparse_mm_reduce 2024-11-01T17:08:35.4053663Z torch.eye(m, m) 2024-11-01T17:08:35.4054174Z RuntimeError: Please register PrivateUse1HooksInterface by `RegisterPrivateUse1HooksInterface` first. 2024-11-01T17:08:35.4054181Z 2024-11-01T17:08:35.4054454Z To execute this test, run the following from the base repo dir: 2024-11-01T17:08:35.4054899Z python test\test_utils.py TestDeviceUtilsCPU.test_device_mode_ops_sparse_mm_reduce_cpu_float16 2024-11-01T17:08:35.4054904Z 2024-11-01T17:08:35.4055227Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2024-11-01T17:08:35.4055621Z ____ TestDeviceUtilsCPU.test_device_mode_ops_sparse_mm_reduce_cpu_float16 _____ 2024-11-01T17:08:35.4055751Z Traceback (most recent call last): 2024-11-01T17:08:35.4056232Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_utils.py", line 1164, in test_device_mode_ops 2024-11-01T17:08:35.4056397Z for sample in samples: 2024-11-01T17:08:35.4057138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 393, in __next__ 2024-11-01T17:08:35.4057355Z input_idx, input_val = next(self.child_iter) 2024-11-01T17:08:35.4057971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_contextlib.py", line 36, in generator_context 2024-11-01T17:08:35.4058092Z response = gen.send(None) 2024-11-01T17:08:35.4058949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 1223, in sample_inputs_sparse_mm_reduce 2024-11-01T17:08:35.4059089Z torch.eye(m, m) 2024-11-01T17:08:35.4059600Z RuntimeError: Please register PrivateUse1HooksInterface by `RegisterPrivateUse1HooksInterface` first. 2024-11-01T17:08:35.4059605Z 2024-11-01T17:08:35.4059878Z To execute this test, run the following from the base repo dir: 2024-11-01T17:08:35.4060327Z python test\test_utils.py TestDeviceUtilsCPU.test_device_mode_ops_sparse_mm_reduce_cpu_float16 2024-11-01T17:08:35.4060334Z 2024-11-01T17:08:35.4060675Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2024-11-01T17:08:35.4060858Z ================================== FAILURES =================================== 2024-11-01T17:08:35.4061197Z ____ TestDeviceUtilsCPU.test_device_mode_ops_sparse_mm_reduce_cpu_float16 _____ 2024-11-01T17:08:35.4061342Z Traceback (most recent call last): 2024-11-01T17:08:35.4061818Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_utils.py", line 1164, in test_device_mode_ops 2024-11-01T17:08:35.4061934Z for sample in samples: 2024-11-01T17:08:35.4062644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 393, in __next__ 2024-11-01T17:08:35.4062862Z input_idx, input_val = next(self.child_iter) 2024-11-01T17:08:35.4063490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_contextlib.py", line 36, in generator_context 2024-11-01T17:08:35.4063608Z response = gen.send(None) 2024-11-01T17:08:35.4064448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 1223, in sample_inputs_sparse_mm_reduce 2024-11-01T17:08:35.4064565Z torch.eye(m, m) 2024-11-01T17:08:35.4065075Z RuntimeError: Please register PrivateUse1HooksInterface by `RegisterPrivateUse1HooksInterface` first. 2024-11-01T17:08:35.4065080Z 2024-11-01T17:08:35.4065340Z To execute this test, run the following from the base repo dir: 2024-11-01T17:08:35.4065802Z python test\test_utils.py TestDeviceUtilsCPU.test_device_mode_ops_sparse_mm_reduce_cpu_float16 2024-11-01T17:08:35.4065808Z 2024-11-01T17:08:35.4066127Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2024-11-01T17:08:35.4066846Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_utils\test_utils-4ae7d8197db6d7c0.xml - 2024-11-01T17:08:35.4067055Z =========================== short test summary info =========================== 2024-11-01T17:08:35.4067516Z FAILED [0.0138s] test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float16 2024-11-01T17:08:35.4067746Z !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!! 2024-11-01T17:08:35.4068077Z ======= 1 failed, 4861 passed, 76 skipped, 2 rerun in 266.74s (0:04:26) ======= 2024-11-01T17:08:35.4068184Z Got exit code 1 2024-11-01T17:08:35.4068310Z Retrying single test... 2024-11-01T17:08:35.4068878Z Test results will be stored in test-reports\python-pytest\test_utils\test_utils-c7c7b1dae17b21bf.xml 2024-11-01T17:08:35.4069090Z ============================= test session starts ============================= 2024-11-01T17:08:35.4069509Z platform win32 -- Python 3.9.19, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2024-11-01T17:08:35.4069619Z cachedir: .pytest_cache 2024-11-01T17:08:35.4070272Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2024-11-01T17:08:35.4070616Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2024-11-01T17:08:35.4071265Z plugins: hypothesis-5.35.1, cpp-2.3.0, flakefinder-1.1.0, forked-1.6.0, rerunfailures-10.3, xdist-2.5.0, xdoctest-1.2.0, typeguard-4.3.0 2024-11-01T17:08:35.4071545Z collecting ... collected 6013 items / 6012 deselected / 1 selected 2024-11-01T17:08:35.4072271Z stepcurrent: skipping 4937 already run items. Running only test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float16 2024-11-01T17:08:35.4072441Z Running 1 items in this shard 2024-11-01T17:08:35.4072446Z 2024-11-01T17:08:35.4072931Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float16 PASSED [0.1910s] [100%] 2024-11-01T17:08:35.4072937Z 2024-11-01T17:08:35.4073645Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_utils\test_utils-c7c7b1dae17b21bf.xml - 2024-11-01T17:08:35.4073941Z ===================== 1 passed, 6012 deselected in 0.74s ====================== 2024-11-01T17:08:35.4074039Z Got exit code 0 2024-11-01T17:08:35.4074398Z Test succeeeded in new process, continuing with the rest of the tests 2024-11-01T17:08:35.4074875Z Test results will be stored in test-reports\python-pytest\test_utils\test_utils-f6a83422e24ef029.xml 2024-11-01T17:08:35.4075077Z ============================= test session starts ============================= 2024-11-01T17:08:35.4075514Z platform win32 -- Python 3.9.19, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2024-11-01T17:08:35.4075624Z cachedir: .pytest_cache 2024-11-01T17:08:35.4076222Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2024-11-01T17:08:35.4076548Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2024-11-01T17:08:35.4077206Z plugins: hypothesis-5.35.1, cpp-2.3.0, flakefinder-1.1.0, forked-1.6.0, rerunfailures-10.3, xdist-2.5.0, xdoctest-1.2.0, typeguard-4.3.0 2024-11-01T17:08:35.4077491Z collecting ... collected 6013 items / 4938 deselected / 1075 selected 2024-11-01T17:08:35.4077657Z stepcurrent: skipping 4938 already run items. 2024-11-01T17:08:35.4077779Z Running 1075 items in this shard 2024-11-01T17:08:35.4077785Z 2024-11-01T17:08:35.4080144Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float32 SKIPPED [0.0011s] (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/132552 for platform(s) asan, linux, mac, macos, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) [ 0%] 2024-11-01T17:08:35.4082692Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float64 SKIPPED [0.0008s] (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/132619 for platform(s) asan, linux, mac, macos, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests.) [ 0%] 2024-11-01T17:08:35.4083925Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_complex128 SKIPPED [0.0053s] (PyTorch is built without MKL support) [ 0%] 2024-11-01T17:08:35.4085189Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_complex64 SKIPPED [0.0025s] (PyTorch is built without MKL support) [ 0%] 2024-11-01T17:08:35.4086634Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_float32 SKIPPED [0.0032s] (PyTorch is built without MKL support) [ 0%] 2024-11-01T17:08:35.4087740Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_float64 SKIPPED [0.0023s] (PyTorch is built without MKL support) [ 0%] 2024-11-01T17:08:35.4088627Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_bool PASSED [0.1661s] [ 0%] 2024-11-01T17:08:35.4089405Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_float32 PASSED [0.0136s] [ 0%] 2024-11-01T17:08:35.4089952Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_float64 PASSED [0.0140s] [ 0%] 2024-11-01T17:08:35.4090415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int16 PASSED [0.0136s] [ 0%] 2024-11-01T17:08:35.4090938Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int32 PASSED [0.0134s] [ 1%] 2024-11-01T17:08:35.4091394Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int64 PASSED [0.0135s] [ 1%] 2024-11-01T17:08:35.4091922Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int8 PASSED [0.0136s] [ 1%] 2024-11-01T17:08:35.4092438Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_uint8 PASSED [0.0139s] [ 1%] 2024-11-01T17:08:35.4092915Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_bool PASSED [0.0133s] [ 1%] 2024-11-01T17:08:35.4093411Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_float32 PASSED [0.0142s] [ 1%] 2024-11-01T17:08:35.4093886Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_float64 PASSED [0.0131s] [ 1%] 2024-11-01T17:08:35.4094378Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int16 PASSED [0.0132s] [ 1%] 2024-11-01T17:08:35.4094846Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int32 PASSED [0.0140s] [ 1%] 2024-11-01T17:08:35.4095315Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int64 PASSED [0.0133s] [ 1%] 2024-11-01T17:08:35.4095795Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int8 PASSED [0.0132s] [ 1%] 2024-11-01T17:08:35.4096267Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_uint8 PASSED [0.0141s] [ 2%] 2024-11-01T17:08:35.4096738Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_bool PASSED [0.0133s] [ 2%] 2024-11-01T17:08:35.4097230Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_float32 PASSED [0.0131s] [ 2%] 2024-11-01T17:08:35.4097760Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_float64 PASSED [0.0134s] [ 2%] 2024-11-01T17:08:35.4098301Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int16 PASSED [0.0140s] [ 2%] 2024-11-01T17:08:35.4098768Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int32 PASSED [0.0132s] [ 2%] 2024-11-01T17:08:35.4099231Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int64 PASSED [0.0134s] [ 2%] 2024-11-01T17:08:35.4099711Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int8 PASSED [0.0139s] [ 2%] 2024-11-01T17:08:35.4100175Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_uint8 PASSED [0.0133s] [ 2%] 2024-11-01T17:08:35.4100649Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_bool PASSED [0.0137s] [ 2%] 2024-11-01T17:08:35.4101123Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_float32 PASSED [0.0136s] [ 2%] 2024-11-01T17:08:35.4101643Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_float64 PASSED [0.0135s] [ 3%] 2024-11-01T17:08:35.4102130Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int16 PASSED [0.0140s] [ 3%] 2024-11-01T17:08:35.4102595Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int32 PASSED [0.0137s] [ 3%] 2024-11-01T17:08:35.4103092Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int64 PASSED [0.0140s] [ 3%] 2024-11-01T17:08:35.4103657Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int8 PASSED [0.0135s] [ 3%] 2024-11-01T17:08:35.4104217Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_uint8 PASSED [0.0135s] [ 3%] 2024-11-01T17:08:35.4104754Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_bool PASSED [0.0137s] [ 3%] 2024-11-01T17:08:35.4105368Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_float32 PASSED [0.0135s] [ 3%] 2024-11-01T17:08:35.4105933Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_float64 PASSED [0.0136s] [ 3%] 2024-11-01T17:08:35.4106483Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int16 PASSED [0.0138s] [ 3%] 2024-11-01T17:08:35.4107050Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int32 PASSED [0.0143s] [ 4%] 2024-11-01T17:08:35.4107612Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int64 PASSED [0.0135s] [ 4%] 2024-11-01T17:08:35.4108149Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int8 PASSED [0.0136s] [ 4%] 2024-11-01T17:08:35.4108715Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_uint8 PASSED [0.0142s] [ 4%] 2024-11-01T17:08:35.4109355Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_bool PASSED [0.0212s] [ 4%] 2024-11-01T17:08:35.4109974Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_float32 PASSED [0.0217s] [ 4%] 2024-11-01T17:08:35.4110638Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_float64 PASSED [0.0220s] [ 4%] 2024-11-01T17:08:35.4111273Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int16 PASSED [0.0275s] [ 4%] 2024-11-01T17:08:35.4111913Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int32 PASSED [0.0236s] [ 4%] 2024-11-01T17:08:35.4112573Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int64 PASSED [0.0220s] [ 4%] 2024-11-01T17:08:35.4113164Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int8 PASSED [0.0209s] [ 4%] 2024-11-01T17:08:35.4113710Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_uint8 PASSED [0.0213s] [ 5%] 2024-11-01T17:08:35.4114264Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_bool PASSED [0.0213s] [ 5%] 2024-11-01T17:08:35.4114811Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_float32 PASSED [0.0214s] [ 5%] 2024-11-01T17:08:35.4115377Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_float64 PASSED [0.0218s] [ 5%] 2024-11-01T17:08:35.4115916Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int16 PASSED [0.0216s] [ 5%] 2024-11-01T17:08:35.4116450Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int32 PASSED [0.0217s] [ 5%] 2024-11-01T17:08:35.4117003Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int64 PASSED [0.0218s] [ 5%] 2024-11-01T17:08:35.4117576Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int8 PASSED [0.0296s] [ 5%] 2024-11-01T17:08:35.4118186Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_uint8 PASSED [0.0287s] [ 5%] 2024-11-01T17:08:35.4119192Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_bool SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2024-11-01T17:08:35.4120238Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_float32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2024-11-01T17:08:35.4121311Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_float64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2024-11-01T17:08:35.4122422Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int16 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2024-11-01T17:08:35.4123478Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2024-11-01T17:08:35.4124481Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2024-11-01T17:08:35.4125496Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2024-11-01T17:08:35.4126504Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_uint8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2024-11-01T17:08:35.4127357Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_bool SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2024-11-01T17:08:35.4128244Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_float32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2024-11-01T17:08:35.4129107Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_float64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2024-11-01T17:08:35.4129980Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int16 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2024-11-01T17:08:35.4130826Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2024-11-01T17:08:35.4131680Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int64 SKIPPED [0.0004s] (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2024-11-01T17:08:35.4132690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2024-11-01T17:08:35.4133545Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_uint8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2024-11-01T17:08:35.4134031Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_bfloat16 PASSED [0.0129s] [ 7%] 2024-11-01T17:08:35.4134475Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_bool PASSED [0.0124s] [ 7%] 2024-11-01T17:08:35.4134931Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_float16 PASSED [0.0124s] [ 7%] 2024-11-01T17:08:35.4135434Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_float32 PASSED [0.0124s] [ 7%] 2024-11-01T17:08:35.4135892Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_float64 PASSED [0.0128s] [ 7%] 2024-11-01T17:08:35.4136353Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int16 PASSED [0.0126s] [ 7%] 2024-11-01T17:08:35.4136800Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int32 PASSED [0.0125s] [ 7%] 2024-11-01T17:08:35.4137278Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int64 PASSED [0.0126s] [ 8%] 2024-11-01T17:08:35.4137763Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int8 PASSED [0.0125s] [ 8%] 2024-11-01T17:08:35.4138256Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_uint8 PASSED [0.0120s] [ 8%] 2024-11-01T17:08:35.4138814Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_bool PASSED [0.0136s] [ 8%] 2024-11-01T17:08:35.4139977Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_float32 PASSED [0.0142s] [ 8%] 2024-11-01T17:08:35.4140444Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_float64 PASSED [0.0132s] [ 8%] 2024-11-01T17:08:35.4140911Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int16 PASSED [0.0135s] [ 8%] 2024-11-01T17:08:35.4141366Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int32 PASSED [0.0138s] [ 8%] 2024-11-01T17:08:35.4141816Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int64 PASSED [0.0132s] [ 8%] 2024-11-01T17:08:35.4142278Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int8 PASSED [0.0134s] [ 8%] 2024-11-01T17:08:35.4142729Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_uint8 PASSED [0.0141s] [ 8%] 2024-11-01T17:08:35.4143272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_bool PASSED [0.0232s] [ 9%] 2024-11-01T17:08:35.4143815Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_float32 PASSED [0.0214s] [ 9%] 2024-11-01T17:08:35.4144415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_float64 PASSED [0.0218s] [ 9%] 2024-11-01T17:08:35.4145009Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int16 PASSED [0.0214s] [ 9%] 2024-11-01T17:08:35.4145534Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int32 PASSED [0.0215s] [ 9%] 2024-11-01T17:08:35.4146073Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int64 PASSED [0.0211s] [ 9%] 2024-11-01T17:08:35.4146594Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int8 PASSED [0.0222s] [ 9%] 2024-11-01T17:08:35.4147121Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_uint8 PASSED [0.0210s] [ 9%] 2024-11-01T17:08:35.4147655Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_bool PASSED [0.0217s] [ 9%] 2024-11-01T17:08:35.4148202Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_float32 PASSED [0.0214s] [ 9%] 2024-11-01T17:08:35.4148747Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_float64 PASSED [0.0223s] [ 9%] 2024-11-01T17:08:35.4149295Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int16 PASSED [0.0213s] [ 10%] 2024-11-01T17:08:35.4149872Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int32 PASSED [0.0213s] [ 10%] 2024-11-01T17:08:35.4150520Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int64 PASSED [0.0209s] [ 10%] 2024-11-01T17:08:35.4151429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int8 PASSED [0.0209s] [ 10%] 2024-11-01T17:08:35.4151970Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_uint8 PASSED [0.0216s] [ 10%] 2024-11-01T17:08:35.4152443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_bfloat16 PASSED [0.0124s] [ 10%] 2024-11-01T17:08:35.4152918Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_bool PASSED [0.0131s] [ 10%] 2024-11-01T17:08:35.4153416Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_float16 PASSED [0.0122s] [ 10%] 2024-11-01T17:08:35.4153869Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_float32 PASSED [0.0121s] [ 10%] 2024-11-01T17:08:35.4154319Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_float64 PASSED [0.0155s] [ 10%] 2024-11-01T17:08:35.4154775Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int16 PASSED [0.0158s] [ 10%] 2024-11-01T17:08:35.4155249Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int32 PASSED [0.0129s] [ 11%] 2024-11-01T17:08:35.4155681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int64 PASSED [0.0131s] [ 11%] 2024-11-01T17:08:35.4156132Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int8 PASSED [0.0126s] [ 11%] 2024-11-01T17:08:35.4156568Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_uint8 PASSED [0.0127s] [ 11%] 2024-11-01T17:08:35.4157031Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_bfloat16 PASSED [0.0122s] [ 11%] 2024-11-01T17:08:35.4157465Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_bool PASSED [0.0121s] [ 11%] 2024-11-01T17:08:35.4157913Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_float16 PASSED [0.0127s] [ 11%] 2024-11-01T17:08:35.4158375Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_float32 PASSED [0.0126s] [ 11%] 2024-11-01T17:08:35.4158820Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_float64 PASSED [0.0125s] [ 11%] 2024-11-01T17:08:35.4159250Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int16 PASSED [0.0123s] [ 11%] 2024-11-01T17:08:35.4159688Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int32 PASSED [0.0123s] [ 12%] 2024-11-01T17:08:35.4160108Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int64 PASSED [0.0132s] [ 12%] 2024-11-01T17:08:35.4160535Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int8 PASSED [0.0125s] [ 12%] 2024-11-01T17:08:35.4160971Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_uint8 PASSED [0.0185s] [ 12%] 2024-11-01T17:08:35.4161533Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_bfloat16 PASSED [0.0129s] [ 12%] 2024-11-01T17:08:35.4162093Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_bool PASSED [0.0127s] [ 12%] 2024-11-01T17:08:35.4162543Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_float16 PASSED [0.0184s] [ 12%] 2024-11-01T17:08:35.4162989Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_float32 PASSED [0.0129s] [ 12%] 2024-11-01T17:08:35.4163449Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_float64 PASSED [0.0127s] [ 12%] 2024-11-01T17:08:35.4163884Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int16 PASSED [0.0128s] [ 12%] 2024-11-01T17:08:35.4164318Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int32 PASSED [0.0170s] [ 12%] 2024-11-01T17:08:35.4164761Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int64 PASSED [0.0144s] [ 13%] 2024-11-01T17:08:35.4165190Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int8 PASSED [0.0173s] [ 13%] 2024-11-01T17:08:35.4165681Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_uint8 PASSED [0.0134s] [ 13%] 2024-11-01T17:08:35.4166212Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_bool PASSED [0.0226s] [ 13%] 2024-11-01T17:08:35.4166755Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_float32 PASSED [0.0215s] [ 13%] 2024-11-01T17:08:35.4167344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_float64 PASSED [0.0207s] [ 13%] 2024-11-01T17:08:35.4167908Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int16 PASSED [0.0215s] [ 13%] 2024-11-01T17:08:35.4168446Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int32 PASSED [0.0212s] [ 13%] 2024-11-01T17:08:35.4168975Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int64 PASSED [0.0212s] [ 13%] 2024-11-01T17:08:35.4169537Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int8 PASSED [0.0204s] [ 13%] 2024-11-01T17:08:35.4170080Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_uint8 PASSED [0.0215s] [ 13%] 2024-11-01T17:08:35.4170934Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_bool SKIPPED [0.0003s] (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2024-11-01T17:08:35.4171808Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_float32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2024-11-01T17:08:35.4172669Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_float64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2024-11-01T17:08:35.4173515Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int16 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2024-11-01T17:08:35.4174363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2024-11-01T17:08:35.4175196Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2024-11-01T17:08:35.4176052Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int8 SKIPPED [0.0005s] (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2024-11-01T17:08:35.4176897Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_uint8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2024-11-01T17:08:35.4177468Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_bool PASSED [0.0131s] [ 14%] 2024-11-01T17:08:35.4178010Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_float32 PASSED [0.0140s] [ 14%] 2024-11-01T17:08:35.4178484Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_float64 PASSED [0.0134s] [ 14%] 2024-11-01T17:08:35.4178963Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int16 PASSED [0.0135s] [ 15%] 2024-11-01T17:08:35.4179427Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int32 PASSED [0.0138s] [ 15%] 2024-11-01T17:08:35.4179883Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int64 PASSED [0.0137s] [ 15%] 2024-11-01T17:08:35.4180350Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int8 PASSED [0.0132s] [ 15%] 2024-11-01T17:08:35.4180809Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_uint8 PASSED [0.0134s] [ 15%] 2024-11-01T17:08:35.4181377Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_bool PASSED [0.0135s] [ 15%] 2024-11-01T17:08:35.4181903Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_float32 PASSED [0.0138s] [ 15%] 2024-11-01T17:08:35.4182420Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_float64 PASSED [0.0134s] [ 15%] 2024-11-01T17:08:35.4182981Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int16 PASSED [0.0133s] [ 15%] 2024-11-01T17:08:35.4183516Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int32 PASSED [0.0138s] [ 15%] 2024-11-01T17:08:35.4184032Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int64 PASSED [0.0133s] [ 16%] 2024-11-01T17:08:35.4184538Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int8 PASSED [0.0133s] [ 16%] 2024-11-01T17:08:35.4185087Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_uint8 PASSED [0.0139s] [ 16%] 2024-11-01T17:08:35.4185605Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_bool PASSED [0.0131s] [ 16%] 2024-11-01T17:08:35.4186126Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_float32 PASSED [0.0135s] [ 16%] 2024-11-01T17:08:35.4186640Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_float64 PASSED [0.0136s] [ 16%] 2024-11-01T17:08:35.4187163Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int16 PASSED [0.0135s] [ 16%] 2024-11-01T17:08:35.4187667Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int32 PASSED [0.0135s] [ 16%] 2024-11-01T17:08:35.4188181Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int64 PASSED [0.0135s] [ 16%] 2024-11-01T17:08:35.4188690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int8 PASSED [0.0135s] [ 16%] 2024-11-01T17:08:35.4189201Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_uint8 PASSED [0.0133s] [ 16%] 2024-11-01T17:08:35.4189718Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_bool PASSED [0.0132s] [ 17%] 2024-11-01T17:08:35.4190237Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_float32 PASSED [0.0133s] [ 17%] 2024-11-01T17:08:35.4190765Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_float64 PASSED [0.0136s] [ 17%] 2024-11-01T17:08:35.4191270Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int16 PASSED [0.0131s] [ 17%] 2024-11-01T17:08:35.4191774Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int32 PASSED [0.0162s] [ 17%] 2024-11-01T17:08:35.4192292Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int64 PASSED [0.0152s] [ 17%] 2024-11-01T17:08:35.4192795Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int8 PASSED [0.0144s] [ 17%] 2024-11-01T17:08:35.4193304Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_uint8 PASSED [0.0196s] [ 17%] 2024-11-01T17:08:35.4193820Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_bool PASSED [0.0144s] [ 17%] 2024-11-01T17:08:35.4194337Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_float32 PASSED [0.0153s] [ 17%] 2024-11-01T17:08:35.4194867Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_float64 PASSED [0.0179s] [ 17%] 2024-11-01T17:08:35.4195376Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int16 PASSED [0.0146s] [ 18%] 2024-11-01T17:08:35.4195910Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int32 PASSED [0.0169s] [ 18%] 2024-11-01T17:08:35.4196430Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int64 PASSED [0.0178s] [ 18%] 2024-11-01T17:08:35.4196935Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int8 PASSED [0.0171s] [ 18%] 2024-11-01T17:08:35.4197494Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_uint8 PASSED [0.0175s] [ 18%] 2024-11-01T17:08:35.4197981Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_bfloat16 PASSED [0.0187s] [ 18%] 2024-11-01T17:08:35.4198422Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_bool PASSED [0.0151s] [ 18%] 2024-11-01T17:08:35.4198893Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_float16 PASSED [0.0189s] [ 18%] 2024-11-01T17:08:35.4199378Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_float32 PASSED [0.0142s] [ 18%] 2024-11-01T17:08:35.4199851Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_float64 PASSED [0.0174s] [ 18%] 2024-11-01T17:08:35.4200298Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int16 PASSED [0.0175s] [ 18%] 2024-11-01T17:08:35.4200746Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int32 PASSED [0.0193s] [ 19%] 2024-11-01T17:08:35.4201203Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int64 PASSED [0.0150s] [ 19%] 2024-11-01T17:08:35.4201642Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int8 PASSED [0.0190s] [ 19%] 2024-11-01T17:08:35.4202128Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_uint8 PASSED [0.0183s] [ 19%] 2024-11-01T17:08:35.4202597Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_bool PASSED [0.0147s] [ 19%] 2024-11-01T17:08:35.4203061Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_float32 PASSED [0.0140s] [ 19%] 2024-11-01T17:08:35.4203538Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_float64 PASSED [0.0138s] [ 19%] 2024-11-01T17:08:35.4203988Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int16 PASSED [0.0192s] [ 19%] 2024-11-01T17:08:35.4204440Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int32 PASSED [0.0143s] [ 19%] 2024-11-01T17:08:35.4204905Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int64 PASSED [0.0138s] [ 19%] 2024-11-01T17:08:35.4205351Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int8 PASSED [0.0184s] [ 20%] 2024-11-01T17:08:35.4205798Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_uint8 PASSED [0.0144s] [ 20%] 2024-11-01T17:08:35.4206420Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_bfloat16 PASSED [0.0281s] [ 20%] 2024-11-01T17:08:35.4207002Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_bool PASSED [0.0237s] [ 20%] 2024-11-01T17:08:35.4207615Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_float16 PASSED [0.0294s] [ 20%] 2024-11-01T17:08:35.4208271Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [0.0237s] [ 20%] 2024-11-01T17:08:35.4208966Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [0.0291s] [ 20%] 2024-11-01T17:08:35.4209568Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int16 PASSED [0.0277s] [ 20%] 2024-11-01T17:08:35.4210195Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int32 PASSED [0.0272s] [ 20%] 2024-11-01T17:08:35.4210793Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int64 PASSED [0.0228s] [ 20%] 2024-11-01T17:08:35.4211371Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int8 PASSED [0.0273s] [ 20%] 2024-11-01T17:08:35.4211984Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_uint8 PASSED [0.0293s] [ 21%] 2024-11-01T17:08:35.4212575Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_bool PASSED [0.0143s] [ 21%] 2024-11-01T17:08:35.4213133Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_float32 PASSED [0.0170s] [ 21%] 2024-11-01T17:08:35.4213711Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_float64 PASSED [0.0175s] [ 21%] 2024-11-01T17:08:35.4214297Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int16 PASSED [0.0142s] [ 21%] 2024-11-01T17:08:35.4214846Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int32 PASSED [0.0162s] [ 21%] 2024-11-01T17:08:35.4215402Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int64 PASSED [0.0194s] [ 21%] 2024-11-01T17:08:35.4215951Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int8 PASSED [0.0141s] [ 21%] 2024-11-01T17:08:35.4216516Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_uint8 PASSED [0.0173s] [ 21%] 2024-11-01T17:08:35.4217058Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_bool PASSED [0.0171s] [ 21%] 2024-11-01T17:08:35.4217621Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_float32 PASSED [0.0139s] [ 21%] 2024-11-01T17:08:35.4218190Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_float64 PASSED [0.0139s] [ 22%] 2024-11-01T17:08:35.4218734Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int16 PASSED [0.0136s] [ 22%] 2024-11-01T17:08:35.4219293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int32 PASSED [0.0139s] [ 22%] 2024-11-01T17:08:35.4219834Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int64 PASSED [0.0132s] [ 22%] 2024-11-01T17:08:35.4220381Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int8 PASSED [0.0138s] [ 22%] 2024-11-01T17:08:35.4220942Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_uint8 PASSED [0.0135s] [ 22%] 2024-11-01T17:08:35.4221844Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_bool SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 22%] 2024-11-01T17:08:35.4222769Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 22%] 2024-11-01T17:08:35.4223672Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 22%] 2024-11-01T17:08:35.4224569Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int16 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 22%] 2024-11-01T17:08:35.4225474Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 22%] 2024-11-01T17:08:35.4226396Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2024-11-01T17:08:35.4227305Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2024-11-01T17:08:35.4228230Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_uint8 SKIPPED [0.0004s] (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2024-11-01T17:08:35.4229150Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_bool SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2024-11-01T17:08:35.4230083Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2024-11-01T17:08:35.4230983Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2024-11-01T17:08:35.4231886Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int16 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2024-11-01T17:08:35.4232774Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2024-11-01T17:08:35.4233674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2024-11-01T17:08:35.4234561Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2024-11-01T17:08:35.4235446Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_uint8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 24%] 2024-11-01T17:08:35.4236342Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_bool SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 24%] 2024-11-01T17:08:35.4237239Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 24%] 2024-11-01T17:08:35.4238155Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 24%] 2024-11-01T17:08:35.4239044Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int16 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 24%] 2024-11-01T17:08:35.4239943Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 24%] 2024-11-01T17:08:35.4240831Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 24%] 2024-11-01T17:08:35.4241710Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 24%] 2024-11-01T17:08:35.4242739Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_uint8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 24%] 2024-11-01T17:08:35.4243619Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_bool SKIPPED [0.0004s] (Skipping - testing takes an unreasonably long time, #79528) [ 24%] 2024-11-01T17:08:35.4244571Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 24%] 2024-11-01T17:08:35.4245506Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 25%] 2024-11-01T17:08:35.4246403Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int16 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 25%] 2024-11-01T17:08:35.4247327Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int32 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 25%] 2024-11-01T17:08:35.4248212Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int64 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 25%] 2024-11-01T17:08:35.4249111Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 25%] 2024-11-01T17:08:35.4249998Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_uint8 SKIPPED [0.0002s] (Skipping - testing takes an unreasonably long time, #79528) [ 25%] 2024-11-01T17:08:35.4250531Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_bool PASSED [0.0129s] [ 25%] 2024-11-01T17:08:35.4251064Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_float32 PASSED [0.0131s] [ 25%] 2024-11-01T17:08:35.4251596Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_float64 PASSED [0.0125s] [ 25%] 2024-11-01T17:08:35.4252128Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int16 PASSED [0.0133s] [ 25%] 2024-11-01T17:08:35.4252650Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int32 PASSED [0.0139s] [ 25%] 2024-11-01T17:08:35.4253180Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int64 PASSED [0.0142s] [ 26%] 2024-11-01T17:08:35.4253695Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int8 PASSED [0.0139s] [ 26%] 2024-11-01T17:08:35.4254205Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_uint8 PASSED [0.0141s] [ 26%] 2024-11-01T17:08:35.4254695Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_bfloat16 PASSED [0.0205s] [ 26%] 2024-11-01T17:08:35.4255151Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_bool PASSED [0.0205s] [ 26%] 2024-11-01T17:08:35.4255637Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_float16 PASSED [0.0210s] [ 26%] 2024-11-01T17:08:35.4256107Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_float32 PASSED [0.0202s] [ 26%] 2024-11-01T17:08:35.4256573Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_float64 PASSED [0.0206s] [ 26%] 2024-11-01T17:08:35.4257045Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int16 PASSED [0.0205s] [ 26%] 2024-11-01T17:08:35.4257503Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int32 PASSED [0.0211s] [ 26%] 2024-11-01T17:08:35.4258012Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int64 PASSED [0.0206s] [ 26%] 2024-11-01T17:08:35.4258466Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int8 PASSED [0.0212s] [ 27%] 2024-11-01T17:08:35.4258923Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_uint8 PASSED [0.0203s] [ 27%] 2024-11-01T17:08:35.4259406Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_bool PASSED [0.0210s] [ 27%] 2024-11-01T17:08:35.4259884Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_float32 PASSED [0.0206s] [ 27%] 2024-11-01T17:08:35.4260335Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_float64 PASSED [0.0202s] [ 27%] 2024-11-01T17:08:35.4260790Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int16 PASSED [0.0211s] [ 27%] 2024-11-01T17:08:35.4261230Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int32 PASSED [0.0204s] [ 27%] 2024-11-01T17:08:35.4261716Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int64 PASSED [0.0210s] [ 27%] 2024-11-01T17:08:35.4262150Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int8 PASSED [0.0209s] [ 27%] 2024-11-01T17:08:35.4262589Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_uint8 PASSED [0.0213s] [ 27%] 2024-11-01T17:08:35.4263029Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_bfloat16 PASSED [0.0119s] [ 28%] 2024-11-01T17:08:35.4263434Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_bool PASSED [0.0125s] [ 28%] 2024-11-01T17:08:35.4263929Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_complex128 PASSED [0.0122s] [ 28%] 2024-11-01T17:08:35.4264434Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_complex32 PASSED [0.0127s] [ 28%] 2024-11-01T17:08:35.4264913Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_complex64 PASSED [0.0123s] [ 28%] 2024-11-01T17:08:35.4265349Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_float16 PASSED [0.0119s] [ 28%] 2024-11-01T17:08:35.4265765Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_float32 PASSED [0.0122s] [ 28%] 2024-11-01T17:08:35.4266182Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_float64 PASSED [0.0124s] [ 28%] 2024-11-01T17:08:35.4266602Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int16 PASSED [0.0118s] [ 28%] 2024-11-01T17:08:35.4267006Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int32 PASSED [0.0121s] [ 28%] 2024-11-01T17:08:35.4267410Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int64 PASSED [0.0126s] [ 28%] 2024-11-01T17:08:35.4267827Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int8 PASSED [0.0119s] [ 29%] 2024-11-01T17:08:35.4268230Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_uint8 PASSED [0.0118s] [ 29%] 2024-11-01T17:08:35.4268722Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_bfloat16 PASSED [0.0136s] [ 29%] 2024-11-01T17:08:35.4269175Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_bool PASSED [0.0137s] [ 29%] 2024-11-01T17:08:35.4269658Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_complex128 PASSED [0.0131s] [ 29%] 2024-11-01T17:08:35.4270153Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_complex64 PASSED [0.0135s] [ 29%] 2024-11-01T17:08:35.4270620Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_float16 PASSED [0.0137s] [ 29%] 2024-11-01T17:08:35.4271096Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_float32 PASSED [0.0131s] [ 29%] 2024-11-01T17:08:35.4271556Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_float64 PASSED [0.0132s] [ 29%] 2024-11-01T17:08:35.4272051Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int16 PASSED [0.0131s] [ 29%] 2024-11-01T17:08:35.4272517Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int32 PASSED [0.0139s] [ 29%] 2024-11-01T17:08:35.4272966Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int64 PASSED [0.0134s] [ 30%] 2024-11-01T17:08:35.4273690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int8 PASSED [0.0135s] [ 30%] 2024-11-01T17:08:35.4274350Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_uint8 PASSED [0.0136s] [ 30%] 2024-11-01T17:08:35.4274852Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_bfloat16 PASSED [0.0145s] [ 30%] 2024-11-01T17:08:35.4275347Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_bool PASSED [0.0146s] [ 30%] 2024-11-01T17:08:35.4275897Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_complex128 PASSED [0.0150s] [ 30%] 2024-11-01T17:08:35.4276404Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_complex32 PASSED [0.0146s] [ 30%] 2024-11-01T17:08:35.4276916Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_complex64 PASSED [0.0153s] [ 30%] 2024-11-01T17:08:35.4277409Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_float16 PASSED [0.0143s] [ 30%] 2024-11-01T17:08:35.4277916Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_float32 PASSED [0.0144s] [ 30%] 2024-11-01T17:08:35.4278408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_float64 PASSED [0.0147s] [ 30%] 2024-11-01T17:08:35.4278888Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int16 PASSED [0.0145s] [ 31%] 2024-11-01T17:08:35.4279391Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int32 PASSED [0.0145s] [ 31%] 2024-11-01T17:08:35.4279876Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int64 PASSED [0.0145s] [ 31%] 2024-11-01T17:08:35.4280368Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int8 PASSED [0.0146s] [ 31%] 2024-11-01T17:08:35.4280848Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_uint8 PASSED [0.0147s] [ 31%] 2024-11-01T17:08:35.4281324Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_bfloat16 PASSED [0.0143s] [ 31%] 2024-11-01T17:08:35.4281795Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_bool PASSED [0.0146s] [ 31%] 2024-11-01T17:08:35.4282342Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_complex128 PASSED [0.0149s] [ 31%] 2024-11-01T17:08:35.4282824Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_complex32 PASSED [0.0143s] [ 31%] 2024-11-01T17:08:35.4283323Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_complex64 PASSED [0.0147s] [ 31%] 2024-11-01T17:08:35.4283792Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_float16 PASSED [0.0148s] [ 32%] 2024-11-01T17:08:35.4284274Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_float32 PASSED [0.0142s] [ 32%] 2024-11-01T17:08:35.4284738Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_float64 PASSED [0.0147s] [ 32%] 2024-11-01T17:08:35.4285196Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int16 PASSED [0.0150s] [ 32%] 2024-11-01T17:08:35.4285667Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int32 PASSED [0.0142s] [ 32%] 2024-11-01T17:08:35.4286122Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int64 PASSED [0.0146s] [ 32%] 2024-11-01T17:08:35.4286633Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int8 PASSED [0.0149s] [ 32%] 2024-11-01T17:08:35.4287088Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_uint8 PASSED [0.0145s] [ 32%] 2024-11-01T17:08:35.4287506Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_bfloat16 PASSED [0.0109s] [ 32%] 2024-11-01T17:08:35.4287915Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_bool PASSED [0.0111s] [ 32%] 2024-11-01T17:08:35.4288374Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_complex128 PASSED [0.0108s] [ 32%] 2024-11-01T17:08:35.4288826Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_complex64 PASSED [0.0107s] [ 33%] 2024-11-01T17:08:35.4289249Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_float16 PASSED [0.0109s] [ 33%] 2024-11-01T17:08:35.4289660Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_float32 PASSED [0.0109s] [ 33%] 2024-11-01T17:08:35.4290116Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_float64 PASSED [0.0111s] [ 33%] 2024-11-01T17:08:35.4290515Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int16 PASSED [0.0112s] [ 33%] 2024-11-01T17:08:35.4290913Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int32 PASSED [0.0109s] [ 33%] 2024-11-01T17:08:35.4291317Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int64 PASSED [0.0109s] [ 33%] 2024-11-01T17:08:35.4291713Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int8 PASSED [0.0109s] [ 33%] 2024-11-01T17:08:35.4292111Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_uint8 PASSED [0.0107s] [ 33%] 2024-11-01T17:08:35.4292558Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_bfloat16 PASSED [0.0132s] [ 33%] 2024-11-01T17:08:35.4292963Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_bool PASSED [0.0134s] [ 33%] 2024-11-01T17:08:35.4293420Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_complex128 PASSED [0.0135s] [ 34%] 2024-11-01T17:08:35.4293850Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_complex64 PASSED [0.0131s] [ 34%] 2024-11-01T17:08:35.4294272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_float16 PASSED [0.0136s] [ 34%] 2024-11-01T17:08:35.4294705Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_float32 PASSED [0.0135s] [ 34%] 2024-11-01T17:08:35.4295124Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_float64 PASSED [0.0130s] [ 34%] 2024-11-01T17:08:35.4295535Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int16 PASSED [0.0133s] [ 34%] 2024-11-01T17:08:35.4295958Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int32 PASSED [0.0137s] [ 34%] 2024-11-01T17:08:35.4296365Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int64 PASSED [0.0131s] [ 34%] 2024-11-01T17:08:35.4296786Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int8 PASSED [0.0134s] [ 34%] 2024-11-01T17:08:35.4297192Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_uint8 PASSED [0.0134s] [ 34%] 2024-11-01T17:08:35.4297653Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_bfloat16 PASSED [0.0193s] [ 34%] 2024-11-01T17:08:35.4298110Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_bool PASSED [0.0194s] [ 35%] 2024-11-01T17:08:35.4298586Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_complex128 PASSED [0.0197s] [ 35%] 2024-11-01T17:08:35.4299073Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_complex32 PASSED [0.0189s] [ 35%] 2024-11-01T17:08:35.4299541Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_complex64 PASSED [0.0197s] [ 35%] 2024-11-01T17:08:35.4300069Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_float16 PASSED [0.0193s] [ 35%] 2024-11-01T17:08:35.4300581Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_float32 PASSED [0.0191s] [ 35%] 2024-11-01T17:08:35.4301035Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_float64 PASSED [0.0197s] [ 35%] 2024-11-01T17:08:35.4301478Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int16 PASSED [0.0191s] [ 35%] 2024-11-01T17:08:35.4301963Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int32 PASSED [0.0195s] [ 35%] 2024-11-01T17:08:35.4302440Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int64 PASSED [0.0191s] [ 35%] 2024-11-01T17:08:35.4302894Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int8 PASSED [0.0188s] [ 36%] 2024-11-01T17:08:35.4303339Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_uint8 PASSED [0.0201s] [ 36%] 2024-11-01T17:08:35.4303806Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_bfloat16 PASSED [0.0191s] [ 36%] 2024-11-01T17:08:35.4304235Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_bool PASSED [0.0195s] [ 36%] 2024-11-01T17:08:35.4304682Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_complex128 PASSED [0.0189s] [ 36%] 2024-11-01T17:08:35.4305125Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_complex32 PASSED [0.0203s] [ 36%] 2024-11-01T17:08:35.4305578Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_complex64 PASSED [0.0193s] [ 36%] 2024-11-01T17:08:35.4306010Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_float16 PASSED [0.0193s] [ 36%] 2024-11-01T17:08:35.4306451Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_float32 PASSED [0.0198s] [ 36%] 2024-11-01T17:08:35.4306877Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_float64 PASSED [0.0189s] [ 36%] 2024-11-01T17:08:35.4307302Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int16 PASSED [0.0192s] [ 36%] 2024-11-01T17:08:35.4307735Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int32 PASSED [0.0192s] [ 37%] 2024-11-01T17:08:35.4308153Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int64 PASSED [0.0195s] [ 37%] 2024-11-01T17:08:35.4308581Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int8 PASSED [0.0192s] [ 37%] 2024-11-01T17:08:35.4308998Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_uint8 PASSED [0.0190s] [ 37%] 2024-11-01T17:08:35.4309482Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_bfloat16 PASSED [0.0172s] [ 37%] 2024-11-01T17:08:35.4309959Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_bool PASSED [0.0171s] [ 37%] 2024-11-01T17:08:35.4310454Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_complex128 PASSED [0.0168s] [ 37%] 2024-11-01T17:08:35.4310944Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_complex32 PASSED [0.0173s] [ 37%] 2024-11-01T17:08:35.4311443Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_complex64 PASSED [0.0166s] [ 37%] 2024-11-01T17:08:35.4311920Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_float16 PASSED [0.0171s] [ 37%] 2024-11-01T17:08:35.4312408Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_float32 PASSED [0.0169s] [ 37%] 2024-11-01T17:08:35.4312883Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_float64 PASSED [0.0167s] [ 38%] 2024-11-01T17:08:35.4313343Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int16 PASSED [0.0171s] [ 38%] 2024-11-01T17:08:35.4313815Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int32 PASSED [0.0169s] [ 38%] 2024-11-01T17:08:35.4314276Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int64 PASSED [0.0167s] [ 38%] 2024-11-01T17:08:35.4314782Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int8 PASSED [0.0172s] [ 38%] 2024-11-01T17:08:35.4315245Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_uint8 PASSED [0.0166s] [ 38%] 2024-11-01T17:08:35.4315671Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_bfloat16 PASSED [0.0202s] [ 38%] 2024-11-01T17:08:35.4316111Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_bool PASSED [0.0204s] [ 38%] 2024-11-01T17:08:35.4316573Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_complex128 PASSED [0.0200s] [ 38%] 2024-11-01T17:08:35.4317003Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_complex32 PASSED [0.0204s] [ 38%] 2024-11-01T17:08:35.4317438Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_complex64 PASSED [0.0206s] [ 38%] 2024-11-01T17:08:35.4317890Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_float16 PASSED [0.0200s] [ 39%] 2024-11-01T17:08:35.4318315Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_float32 PASSED [0.0207s] [ 39%] 2024-11-01T17:08:35.4318730Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_float64 PASSED [0.0202s] [ 39%] 2024-11-01T17:08:35.4319133Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int16 PASSED [0.0201s] [ 39%] 2024-11-01T17:08:35.4319551Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int32 PASSED [0.0200s] [ 39%] 2024-11-01T17:08:35.4319960Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int64 PASSED [0.0204s] [ 39%] 2024-11-01T17:08:35.4320358Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int8 PASSED [0.0198s] [ 39%] 2024-11-01T17:08:35.4320773Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_uint8 PASSED [0.0199s] [ 39%] 2024-11-01T17:08:35.4321190Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_bfloat16 PASSED [0.0227s] [ 39%] 2024-11-01T17:08:35.4321625Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_complex128 PASSED [0.0225s] [ 39%] 2024-11-01T17:08:35.4322092Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_complex64 PASSED [0.0232s] [ 40%] 2024-11-01T17:08:35.4322494Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_float16 PASSED [0.0232s] [ 40%] 2024-11-01T17:08:35.4322915Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_float32 PASSED [0.0226s] [ 40%] 2024-11-01T17:08:35.4323323Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_float64 PASSED [0.0228s] [ 40%] 2024-11-01T17:08:35.4323762Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_bfloat16 PASSED [0.0233s] [ 40%] 2024-11-01T17:08:35.4324227Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_complex128 PASSED [0.0233s] [ 40%] 2024-11-01T17:08:35.4324674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_complex64 PASSED [0.0231s] [ 40%] 2024-11-01T17:08:35.4325118Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_float16 PASSED [0.0231s] [ 40%] 2024-11-01T17:08:35.4325546Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_float32 PASSED [0.0227s] [ 40%] 2024-11-01T17:08:35.4325968Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_float64 PASSED [0.0231s] [ 40%] 2024-11-01T17:08:35.4326472Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_bfloat16 PASSED [0.0121s] [ 40%] 2024-11-01T17:08:35.4326968Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_complex128 PASSED [0.0125s] [ 41%] 2024-11-01T17:08:35.4327465Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_complex64 PASSED [0.0124s] [ 41%] 2024-11-01T17:08:35.4327940Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_float16 PASSED [0.0121s] [ 41%] 2024-11-01T17:08:35.4328450Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_float32 PASSED [0.0126s] [ 41%] 2024-11-01T17:08:35.4328937Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_float64 PASSED [0.0119s] [ 41%] 2024-11-01T17:08:35.4329394Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_bfloat16 PASSED [0.0121s] [ 41%] 2024-11-01T17:08:35.4329894Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_complex128 PASSED [0.0120s] [ 41%] 2024-11-01T17:08:35.4330406Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_complex64 PASSED [0.0123s] [ 41%] 2024-11-01T17:08:35.4330856Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_float16 PASSED [0.0122s] [ 41%] 2024-11-01T17:08:35.4331327Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_float32 PASSED [0.0122s] [ 41%] 2024-11-01T17:08:35.4331813Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_float64 PASSED [0.0124s] [ 41%] 2024-11-01T17:08:35.4332241Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_complex128 PASSED [0.0209s] [ 42%] 2024-11-01T17:08:35.4332683Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_complex64 PASSED [0.0212s] [ 42%] 2024-11-01T17:08:35.4333094Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_float32 PASSED [0.0207s] [ 42%] 2024-11-01T17:08:35.4333517Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_float64 PASSED [0.0211s] [ 42%] 2024-11-01T17:08:35.4333927Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_bfloat16 PASSED [0.0231s] [ 42%] 2024-11-01T17:08:35.4334349Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_complex128 PASSED [0.0237s] [ 42%] 2024-11-01T17:08:35.4334779Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_complex32 PASSED [0.0237s] [ 42%] 2024-11-01T17:08:35.4335202Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_complex64 PASSED [0.0237s] [ 42%] 2024-11-01T17:08:35.4335607Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_float16 PASSED [0.0237s] [ 42%] 2024-11-01T17:08:35.4336024Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_float32 PASSED [0.0231s] [ 42%] 2024-11-01T17:08:35.4336427Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_float64 PASSED [0.0236s] [ 42%] 2024-11-01T17:08:35.4336838Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int16 PASSED [0.0234s] [ 43%] 2024-11-01T17:08:35.4337232Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int32 PASSED [0.0234s] [ 43%] 2024-11-01T17:08:35.4337625Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int64 PASSED [0.0236s] [ 43%] 2024-11-01T17:08:35.4338027Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int8 PASSED [0.0230s] [ 43%] 2024-11-01T17:08:35.4338414Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_uint8 PASSED [0.0238s] [ 43%] 2024-11-01T17:08:35.4338828Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_bfloat16 PASSED [0.0329s] [ 43%] 2024-11-01T17:08:35.4339230Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_bool PASSED [0.0328s] [ 43%] 2024-11-01T17:08:35.4339654Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_complex128 PASSED [0.0331s] [ 43%] 2024-11-01T17:08:35.4340085Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_complex64 PASSED [0.0331s] [ 43%] 2024-11-01T17:08:35.4340491Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_float16 PASSED [0.0331s] [ 43%] 2024-11-01T17:08:35.4340892Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_float32 PASSED [0.0325s] [ 44%] 2024-11-01T17:08:35.4341310Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_float64 PASSED [0.0325s] [ 44%] 2024-11-01T17:08:35.4341705Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int16 PASSED [0.0337s] [ 44%] 2024-11-01T17:08:35.4342134Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int32 PASSED [0.0340s] [ 44%] 2024-11-01T17:08:35.4342538Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int64 PASSED [0.0321s] [ 44%] 2024-11-01T17:08:35.4342925Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int8 PASSED [0.0327s] [ 44%] 2024-11-01T17:08:35.4343363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_uint8 PASSED [0.0334s] [ 44%] 2024-11-01T17:08:35.4343841Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_bfloat16 PASSED [0.0293s] [ 44%] 2024-11-01T17:08:35.4344271Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_bool PASSED [0.0291s] [ 44%] 2024-11-01T17:08:35.4344746Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_complex128 PASSED [0.0291s] [ 44%] 2024-11-01T17:08:35.4345234Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_complex64 PASSED [0.0286s] [ 44%] 2024-11-01T17:08:35.4345696Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_float16 PASSED [0.0288s] [ 45%] 2024-11-01T17:08:35.4346138Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_float32 PASSED [0.0290s] [ 45%] 2024-11-01T17:08:35.4346582Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_float64 PASSED [0.0281s] [ 45%] 2024-11-01T17:08:35.4347033Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int16 PASSED [0.0282s] [ 45%] 2024-11-01T17:08:35.4347469Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int32 PASSED [0.0293s] [ 45%] 2024-11-01T17:08:35.4347900Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int64 PASSED [0.0289s] [ 45%] 2024-11-01T17:08:35.4348343Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int8 PASSED [0.0287s] [ 45%] 2024-11-01T17:08:35.4348776Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_uint8 PASSED [0.0287s] [ 45%] 2024-11-01T17:08:35.4349214Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_complex128 PASSED [0.3209s] [ 45%] 2024-11-01T17:08:35.4349631Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_complex64 PASSED [0.3230s] [ 45%] 2024-11-01T17:08:35.4350036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_float32 PASSED [0.3203s] [ 45%] 2024-11-01T17:08:35.4350455Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_float64 PASSED [0.3137s] [ 46%] 2024-11-01T17:08:35.4350919Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_complex128 PASSED [0.0319s] [ 46%] 2024-11-01T17:08:35.4351377Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_complex64 PASSED [0.0319s] [ 46%] 2024-11-01T17:08:35.4351834Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_float32 PASSED [0.0308s] [ 46%] 2024-11-01T17:08:35.4352282Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_float64 PASSED [0.0319s] [ 46%] 2024-11-01T17:08:35.4352723Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_bfloat16 PASSED [0.0135s] [ 46%] 2024-11-01T17:08:35.4353127Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_bool PASSED [0.0135s] [ 46%] 2024-11-01T17:08:35.4353563Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_complex128 PASSED [0.0135s] [ 46%] 2024-11-01T17:08:35.4354009Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_complex64 PASSED [0.0135s] [ 46%] 2024-11-01T17:08:35.4354431Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_float16 PASSED [0.0138s] [ 46%] 2024-11-01T17:08:35.4354860Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_float32 PASSED [0.0141s] [ 46%] 2024-11-01T17:08:35.4355274Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_float64 PASSED [0.0132s] [ 47%] 2024-11-01T17:08:35.4355721Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int16 PASSED [0.0132s] [ 47%] 2024-11-01T17:08:35.4356144Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int32 PASSED [0.0142s] [ 47%] 2024-11-01T17:08:35.4356549Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int64 PASSED [0.0133s] [ 47%] 2024-11-01T17:08:35.4356955Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int8 PASSED [0.0136s] [ 47%] 2024-11-01T17:08:35.4357410Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_uint8 PASSED [0.0140s] [ 47%] 2024-11-01T17:08:35.4357847Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_bfloat16 PASSED [0.0132s] [ 47%] 2024-11-01T17:08:35.4358242Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_bool PASSED [0.0135s] [ 47%] 2024-11-01T17:08:35.4358650Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_complex128 PASSED [0.0141s] [ 47%] 2024-11-01T17:08:35.4359092Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_complex64 PASSED [0.0133s] [ 47%] 2024-11-01T17:08:35.4359501Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_float16 PASSED [0.0136s] [ 48%] 2024-11-01T17:08:35.4359895Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_float32 PASSED [0.0144s] [ 48%] 2024-11-01T17:08:35.4360286Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_float64 PASSED [0.0133s] [ 48%] 2024-11-01T17:08:35.4360680Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int16 PASSED [0.0133s] [ 48%] 2024-11-01T17:08:35.4361062Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int32 PASSED [0.0137s] [ 48%] 2024-11-01T17:08:35.4361452Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int64 PASSED [0.0136s] [ 48%] 2024-11-01T17:08:35.4361830Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int8 PASSED [0.0132s] [ 48%] 2024-11-01T17:08:35.4362277Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_uint8 PASSED [0.0135s] [ 48%] 2024-11-01T17:08:35.4362765Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_bfloat16 PASSED [0.0156s] [ 48%] 2024-11-01T17:08:35.4363214Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_bool PASSED [0.0148s] [ 48%] 2024-11-01T17:08:35.4363694Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_complex128 PASSED [0.0158s] [ 48%] 2024-11-01T17:08:35.4364179Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_complex64 PASSED [0.0202s] [ 49%] 2024-11-01T17:08:35.4364643Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_float16 PASSED [0.0159s] [ 49%] 2024-11-01T17:08:35.4365120Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_float32 PASSED [0.0216s] [ 49%] 2024-11-01T17:08:35.4365575Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_float64 PASSED [0.0162s] [ 49%] 2024-11-01T17:08:35.4366027Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int16 PASSED [0.0194s] [ 49%] 2024-11-01T17:08:35.4366494Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int32 PASSED [0.0180s] [ 49%] 2024-11-01T17:08:35.4366939Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int64 PASSED [0.0159s] [ 49%] 2024-11-01T17:08:35.4367402Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int8 PASSED [0.0189s] [ 49%] 2024-11-01T17:08:35.4367854Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_uint8 PASSED [0.0194s] [ 49%] 2024-11-01T17:08:35.4368269Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_bfloat16 PASSED [0.0244s] [ 49%] 2024-11-01T17:08:35.4368676Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_bool PASSED [0.0275s] [ 49%] 2024-11-01T17:08:35.4369105Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_complex128 PASSED [0.0249s] [ 50%] 2024-11-01T17:08:35.4369565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_complex64 PASSED [0.0268s] [ 50%] 2024-11-01T17:08:35.4369987Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_float16 PASSED [0.0289s] [ 50%] 2024-11-01T17:08:35.4370397Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_float32 PASSED [0.0228s] [ 50%] 2024-11-01T17:08:35.4370848Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_float64 PASSED [0.0289s] [ 50%] 2024-11-01T17:08:35.4371276Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int16 PASSED [0.0228s] [ 50%] 2024-11-01T17:08:35.4371672Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int32 PASSED [0.0276s] [ 50%] 2024-11-01T17:08:35.4372089Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int64 PASSED [0.0223s] [ 50%] 2024-11-01T17:08:35.4372482Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int8 PASSED [0.0301s] [ 50%] 2024-11-01T17:08:35.4373243Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_uint8 PASSED [0.0263s] [ 50%] 2024-11-01T17:08:35.4373668Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_bfloat16 PASSED [0.0145s] [ 50%] 2024-11-01T17:08:35.4374056Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_bool PASSED [0.0112s] [ 51%] 2024-11-01T17:08:35.4374499Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_complex128 PASSED [0.0131s] [ 51%] 2024-11-01T17:08:35.4374918Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_complex64 PASSED [0.0149s] [ 51%] 2024-11-01T17:08:35.4375323Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_float16 PASSED [0.0111s] [ 51%] 2024-11-01T17:08:35.4375742Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_float32 PASSED [0.0120s] [ 51%] 2024-11-01T17:08:35.4376145Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_float64 PASSED [0.0143s] [ 51%] 2024-11-01T17:08:35.4376542Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int16 PASSED [0.0121s] [ 51%] 2024-11-01T17:08:35.4376949Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int32 PASSED [0.0117s] [ 51%] 2024-11-01T17:08:35.4377335Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int64 PASSED [0.0140s] [ 51%] 2024-11-01T17:08:35.4377738Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int8 PASSED [0.0137s] [ 51%] 2024-11-01T17:08:35.4378133Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_uint8 PASSED [0.0161s] [ 52%] 2024-11-01T17:08:35.4378551Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_bfloat16 PASSED [0.0119s] [ 52%] 2024-11-01T17:08:35.4378950Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_bool PASSED [0.0114s] [ 52%] 2024-11-01T17:08:35.4379381Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_complex128 PASSED [0.0160s] [ 52%] 2024-11-01T17:08:35.4379810Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_complex64 PASSED [0.0113s] [ 52%] 2024-11-01T17:08:35.4380237Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_float16 PASSED [0.0115s] [ 52%] 2024-11-01T17:08:35.4380644Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_float32 PASSED [0.0168s] [ 52%] 2024-11-01T17:08:35.4381065Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_float64 PASSED [0.0114s] [ 52%] 2024-11-01T17:08:35.4381468Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int16 PASSED [0.0160s] [ 52%] 2024-11-01T17:08:35.4381868Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int32 PASSED [0.0123s] [ 52%] 2024-11-01T17:08:35.4382280Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int64 PASSED [0.0113s] [ 52%] 2024-11-01T17:08:35.4382676Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int8 PASSED [0.0112s] [ 53%] 2024-11-01T17:08:35.4383380Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_uint8 PASSED [0.0113s] [ 53%] 2024-11-01T17:08:35.4383845Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_bfloat16 PASSED [0.0220s] [ 53%] 2024-11-01T17:08:35.4384280Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_bool PASSED [0.0211s] [ 53%] 2024-11-01T17:08:35.4384765Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_complex128 PASSED [0.0215s] [ 53%] 2024-11-01T17:08:35.4385265Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_complex64 PASSED [0.0212s] [ 53%] 2024-11-01T17:08:35.4385751Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_float16 PASSED [0.0222s] [ 53%] 2024-11-01T17:08:35.4386222Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_float32 PASSED [0.0215s] [ 53%] 2024-11-01T17:08:35.4386669Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_float64 PASSED [0.0223s] [ 53%] 2024-11-01T17:08:35.4387162Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int16 PASSED [0.0223s] [ 53%] 2024-11-01T17:08:35.4387607Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int32 PASSED [0.0217s] [ 53%] 2024-11-01T17:08:35.4388045Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int64 PASSED [0.0213s] [ 54%] 2024-11-01T17:08:35.4388499Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int8 PASSED [0.0223s] [ 54%] 2024-11-01T17:08:35.4388943Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_uint8 PASSED [0.0223s] [ 54%] 2024-11-01T17:08:35.4389385Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_bfloat16 PASSED [0.0125s] [ 54%] 2024-11-01T17:08:35.4389857Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_complex128 PASSED [0.0121s] [ 54%] 2024-11-01T17:08:35.4390308Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_complex64 PASSED [0.0126s] [ 54%] 2024-11-01T17:08:35.4390764Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_float16 PASSED [0.0121s] [ 54%] 2024-11-01T17:08:35.4391204Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_float32 PASSED [0.0121s] [ 54%] 2024-11-01T17:08:35.4391640Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_float64 PASSED [0.0130s] [ 54%] 2024-11-01T17:08:35.4392086Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int16 PASSED [0.0141s] [ 54%] 2024-11-01T17:08:35.4392514Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int32 PASSED [0.0203s] [ 54%] 2024-11-01T17:08:35.4392948Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int64 PASSED [0.0133s] [ 55%] 2024-11-01T17:08:35.4393371Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int8 PASSED [0.0121s] [ 55%] 2024-11-01T17:08:35.4393807Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_uint8 PASSED [0.0123s] [ 55%] 2024-11-01T17:08:35.4394236Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_bfloat16 PASSED [0.0750s] [ 55%] 2024-11-01T17:08:35.4394631Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_bool PASSED [0.0735s] [ 55%] 2024-11-01T17:08:35.4395056Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_complex128 PASSED [0.0752s] [ 55%] 2024-11-01T17:08:35.4395497Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_complex64 PASSED [0.0752s] [ 55%] 2024-11-01T17:08:35.4395906Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_float16 PASSED [0.0753s] [ 55%] 2024-11-01T17:08:35.4396326Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_float32 PASSED [0.0743s] [ 55%] 2024-11-01T17:08:35.4403133Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_float64 PASSED [0.0744s] [ 55%] 2024-11-01T17:08:35.4403718Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int16 PASSED [0.0744s] [ 56%] 2024-11-01T17:08:35.4404135Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int32 PASSED [0.0740s] [ 56%] 2024-11-01T17:08:35.4404542Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int64 PASSED [0.0739s] [ 56%] 2024-11-01T17:08:35.4404961Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int8 PASSED [0.0751s] [ 56%] 2024-11-01T17:08:35.4405399Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_uint8 PASSED [0.0741s] [ 56%] 2024-11-01T17:08:35.4405845Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_bfloat16 PASSED [0.0395s] [ 56%] 2024-11-01T17:08:35.4406252Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_bool PASSED [0.0391s] [ 56%] 2024-11-01T17:08:35.4406669Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_complex128 PASSED [0.0402s] [ 56%] 2024-11-01T17:08:35.4407149Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_complex64 PASSED [0.0398s] [ 56%] 2024-11-01T17:08:35.4407556Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_float16 PASSED [0.0391s] [ 56%] 2024-11-01T17:08:35.4407951Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_float32 PASSED [0.0386s] [ 56%] 2024-11-01T17:08:35.4408371Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_float64 PASSED [0.0401s] [ 57%] 2024-11-01T17:08:35.4408768Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int16 PASSED [0.0395s] [ 57%] 2024-11-01T17:08:35.4409176Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int32 PASSED [0.0396s] [ 57%] 2024-11-01T17:08:35.4409561Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int64 PASSED [0.0397s] [ 57%] 2024-11-01T17:08:35.4409946Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int8 PASSED [0.0392s] [ 57%] 2024-11-01T17:08:35.4410350Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_uint8 PASSED [0.0397s] [ 57%] 2024-11-01T17:08:35.4410801Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_bfloat16 PASSED [0.0125s] [ 57%] 2024-11-01T17:08:35.4411231Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_bool PASSED [0.0124s] [ 57%] 2024-11-01T17:08:35.4411699Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_complex128 PASSED [0.0121s] [ 57%] 2024-11-01T17:08:35.4412151Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_complex64 PASSED [0.0131s] [ 57%] 2024-11-01T17:08:35.4412608Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_float16 PASSED [0.0181s] [ 57%] 2024-11-01T17:08:35.4413038Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_float32 PASSED [0.0127s] [ 58%] 2024-11-01T17:08:35.4413469Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_float64 PASSED [0.0180s] [ 58%] 2024-11-01T17:08:35.4413910Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int16 PASSED [0.0128s] [ 58%] 2024-11-01T17:08:35.4414330Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int32 PASSED [0.0162s] [ 58%] 2024-11-01T17:08:35.4414754Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int64 PASSED [0.0138s] [ 58%] 2024-11-01T17:08:35.4415192Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int8 PASSED [0.0174s] [ 58%] 2024-11-01T17:08:35.4415617Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_uint8 PASSED [0.0127s] [ 58%] 2024-11-01T17:08:35.4416054Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_bfloat16 PASSED [0.0347s] [ 58%] 2024-11-01T17:08:35.4416468Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_float16 PASSED [0.0304s] [ 58%] 2024-11-01T17:08:35.4416880Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_float32 PASSED [0.0309s] [ 58%] 2024-11-01T17:08:35.4417307Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_float64 PASSED [0.0347s] [ 58%] 2024-11-01T17:08:35.4417741Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int16 PASSED [0.0329s] [ 59%] 2024-11-01T17:08:35.4418146Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int32 PASSED [0.0322s] [ 59%] 2024-11-01T17:08:35.4418560Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int64 PASSED [0.0316s] [ 59%] 2024-11-01T17:08:35.4418991Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int8 PASSED [0.0301s] [ 59%] 2024-11-01T17:08:35.4419430Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_uint8 PASSED [0.0341s] [ 59%] 2024-11-01T17:08:35.4420010Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_bfloat16 PASSED [0.0266s] [ 59%] 2024-11-01T17:08:35.4420570Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_bool PASSED [0.0248s] [ 59%] 2024-11-01T17:08:35.4421192Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_float16 PASSED [0.0278s] [ 59%] 2024-11-01T17:08:35.4421764Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_float32 PASSED [0.0240s] [ 59%] 2024-11-01T17:08:35.4422351Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_float64 PASSED [0.0250s] [ 59%] 2024-11-01T17:08:35.4422910Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int16 PASSED [0.0223s] [ 60%] 2024-11-01T17:08:35.4423469Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int32 PASSED [0.0318s] [ 60%] 2024-11-01T17:08:35.4424036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int64 PASSED [0.0209s] [ 60%] 2024-11-01T17:08:35.4424588Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int8 PASSED [0.0214s] [ 60%] 2024-11-01T17:08:35.4425166Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_uint8 PASSED [0.0268s] [ 60%] 2024-11-01T17:08:35.4425603Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_complex128 PASSED [0.0121s] [ 60%] 2024-11-01T17:08:35.4426029Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_complex64 PASSED [0.0124s] [ 60%] 2024-11-01T17:08:35.4426461Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_float32 PASSED [0.0116s] [ 60%] 2024-11-01T17:08:35.4426878Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_float64 PASSED [0.0112s] [ 60%] 2024-11-01T17:08:35.4427288Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int16 PASSED [0.0109s] [ 60%] 2024-11-01T17:08:35.4427706Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int32 PASSED [0.0114s] [ 60%] 2024-11-01T17:08:35.4428115Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int64 PASSED [0.0111s] [ 61%] 2024-11-01T17:08:35.4428530Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int8 PASSED [0.0109s] [ 61%] 2024-11-01T17:08:35.4428934Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_uint8 PASSED [0.0110s] [ 61%] 2024-11-01T17:08:35.4429405Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_bfloat16 PASSED [0.0196s] [ 61%] 2024-11-01T17:08:35.4429873Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_bool PASSED [0.0194s] [ 61%] 2024-11-01T17:08:35.4430358Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_complex128 PASSED [0.0192s] [ 61%] 2024-11-01T17:08:35.4430831Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_complex32 PASSED [0.0201s] [ 61%] 2024-11-01T17:08:35.4431320Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_complex64 PASSED [0.0191s] [ 61%] 2024-11-01T17:08:35.4431823Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_float16 PASSED [0.0200s] [ 61%] 2024-11-01T17:08:35.4432306Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_float32 PASSED [0.0196s] [ 61%] 2024-11-01T17:08:35.4432773Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_float64 PASSED [0.0196s] [ 61%] 2024-11-01T17:08:35.4433264Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int16 PASSED [0.0195s] [ 62%] 2024-11-01T17:08:35.4433761Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int32 PASSED [0.0188s] [ 62%] 2024-11-01T17:08:35.4434214Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int64 PASSED [0.0192s] [ 62%] 2024-11-01T17:08:35.4434677Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int8 PASSED [0.0196s] [ 62%] 2024-11-01T17:08:35.4435171Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_uint8 PASSED [0.0191s] [ 62%] 2024-11-01T17:08:35.4435621Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_bfloat16 PASSED [0.0197s] [ 62%] 2024-11-01T17:08:35.4436064Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_bool PASSED [0.0191s] [ 62%] 2024-11-01T17:08:35.4436520Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_complex128 PASSED [0.0192s] [ 62%] 2024-11-01T17:08:35.4436971Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_complex32 PASSED [0.0193s] [ 62%] 2024-11-01T17:08:35.4437438Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_complex64 PASSED [0.0195s] [ 62%] 2024-11-01T17:08:35.4437878Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_float16 PASSED [0.0194s] [ 62%] 2024-11-01T17:08:35.4438327Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_float32 PASSED [0.0191s] [ 63%] 2024-11-01T17:08:35.4438762Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_float64 PASSED [0.0203s] [ 63%] 2024-11-01T17:08:35.4439191Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int16 PASSED [0.0190s] [ 63%] 2024-11-01T17:08:35.4439627Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int32 PASSED [0.0195s] [ 63%] 2024-11-01T17:08:35.4440045Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int64 PASSED [0.0197s] [ 63%] 2024-11-01T17:08:35.4440483Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int8 PASSED [0.0194s] [ 63%] 2024-11-01T17:08:35.4440907Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_uint8 PASSED [0.0197s] [ 63%] 2024-11-01T17:08:35.4441356Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_bfloat16 PASSED [0.0203s] [ 63%] 2024-11-01T17:08:35.4441822Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_complex128 PASSED [0.0204s] [ 63%] 2024-11-01T17:08:35.4442388Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_complex64 PASSED [0.0212s] [ 63%] 2024-11-01T17:08:35.4442838Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_float16 PASSED [0.0209s] [ 64%] 2024-11-01T17:08:35.4443290Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_float32 PASSED [0.0207s] [ 64%] 2024-11-01T17:08:35.4443730Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_float64 PASSED [0.0209s] [ 64%] 2024-11-01T17:08:35.4444173Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int16 PASSED [0.0205s] [ 64%] 2024-11-01T17:08:35.4444592Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int32 PASSED [0.0203s] [ 64%] 2024-11-01T17:08:35.4445009Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int64 PASSED [0.0212s] [ 64%] 2024-11-01T17:08:35.4445450Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int8 PASSED [0.0206s] [ 64%] 2024-11-01T17:08:35.4445920Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_uint8 PASSED [0.0216s] [ 64%] 2024-11-01T17:08:35.4446344Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_bfloat16 PASSED [0.0210s] [ 64%] 2024-11-01T17:08:35.4446795Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_complex128 PASSED [0.0211s] [ 64%] 2024-11-01T17:08:35.4447253Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_complex64 PASSED [0.0213s] [ 64%] 2024-11-01T17:08:35.4447713Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_float16 PASSED [0.0206s] [ 65%] 2024-11-01T17:08:35.4448132Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_float32 PASSED [0.0212s] [ 65%] 2024-11-01T17:08:35.4448550Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_float64 PASSED [0.0203s] [ 65%] 2024-11-01T17:08:35.4448970Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int16 PASSED [0.0210s] [ 65%] 2024-11-01T17:08:35.4449417Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int32 PASSED [0.0204s] [ 65%] 2024-11-01T17:08:35.4449837Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int64 PASSED [0.0234s] [ 65%] 2024-11-01T17:08:35.4450240Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int8 PASSED [0.0208s] [ 65%] 2024-11-01T17:08:35.4450648Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_uint8 PASSED [0.0214s] [ 65%] 2024-11-01T17:08:35.4451150Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_complex128 PASSED [0.0275s] [ 65%] 2024-11-01T17:08:35.4451638Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_complex64 PASSED [0.0279s] [ 65%] 2024-11-01T17:08:35.4452115Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_float32 PASSED [0.0275s] [ 65%] 2024-11-01T17:08:35.4452606Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_float64 PASSED [0.0268s] [ 66%] 2024-11-01T17:08:35.4453027Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_bfloat16 PASSED [0.0191s] [ 66%] 2024-11-01T17:08:35.4453441Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_bool PASSED [0.0196s] [ 66%] 2024-11-01T17:08:35.4453871Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_complex128 PASSED [0.0198s] [ 66%] 2024-11-01T17:08:35.4454298Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_complex32 PASSED [0.0195s] [ 66%] 2024-11-01T17:08:35.4454736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_complex64 PASSED [0.0196s] [ 66%] 2024-11-01T17:08:35.4455147Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_float16 PASSED [0.0193s] [ 66%] 2024-11-01T17:08:35.4455556Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_float32 PASSED [0.0195s] [ 66%] 2024-11-01T17:08:35.4455984Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_float64 PASSED [0.0193s] [ 66%] 2024-11-01T17:08:35.4456388Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int16 PASSED [0.0189s] [ 66%] 2024-11-01T17:08:35.4456934Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int32 PASSED [0.0189s] [ 66%] 2024-11-01T17:08:35.4457338Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int64 PASSED [0.0197s] [ 67%] 2024-11-01T17:08:35.4457736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int8 PASSED [0.0188s] [ 67%] 2024-11-01T17:08:35.4458152Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_uint8 PASSED [0.0197s] [ 67%] 2024-11-01T17:08:35.4458599Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_indices_cpu_int32 PASSED [0.0353s] [ 67%] 2024-11-01T17:08:35.4459036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_indices_cpu_int64 PASSED [0.0338s] [ 67%] 2024-11-01T17:08:35.4459472Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_bfloat16 PASSED [0.0190s] [ 67%] 2024-11-01T17:08:35.4459909Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_bool PASSED [0.0201s] [ 67%] 2024-11-01T17:08:35.4460354Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_complex128 PASSED [0.0198s] [ 67%] 2024-11-01T17:08:35.4460777Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_complex32 PASSED [0.0193s] [ 67%] 2024-11-01T17:08:35.4461234Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_complex64 PASSED [0.0193s] [ 67%] 2024-11-01T17:08:35.4461688Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_float16 PASSED [0.0188s] [ 68%] 2024-11-01T17:08:35.4462153Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_float32 PASSED [0.0196s] [ 68%] 2024-11-01T17:08:35.4462630Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_float64 PASSED [0.0195s] [ 68%] 2024-11-01T17:08:35.4463073Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int16 PASSED [0.0188s] [ 68%] 2024-11-01T17:08:35.4463471Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int32 PASSED [0.0199s] [ 68%] 2024-11-01T17:08:35.4463882Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int64 PASSED [0.0189s] [ 68%] 2024-11-01T17:08:35.4464278Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int8 PASSED [0.0195s] [ 68%] 2024-11-01T17:08:35.4464674Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_uint8 PASSED [0.0191s] [ 68%] 2024-11-01T17:08:35.4465131Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_indices_cpu_int32 PASSED [0.0342s] [ 68%] 2024-11-01T17:08:35.4465568Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_indices_cpu_int64 PASSED [0.0355s] [ 68%] 2024-11-01T17:08:35.4466039Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_bfloat16 PASSED [0.0247s] [ 68%] 2024-11-01T17:08:35.4466476Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_bool PASSED [0.0237s] [ 69%] 2024-11-01T17:08:35.4466944Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_complex128 PASSED [0.0248s] [ 69%] 2024-11-01T17:08:35.4467413Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_complex64 PASSED [0.0245s] [ 69%] 2024-11-01T17:08:35.4467911Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_float16 PASSED [0.0343s] [ 69%] 2024-11-01T17:08:35.4468414Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_float32 PASSED [0.0227s] [ 69%] 2024-11-01T17:08:35.4468879Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_float64 PASSED [0.0218s] [ 69%] 2024-11-01T17:08:35.4469314Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int16 PASSED [0.0225s] [ 69%] 2024-11-01T17:08:35.4469758Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int32 PASSED [0.0213s] [ 69%] 2024-11-01T17:08:35.4470202Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int64 PASSED [0.0223s] [ 69%] 2024-11-01T17:08:35.4470634Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int8 PASSED [0.0214s] [ 69%] 2024-11-01T17:08:35.4471085Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_uint8 PASSED [0.0213s] [ 69%] 2024-11-01T17:08:35.4471510Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_bfloat16 PASSED [0.0116s] [ 70%] 2024-11-01T17:08:35.4471941Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_float16 PASSED [0.0108s] [ 70%] 2024-11-01T17:08:35.4472357Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_float32 PASSED [0.0109s] [ 70%] 2024-11-01T17:08:35.4472777Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_float64 PASSED [0.0113s] [ 70%] 2024-11-01T17:08:35.4473196Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int16 PASSED [0.0113s] [ 70%] 2024-11-01T17:08:35.4473691Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int32 PASSED [0.0112s] [ 70%] 2024-11-01T17:08:35.4474148Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int64 PASSED [0.0113s] [ 70%] 2024-11-01T17:08:35.4474567Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int8 PASSED [0.0109s] [ 70%] 2024-11-01T17:08:35.4474966Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_uint8 PASSED [0.0109s] [ 70%] 2024-11-01T17:08:35.4475447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_bfloat16 PASSED [0.0167s] [ 70%] 2024-11-01T17:08:35.4475888Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_bool PASSED [0.0168s] [ 70%] 2024-11-01T17:08:35.4476328Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_complex128 PASSED [0.0172s] [ 71%] 2024-11-01T17:08:35.4476778Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_complex32 PASSED [0.0169s] [ 71%] 2024-11-01T17:08:35.4477246Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_complex64 PASSED [0.0169s] [ 71%] 2024-11-01T17:08:35.4477670Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_float16 PASSED [0.0167s] [ 71%] 2024-11-01T17:08:35.4478103Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_float32 PASSED [0.0171s] [ 71%] 2024-11-01T17:08:35.4478518Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_float64 PASSED [0.0172s] [ 71%] 2024-11-01T17:08:35.4478981Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int16 PASSED [0.0166s] [ 71%] 2024-11-01T17:08:35.4479454Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int32 PASSED [0.0173s] [ 71%] 2024-11-01T17:08:35.4479867Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int64 PASSED [0.0170s] [ 71%] 2024-11-01T17:08:35.4480287Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int8 PASSED [0.0168s] [ 71%] 2024-11-01T17:08:35.4480701Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_uint8 PASSED [0.0173s] [ 72%] 2024-11-01T17:08:35.4481150Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_bfloat16 PASSED [0.0218s] [ 72%] 2024-11-01T17:08:35.4481592Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_bool PASSED [0.0211s] [ 72%] 2024-11-01T17:08:35.4482107Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_complex128 PASSED [0.0224s] [ 72%] 2024-11-01T17:08:35.4482576Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_complex32 PASSED [0.0216s] [ 72%] 2024-11-01T17:08:35.4483025Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_complex64 PASSED [0.0219s] [ 72%] 2024-11-01T17:08:35.4483464Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_float16 PASSED [0.0219s] [ 72%] 2024-11-01T17:08:35.4483914Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_float32 PASSED [0.0222s] [ 72%] 2024-11-01T17:08:35.4484348Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_float64 PASSED [0.0224s] [ 72%] 2024-11-01T17:08:35.4484845Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int16 PASSED [0.0218s] [ 72%] 2024-11-01T17:08:35.4485323Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int32 PASSED [0.0220s] [ 72%] 2024-11-01T17:08:35.4485751Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int64 PASSED [0.0222s] [ 73%] 2024-11-01T17:08:35.4486191Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int8 PASSED [0.0217s] [ 73%] 2024-11-01T17:08:35.4486613Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_uint8 PASSED [0.0220s] [ 73%] 2024-11-01T17:08:35.4487069Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_bfloat16 PASSED [0.0358s] [ 73%] 2024-11-01T17:08:35.4487513Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_bool PASSED [0.0368s] [ 73%] 2024-11-01T17:08:35.4488014Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_complex128 PASSED [0.0361s] [ 73%] 2024-11-01T17:08:35.4488492Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_complex32 PASSED [0.0364s] [ 73%] 2024-11-01T17:08:35.4488944Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_complex64 PASSED [0.0363s] [ 73%] 2024-11-01T17:08:35.4489421Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_float16 PASSED [0.0360s] [ 73%] 2024-11-01T17:08:35.4489911Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_float32 PASSED [0.0368s] [ 73%] 2024-11-01T17:08:35.4490405Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_float64 PASSED [0.0374s] [ 73%] 2024-11-01T17:08:35.4490897Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int16 PASSED [0.0358s] [ 74%] 2024-11-01T17:08:35.4491384Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int32 PASSED [0.0362s] [ 74%] 2024-11-01T17:08:35.4491812Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int64 PASSED [0.0367s] [ 74%] 2024-11-01T17:08:35.4492259Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int8 PASSED [0.0369s] [ 74%] 2024-11-01T17:08:35.4492695Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_uint8 PASSED [0.0357s] [ 74%] 2024-11-01T17:08:35.4493124Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_bfloat16 PASSED [0.0365s] [ 74%] 2024-11-01T17:08:35.4493543Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_bool PASSED [0.0362s] [ 74%] 2024-11-01T17:08:35.4493982Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_complex128 PASSED [0.0365s] [ 74%] 2024-11-01T17:08:35.4494432Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_complex32 PASSED [0.0364s] [ 74%] 2024-11-01T17:08:35.4494870Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_complex64 PASSED [0.0369s] [ 74%] 2024-11-01T17:08:35.4495293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_float16 PASSED [0.0365s] [ 74%] 2024-11-01T17:08:35.4495727Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_float32 PASSED [0.0365s] [ 75%] 2024-11-01T17:08:35.4496198Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_float64 PASSED [0.0363s] [ 75%] 2024-11-01T17:08:35.4496664Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int16 PASSED [0.0362s] [ 75%] 2024-11-01T17:08:35.4497094Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int32 PASSED [0.0367s] [ 75%] 2024-11-01T17:08:35.4497502Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int64 PASSED [0.0359s] [ 75%] 2024-11-01T17:08:35.4497921Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int8 PASSED [0.0369s] [ 75%] 2024-11-01T17:08:35.4498331Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_uint8 PASSED [0.0374s] [ 75%] 2024-11-01T17:08:35.4498767Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_bfloat16 PASSED [0.0142s] [ 75%] 2024-11-01T17:08:35.4499227Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_complex128 PASSED [0.0135s] [ 75%] 2024-11-01T17:08:35.4499665Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_complex64 PASSED [0.0143s] [ 75%] 2024-11-01T17:08:35.4500093Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_float16 PASSED [0.0136s] [ 76%] 2024-11-01T17:08:35.4500534Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_float32 PASSED [0.0135s] [ 76%] 2024-11-01T17:08:35.4500953Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_float64 PASSED [0.0134s] [ 76%] 2024-11-01T17:08:35.4501460Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_bfloat16 PASSED [0.3291s] [ 76%] 2024-11-01T17:08:35.4502021Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_bool PASSED [0.3243s] [ 76%] 2024-11-01T17:08:35.4502566Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_float16 PASSED [0.3290s] [ 76%] 2024-11-01T17:08:35.4503061Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_float32 PASSED [0.3280s] [ 76%] 2024-11-01T17:08:35.4503860Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_float64 PASSED [0.3280s] [ 76%] 2024-11-01T17:08:35.4504571Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int16 PASSED [0.3315s] [ 76%] 2024-11-01T17:08:35.4505046Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int32 PASSED [0.3321s] [ 76%] 2024-11-01T17:08:35.4505515Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int64 PASSED [0.3307s] [ 76%] 2024-11-01T17:08:35.4506036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int8 PASSED [0.3309s] [ 77%] 2024-11-01T17:08:35.4506509Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_uint8 PASSED [0.3623s] [ 77%] 2024-11-01T17:08:35.4506941Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_bfloat16 PASSED [0.6946s] [ 77%] 2024-11-01T17:08:35.4507361Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_bool PASSED [0.6801s] [ 77%] 2024-11-01T17:08:35.4507893Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_float16 PASSED [0.6427s] [ 77%] 2024-11-01T17:08:35.4508335Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_float32 PASSED [0.6419s] [ 77%] 2024-11-01T17:08:35.4508757Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_float64 PASSED [0.6375s] [ 77%] 2024-11-01T17:08:35.4509170Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int16 PASSED [0.6402s] [ 77%] 2024-11-01T17:08:35.4509599Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int32 PASSED [0.6438s] [ 77%] 2024-11-01T17:08:35.4510008Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int64 PASSED [0.6537s] [ 77%] 2024-11-01T17:08:35.4510413Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int8 PASSED [0.7072s] [ 77%] 2024-11-01T17:08:35.4510841Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint16 PASSED [0.6332s] [ 78%] 2024-11-01T17:08:35.4511262Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint32 PASSED [0.6344s] [ 78%] 2024-11-01T17:08:35.4511697Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint64 PASSED [0.6382s] [ 78%] 2024-11-01T17:08:35.4512106Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint8 PASSED [0.6369s] [ 78%] 2024-11-01T17:08:35.4512557Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int16 PASSED [0.0320s] [ 78%] 2024-11-01T17:08:35.4513021Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int32 PASSED [0.0270s] [ 78%] 2024-11-01T17:08:35.4513562Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int64 PASSED [0.0271s] [ 78%] 2024-11-01T17:08:35.4514027Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int8 PASSED [0.0276s] [ 78%] 2024-11-01T17:08:35.4514474Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_uint8 PASSED [0.0270s] [ 78%] 2024-11-01T17:08:35.4514932Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_bfloat16 PASSED [0.0136s] [ 78%] 2024-11-01T17:08:35.4515378Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_bool PASSED [0.0134s] [ 78%] 2024-11-01T17:08:35.4515842Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_complex128 PASSED [0.0137s] [ 79%] 2024-11-01T17:08:35.4516306Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_complex32 PASSED [0.0135s] [ 79%] 2024-11-01T17:08:35.4516819Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_complex64 PASSED [0.0137s] [ 79%] 2024-11-01T17:08:35.4517272Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_float16 PASSED [0.0133s] [ 79%] 2024-11-01T17:08:35.4517736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_float32 PASSED [0.0133s] [ 79%] 2024-11-01T17:08:35.4518227Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_float64 PASSED [0.0140s] [ 79%] 2024-11-01T17:08:35.4518736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int16 PASSED [0.0131s] [ 79%] 2024-11-01T17:08:35.4519259Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int32 PASSED [0.0137s] [ 79%] 2024-11-01T17:08:35.4519700Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int64 PASSED [0.0134s] [ 79%] 2024-11-01T17:08:35.4520192Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int8 PASSED [0.0132s] [ 79%] 2024-11-01T17:08:35.4520631Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_uint8 PASSED [0.0134s] [ 80%] 2024-11-01T17:08:35.4521090Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_bfloat16 PASSED [0.0124s] [ 80%] 2024-11-01T17:08:35.4521540Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_bool PASSED [0.0121s] [ 80%] 2024-11-01T17:08:35.4522071Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_complex128 PASSED [0.0122s] [ 80%] 2024-11-01T17:08:35.4522540Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_complex32 PASSED [0.0127s] [ 80%] 2024-11-01T17:08:35.4523028Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_complex64 PASSED [0.0121s] [ 80%] 2024-11-01T17:08:35.4523477Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_float16 PASSED [0.0121s] [ 80%] 2024-11-01T17:08:35.4523948Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_float32 PASSED [0.0123s] [ 80%] 2024-11-01T17:08:35.4524447Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_float64 PASSED [0.0126s] [ 80%] 2024-11-01T17:08:35.4524937Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int16 PASSED [0.0119s] [ 80%] 2024-11-01T17:08:35.4525398Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int32 PASSED [0.0127s] [ 80%] 2024-11-01T17:08:35.4525842Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int64 PASSED [0.0122s] [ 81%] 2024-11-01T17:08:35.4526281Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int8 PASSED [0.0126s] [ 81%] 2024-11-01T17:08:35.4526736Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_uint8 PASSED [0.0122s] [ 81%] 2024-11-01T17:08:35.4527210Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_bfloat16 PASSED [0.0204s] [ 81%] 2024-11-01T17:08:35.4527677Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_bool PASSED [0.0208s] [ 81%] 2024-11-01T17:08:35.4528156Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_complex128 PASSED [0.0207s] [ 81%] 2024-11-01T17:08:35.4528628Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_complex32 PASSED [0.0204s] [ 81%] 2024-11-01T17:08:35.4529118Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_complex64 PASSED [0.0204s] [ 81%] 2024-11-01T17:08:35.4529586Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_float16 PASSED [0.0216s] [ 81%] 2024-11-01T17:08:35.4530116Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_float32 PASSED [0.0203s] [ 81%] 2024-11-01T17:08:35.4530625Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_float64 PASSED [0.0205s] [ 81%] 2024-11-01T17:08:35.4531123Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int16 PASSED [0.0209s] [ 82%] 2024-11-01T17:08:35.4531588Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int32 PASSED [0.0199s] [ 82%] 2024-11-01T17:08:35.4532033Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int64 PASSED [0.0199s] [ 82%] 2024-11-01T17:08:35.4532515Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int8 PASSED [0.0201s] [ 82%] 2024-11-01T17:08:35.4533010Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_uint8 PASSED [0.0208s] [ 82%] 2024-11-01T17:08:35.4533455Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_bfloat16 PASSED [0.0199s] [ 82%] 2024-11-01T17:08:35.4533894Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_bool PASSED [0.0209s] [ 82%] 2024-11-01T17:08:35.4534347Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_complex128 PASSED [0.0206s] [ 82%] 2024-11-01T17:08:35.4534835Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_complex32 PASSED [0.0202s] [ 82%] 2024-11-01T17:08:35.4535300Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_complex64 PASSED [0.0213s] [ 82%] 2024-11-01T17:08:35.4535792Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_float16 PASSED [0.0202s] [ 82%] 2024-11-01T17:08:35.4536295Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_float32 PASSED [0.0204s] [ 83%] 2024-11-01T17:08:35.4536737Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_float64 PASSED [0.0203s] [ 83%] 2024-11-01T17:08:35.4537163Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int16 PASSED [0.0203s] [ 83%] 2024-11-01T17:08:35.4537604Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int32 PASSED [0.0199s] [ 83%] 2024-11-01T17:08:35.4538027Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int64 PASSED [0.0205s] [ 83%] 2024-11-01T17:08:35.4538455Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int8 PASSED [0.0201s] [ 83%] 2024-11-01T17:08:35.4538898Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_uint8 PASSED [0.0198s] [ 83%] 2024-11-01T17:08:35.4539314Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_bfloat16 PASSED [0.0232s] [ 83%] 2024-11-01T17:08:35.4539757Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_complex128 PASSED [0.0227s] [ 83%] 2024-11-01T17:08:35.4540174Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_complex64 PASSED [0.0224s] [ 83%] 2024-11-01T17:08:35.4540582Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_float16 PASSED [0.0230s] [ 84%] 2024-11-01T17:08:35.4541000Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_float32 PASSED [0.0227s] [ 84%] 2024-11-01T17:08:35.4541460Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_float64 PASSED [0.0226s] [ 84%] 2024-11-01T17:08:35.4541951Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_bfloat16 PASSED [0.0230s] [ 84%] 2024-11-01T17:08:35.4542415Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_complex128 PASSED [0.0232s] [ 84%] 2024-11-01T17:08:35.4542859Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_complex64 PASSED [0.0230s] [ 84%] 2024-11-01T17:08:35.4543311Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_float16 PASSED [0.0232s] [ 84%] 2024-11-01T17:08:35.4543737Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_float32 PASSED [0.0234s] [ 84%] 2024-11-01T17:08:35.4544161Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_float64 PASSED [0.0228s] [ 84%] 2024-11-01T17:08:35.4544661Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_bfloat16 PASSED [0.0124s] [ 84%] 2024-11-01T17:08:35.4545197Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_complex128 PASSED [0.0124s] [ 84%] 2024-11-01T17:08:35.4545699Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_complex64 PASSED [0.0120s] [ 85%] 2024-11-01T17:08:35.4546175Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_float16 PASSED [0.0125s] [ 85%] 2024-11-01T17:08:35.4546684Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_float32 PASSED [0.0123s] [ 85%] 2024-11-01T17:08:35.4547255Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_float64 PASSED [0.0124s] [ 85%] 2024-11-01T17:08:35.4547769Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_bfloat16 PASSED [0.0123s] [ 85%] 2024-11-01T17:08:35.4548240Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_complex128 PASSED [0.0120s] [ 85%] 2024-11-01T17:08:35.4548765Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_complex64 PASSED [0.0127s] [ 85%] 2024-11-01T17:08:35.4549220Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_float16 PASSED [0.0123s] [ 85%] 2024-11-01T17:08:35.4549690Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_float32 PASSED [0.0120s] [ 85%] 2024-11-01T17:08:35.4550138Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_float64 PASSED [0.0123s] [ 85%] 2024-11-01T17:08:35.4550556Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_bfloat16 PASSED [0.0116s] [ 85%] 2024-11-01T17:08:35.4551000Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_complex128 PASSED [0.0121s] [ 86%] 2024-11-01T17:08:35.4551421Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_complex64 PASSED [0.0184s] [ 86%] 2024-11-01T17:08:35.4551834Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_float16 PASSED [0.0152s] [ 86%] 2024-11-01T17:08:35.4552263Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_float32 PASSED [0.0110s] [ 86%] 2024-11-01T17:08:35.4552723Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_float64 PASSED [0.0112s] [ 86%] 2024-11-01T17:08:35.4553196Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int16 PASSED [0.0114s] [ 86%] 2024-11-01T17:08:35.4553599Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int32 PASSED [0.0111s] [ 86%] 2024-11-01T17:08:35.4554001Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int64 PASSED [0.0110s] [ 86%] 2024-11-01T17:08:35.4554413Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int8 PASSED [0.0113s] [ 86%] 2024-11-01T17:08:35.4554812Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_uint8 PASSED [0.0111s] [ 86%] 2024-11-01T17:08:35.4555293Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_complex_cpu_float16 PASSED [0.0110s] [ 86%] 2024-11-01T17:08:35.4555769Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_complex_cpu_float32 PASSED [0.0117s] [ 87%] 2024-11-01T17:08:35.4556231Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_complex_cpu_float64 PASSED [0.0109s] [ 87%] 2024-11-01T17:08:35.4556677Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_bfloat16 PASSED [0.0150s] [ 87%] 2024-11-01T17:08:35.4557089Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_bool PASSED [0.0150s] [ 87%] 2024-11-01T17:08:35.4557536Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_complex128 PASSED [0.0150s] [ 87%] 2024-11-01T17:08:35.4557989Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_complex32 PASSED [0.0149s] [ 87%] 2024-11-01T17:08:35.4558476Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_complex64 PASSED [0.0148s] [ 87%] 2024-11-01T17:08:35.4558970Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_float16 PASSED [0.0143s] [ 87%] 2024-11-01T17:08:35.4559435Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_float32 PASSED [0.0148s] [ 87%] 2024-11-01T17:08:35.4559858Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_float64 PASSED [0.0150s] [ 87%] 2024-11-01T17:08:35.4560283Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int16 PASSED [0.0144s] [ 88%] 2024-11-01T17:08:35.4560699Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int32 PASSED [0.0148s] [ 88%] 2024-11-01T17:08:35.4561148Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int64 PASSED [0.0151s] [ 88%] 2024-11-01T17:08:35.4561603Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int8 PASSED [0.0148s] [ 88%] 2024-11-01T17:08:35.4562068Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_uint8 PASSED [0.0148s] [ 88%] 2024-11-01T17:08:35.4562550Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_real_cpu_complex128 PASSED [0.0122s] [ 88%] 2024-11-01T17:08:35.4563052Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_real_cpu_complex64 PASSED [0.0120s] [ 88%] 2024-11-01T17:08:35.4563499Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_bfloat16 PASSED [0.0181s] [ 88%] 2024-11-01T17:08:35.4563989Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_bool PASSED [0.0185s] [ 88%] 2024-11-01T17:08:35.4564503Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_complex128 PASSED [0.0170s] [ 88%] 2024-11-01T17:08:35.4564972Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_complex64 PASSED [0.0182s] [ 88%] 2024-11-01T17:08:35.4565410Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_float16 PASSED [0.0182s] [ 89%] 2024-11-01T17:08:35.4565841Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_float32 PASSED [0.0179s] [ 89%] 2024-11-01T17:08:35.4566292Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_float64 PASSED [0.0188s] [ 89%] 2024-11-01T17:08:35.4566718Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int16 PASSED [0.0182s] [ 89%] 2024-11-01T17:08:35.4567138Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int32 PASSED [0.0183s] [ 89%] 2024-11-01T17:08:35.4567564Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int64 PASSED [0.0180s] [ 89%] 2024-11-01T17:08:35.4567989Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int8 PASSED [0.0184s] [ 89%] 2024-11-01T17:08:35.4568429Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_uint8 PASSED [0.0192s] [ 89%] 2024-11-01T17:08:35.4568847Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_bfloat16 PASSED [0.0181s] [ 89%] 2024-11-01T17:08:35.4569247Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_bool PASSED [0.0191s] [ 89%] 2024-11-01T17:08:35.4569738Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_complex128 PASSED [0.0182s] [ 89%] 2024-11-01T17:08:35.4570213Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_complex32 PASSED [0.0193s] [ 90%] 2024-11-01T17:08:35.4570636Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_complex64 PASSED [0.0187s] [ 90%] 2024-11-01T17:08:35.4571064Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_float16 PASSED [0.0190s] [ 90%] 2024-11-01T17:08:35.4571478Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_float32 PASSED [0.0185s] [ 90%] 2024-11-01T17:08:35.4571901Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_float64 PASSED [0.0188s] [ 90%] 2024-11-01T17:08:35.4572302Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int16 PASSED [0.0181s] [ 90%] 2024-11-01T17:08:35.4572699Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int32 PASSED [0.0180s] [ 90%] 2024-11-01T17:08:35.4573106Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int64 PASSED [0.0177s] [ 90%] 2024-11-01T17:08:35.4573543Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int8 PASSED [0.0180s] [ 90%] 2024-11-01T17:08:35.4573941Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_uint8 PASSED [0.0184s] [ 90%] 2024-11-01T17:08:35.4574384Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_bfloat16 PASSED [0.0120s] [ 90%] 2024-11-01T17:08:35.4574827Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_bool PASSED [0.0117s] [ 91%] 2024-11-01T17:08:35.4575363Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_complex128 PASSED [0.0126s] [ 91%] 2024-11-01T17:08:35.4575850Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_complex32 PASSED [0.0120s] [ 91%] 2024-11-01T17:08:35.4576280Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_complex64 PASSED [0.0125s] [ 91%] 2024-11-01T17:08:35.4576759Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_float16 PASSED [0.0119s] [ 91%] 2024-11-01T17:08:35.4577184Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_float32 PASSED [0.0129s] [ 91%] 2024-11-01T17:08:35.4577614Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_float64 PASSED [0.0121s] [ 91%] 2024-11-01T17:08:35.4578027Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int16 PASSED [0.0121s] [ 91%] 2024-11-01T17:08:35.4578440Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int32 PASSED [0.0123s] [ 91%] 2024-11-01T17:08:35.4578865Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int64 PASSED [0.0125s] [ 91%] 2024-11-01T17:08:35.4579270Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int8 PASSED [0.0121s] [ 92%] 2024-11-01T17:08:35.4579677Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_uint8 PASSED [0.0126s] [ 92%] 2024-11-01T17:08:35.4580116Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_bfloat16 PASSED [0.0126s] [ 92%] 2024-11-01T17:08:35.4580526Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_bool PASSED [0.0122s] [ 92%] 2024-11-01T17:08:35.4581036Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_complex128 PASSED [0.0137s] [ 92%] 2024-11-01T17:08:35.4581524Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_complex32 PASSED [0.0124s] [ 92%] 2024-11-01T17:08:35.4581957Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_complex64 PASSED [0.0125s] [ 92%] 2024-11-01T17:08:35.4582399Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_float16 PASSED [0.0128s] [ 92%] 2024-11-01T17:08:35.4582814Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_float32 PASSED [0.0122s] [ 92%] 2024-11-01T17:08:35.4583223Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_float64 PASSED [0.0128s] [ 92%] 2024-11-01T17:08:35.4583645Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int16 PASSED [0.0125s] [ 92%] 2024-11-01T17:08:35.4584057Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int32 PASSED [0.0122s] [ 93%] 2024-11-01T17:08:35.4584476Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int64 PASSED [0.0124s] [ 93%] 2024-11-01T17:08:35.4584883Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int8 PASSED [0.0127s] [ 93%] 2024-11-01T17:08:35.4585291Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_uint8 PASSED [0.0121s] [ 93%] 2024-11-01T17:08:35.4585725Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_bfloat16 PASSED [0.0177s] [ 93%] 2024-11-01T17:08:35.4586129Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_bool PASSED [0.0189s] [ 93%] 2024-11-01T17:08:35.4586607Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_complex128 PASSED [0.0175s] [ 93%] 2024-11-01T17:08:35.4587107Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_complex32 PASSED [0.0179s] [ 93%] 2024-11-01T17:08:35.4587565Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_complex64 PASSED [0.0180s] [ 93%] 2024-11-01T17:08:35.4587996Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_float16 PASSED [0.0175s] [ 93%] 2024-11-01T17:08:35.4588411Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_float32 PASSED [0.0179s] [ 93%] 2024-11-01T17:08:35.4588860Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_float64 PASSED [0.0175s] [ 94%] 2024-11-01T17:08:35.4589310Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int16 PASSED [0.0177s] [ 94%] 2024-11-01T17:08:35.4589720Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int32 PASSED [0.0253s] [ 94%] 2024-11-01T17:08:35.4590139Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int64 PASSED [0.0289s] [ 94%] 2024-11-01T17:08:35.4590576Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int8 PASSED [0.0299s] [ 94%] 2024-11-01T17:08:35.4590985Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_uint8 PASSED [0.0292s] [ 94%] 2024-11-01T17:08:35.4591424Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_bfloat16 PASSED [0.0246s] [ 94%] 2024-11-01T17:08:35.4591823Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_bool PASSED [0.0216s] [ 94%] 2024-11-01T17:08:35.4592274Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_float16 PASSED [0.0207s] [ 94%] 2024-11-01T17:08:35.4592772Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_float32 PASSED [0.0220s] [ 94%] 2024-11-01T17:08:35.4593188Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_float64 PASSED [0.0210s] [ 94%] 2024-11-01T17:08:35.4593606Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int16 PASSED [0.0215s] [ 95%] 2024-11-01T17:08:35.4594012Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int32 PASSED [0.0210s] [ 95%] 2024-11-01T17:08:35.4594417Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int64 PASSED [0.0213s] [ 95%] 2024-11-01T17:08:35.4594833Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int8 PASSED [0.0212s] [ 95%] 2024-11-01T17:08:35.4595235Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_uint8 PASSED [0.0214s] [ 95%] 2024-11-01T17:08:35.4595657Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_bfloat16 PASSED [0.0138s] [ 95%] 2024-11-01T17:08:35.4596075Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_bool PASSED [0.0132s] [ 95%] 2024-11-01T17:08:35.4596510Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_complex128 PASSED [0.0127s] [ 95%] 2024-11-01T17:08:35.4596950Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_complex64 PASSED [0.0140s] [ 95%] 2024-11-01T17:08:35.4597366Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_float16 PASSED [0.0133s] [ 95%] 2024-11-01T17:08:35.4597786Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_float32 PASSED [0.0135s] [ 96%] 2024-11-01T17:08:35.4598268Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_float64 PASSED [0.0134s] [ 96%] 2024-11-01T17:08:35.4598727Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int16 PASSED [0.0141s] [ 96%] 2024-11-01T17:08:35.4599131Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int32 PASSED [0.0136s] [ 96%] 2024-11-01T17:08:35.4599543Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int64 PASSED [0.0137s] [ 96%] 2024-11-01T17:08:35.4599944Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int8 PASSED [0.0138s] [ 96%] 2024-11-01T17:08:35.4600359Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_uint8 PASSED [0.0136s] [ 96%] 2024-11-01T17:08:35.4600784Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_bfloat16 PASSED [0.0126s] [ 96%] 2024-11-01T17:08:35.4601225Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_bool PASSED [0.0125s] [ 96%] 2024-11-01T17:08:35.4601673Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_complex128 PASSED [0.0125s] [ 96%] 2024-11-01T17:08:35.4602152Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_complex32 PASSED [0.0127s] [ 96%] 2024-11-01T17:08:35.4602625Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_complex64 PASSED [0.0122s] [ 97%] 2024-11-01T17:08:35.4603071Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_float16 PASSED [0.0130s] [ 97%] 2024-11-01T17:08:35.4603488Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_float32 PASSED [0.0120s] [ 97%] 2024-11-01T17:08:35.4603967Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_float64 PASSED [0.0121s] [ 97%] 2024-11-01T17:08:35.4604424Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int16 PASSED [0.0126s] [ 97%] 2024-11-01T17:08:35.4605202Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int32 PASSED [0.0121s] [ 97%] 2024-11-01T17:08:35.4605620Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int64 PASSED [0.0120s] [ 97%] 2024-11-01T17:08:35.4606022Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int8 PASSED [0.0124s] [ 97%] 2024-11-01T17:08:35.4606439Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_uint8 PASSED [0.0128s] [ 97%] 2024-11-01T17:08:35.4606893Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_bfloat16 PASSED [0.0185s] [ 97%] 2024-11-01T17:08:35.4607325Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_bool PASSED [0.0179s] [ 97%] 2024-11-01T17:08:35.4607806Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_complex128 PASSED [0.0187s] [ 98%] 2024-11-01T17:08:35.4608263Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_complex32 PASSED [0.0177s] [ 98%] 2024-11-01T17:08:35.4608719Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_complex64 PASSED [0.0184s] [ 98%] 2024-11-01T17:08:35.4609177Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_float16 PASSED [0.0179s] [ 98%] 2024-11-01T17:08:35.4609672Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_float32 PASSED [0.0186s] [ 98%] 2024-11-01T17:08:35.4610173Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_float64 PASSED [0.0185s] [ 98%] 2024-11-01T17:08:35.4610613Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int16 PASSED [0.0177s] [ 98%] 2024-11-01T17:08:35.4611040Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int32 PASSED [0.0178s] [ 98%] 2024-11-01T17:08:35.4611476Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int64 PASSED [0.0177s] [ 98%] 2024-11-01T17:08:35.4611906Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int8 PASSED [0.0183s] [ 98%] 2024-11-01T17:08:35.4612353Z test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_uint8 PASSED [0.0188s] [ 98%] 2024-11-01T17:08:35.4612716Z test_utils.py::TestDeviceUtilsCPU::test_get_default_device_cpu PASSED [0.0023s] [ 99%] 2024-11-01T17:08:35.4613258Z test_utils.py::TestDeviceUtilsCPU::test_get_default_device_more_cpu SKIPPED [0.0004s] (multi-GPU not supported) [ 99%] 2024-11-01T17:08:35.4613607Z test_utils.py::TestDeviceUtilsCPU::test_nn_module_cpu PASSED [0.0027s] [ 99%] 2024-11-01T17:08:35.4613972Z test_utils.py::TestDeviceUtilsCPU::test_set_default_device_cpu PASSED [0.0022s] [ 99%] 2024-11-01T17:08:35.4614331Z test_utils.py::TestCppExtensionUtils::test_cc_compiler_is_ok PASSED [0.0021s] [ 99%] 2024-11-01T17:08:35.4614708Z test_utils.py::TestCppExtensionUtils::test_cpp_compiler_is_ok PASSED [0.0020s] [ 99%] 2024-11-01T17:08:35.4615019Z test_utils.py::TestTraceback::test_basic PASSED [0.0034s] [ 99%] 2024-11-01T17:08:35.4615712Z test_utils.py::TestTraceback::test_captured_traceback PASSED [0.0024s] [ 99%] 2024-11-01T17:08:35.4616151Z test_utils.py::TestTraceback::test_captured_traceback_format_all PASSED [0.0025s] [ 99%] 2024-11-01T17:08:35.4616566Z test_utils.py::TestTraceback::test_captured_traceback_format_all_cached PASSED [0.0026s] [ 99%] 2024-11-01T17:08:35.4616919Z test_utils.py::TestTraceback::test_format_traceback_short PASSED [0.0022s] [100%] 2024-11-01T17:08:35.4616968Z 2024-11-01T17:08:35.4617710Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_utils\test_utils-f6a83422e24ef029.xml - 2024-11-01T17:08:35.4617973Z ============= 1012 passed, 63 skipped, 4938 deselected in 34.21s ============== 2024-11-01T17:08:35.4618807Z The following tests failed and then succeeded when run in a new process['test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float16'] 2024-11-01T17:08:35.4618850Z 2024-11-01T17:08:35.4619306Z FINISHED PRINTING LOG FILE of test_utils 1/1 (test/test-reports/test_utils_1.1_70b2ad8517e485db_.log) 2024-11-01T17:08:35.4619313Z 2024-11-01T17:08:35.4619573Z Running inductor/test_config 1/1 ... [2024-11-01 17:08:34.533222] 2024-11-01T17:08:35.4619711Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:08:35.4620973Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_config.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:08:34.533222] 2024-11-01T17:08:47.3249341Z 2024-11-01T17:08:47.3250487Z inductor/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_config_1.1_776fb573760ce8f8_.log 2024-11-01T17:08:47.3251422Z 2024-11-01T17:08:47.3254266Z Running dynamo/test_dynamic_shapes 1/1 ... [2024-11-01 17:08:47.311209] 2024-11-01T17:08:47.3254893Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:08:47.3261332Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_dynamic_shapes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:08:47.311209] 2024-11-01T17:08:53.1287970Z 2024-11-01T17:08:53.1289474Z dynamo/test_dynamic_shapes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_dynamic_shapes_1.1_aae5391e658c151d_.log 2024-11-01T17:08:53.1290501Z 2024-11-01T17:08:53.1293065Z Running inductor/test_torchinductor 1/1 ... [2024-11-01 17:08:53.128218] 2024-11-01T17:08:53.1293685Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:08:53.1299931Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:08:53.129798] 2024-11-01T17:09:02.5881552Z 2024-11-01T17:09:02.5883220Z inductor/test_torchinductor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.1_3de6583f054bfcd4_.log 2024-11-01T17:09:02.5884421Z 2024-11-01T17:09:02.5892501Z Running test_custom_ops 1/1 ... [2024-11-01 17:09:02.588701] 2024-11-01T17:09:02.5893137Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:09:02.5902136Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_custom_ops.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:09:02.589890] 2024-11-01T17:09:07.9381381Z 2024-11-01T17:09:07.9382634Z test_custom_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_custom_ops_1.1_f3456f1ec415ef9e_.log 2024-11-01T17:09:07.9383808Z Running 0 items in this shard: 2024-11-01T17:09:07.9384059Z 2024-11-01T17:09:07.9388299Z Running test_transformers 1/7 ... [2024-11-01 17:09:07.935144] 2024-11-01T17:09:07.9388880Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:09:07.9395178Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_transformers.py', '-m', 'serial', '--shard-id=1', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:09:07.935144] 2024-11-01T17:09:14.1398695Z 2024-11-01T17:09:14.1399864Z test_transformers 1/7 was successful, full logs can be found in artifacts with path test/test-reports/test_transformers_1.7_4461ea72171f94ef_.log 2024-11-01T17:09:14.1400919Z Running 0 items in this shard: 2024-11-01T17:09:14.1401163Z 2024-11-01T17:09:14.1404385Z Running dynamo/test_recompiles 1/1 ... [2024-11-01 17:09:14.140318] 2024-11-01T17:09:14.1405129Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:09:14.1410773Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompiles.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:09:14.140881] 2024-11-01T17:09:18.2060058Z 2024-11-01T17:09:18.2061302Z dynamo/test_recompiles 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_recompiles_1.1_9a372a51fd802001_.log 2024-11-01T17:09:18.2062288Z 2024-11-01T17:09:18.2066142Z Running functorch/test_rearrange 1/1 ... [2024-11-01 17:09:18.206301] 2024-11-01T17:09:18.2066720Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:09:18.2074359Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_rearrange.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:09:18.206879] 2024-11-01T17:09:22.5359880Z 2024-11-01T17:09:22.5361144Z functorch/test_rearrange 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_rearrange_1.1_1057dbdc8258aab3_.log 2024-11-01T17:09:22.5362268Z Running 0 items in this shard: 2024-11-01T17:09:22.5365200Z 2024-11-01T17:09:22.5365743Z Running functorch/test_parsing 1/1 ... [2024-11-01 17:09:22.526816] 2024-11-01T17:09:22.5366370Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:09:22.5381044Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_parsing.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:09:22.526816] 2024-11-01T17:09:26.8203533Z 2024-11-01T17:09:26.8204797Z functorch/test_parsing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_parsing_1.1_b08d4aad111aa94e_.log 2024-11-01T17:09:26.8205905Z Running 0 items in this shard: 2024-11-01T17:09:26.8206153Z 2024-11-01T17:09:26.8208756Z Running inductor/test_cpu_repro 1/1 ... [2024-11-01 17:09:26.806480] 2024-11-01T17:09:26.8209320Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:09:26.8215237Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cpu_repro.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:09:26.806480] 2024-11-01T17:09:36.3726279Z 2024-11-01T17:09:36.3727469Z inductor/test_cpu_repro 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpu_repro_1.1_0d87bf3bf6ccf547_.log 2024-11-01T17:09:36.3728445Z 2024-11-01T17:09:36.3731128Z Running test_mkl_verbose 1/1 ... [2024-11-01 17:09:36.365951] 2024-11-01T17:09:36.3731689Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:09:36.3737942Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkl_verbose.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:09:36.365951] 2024-11-01T17:09:40.6771675Z 2024-11-01T17:09:40.6773077Z test_mkl_verbose 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkl_verbose_1.1_4cc7e6df5a3ae8ed_.log 2024-11-01T17:09:40.6774179Z Running 0 items in this shard: 2024-11-01T17:09:40.6774432Z 2024-11-01T17:09:40.6777123Z Running test_maskedtensor 1/1 ... [2024-11-01 17:09:40.668817] 2024-11-01T17:09:40.6777656Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:09:40.6783564Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_maskedtensor.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:09:40.668817] 2024-11-01T17:09:46.3195606Z 2024-11-01T17:09:46.3196787Z test_maskedtensor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_maskedtensor_1.1_eb8edcd098387e52_.log 2024-11-01T17:09:46.3197827Z Running 0 items in this shard: 2024-11-01T17:09:46.3198077Z 2024-11-01T17:09:46.3200815Z Running test_comparison_utils 1/1 ... [2024-11-01 17:09:46.309863] 2024-11-01T17:09:46.3201369Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:09:46.3207643Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_comparison_utils.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:09:46.309863] 2024-11-01T17:09:50.6061816Z 2024-11-01T17:09:50.6062998Z test_comparison_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_comparison_utils_1.1_37ff1e5ce6186918_.log 2024-11-01T17:09:50.6064058Z Running 0 items in this shard: 2024-11-01T17:09:50.6064322Z 2024-11-01T17:09:50.6066908Z Running test_ops 1/9 ... [2024-11-01 17:09:50.604392] 2024-11-01T17:09:50.6067398Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:09:50.6073566Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'serial', '--shard-id=1', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:09:50.604392] 2024-11-01T17:10:03.9318672Z 2024-11-01T17:10:03.9320890Z test_ops 1/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_1.9_a415b750332c4b03_.log 2024-11-01T17:10:03.9321840Z Running 0 items in this shard: 2024-11-01T17:10:03.9322111Z 2024-11-01T17:10:03.9324414Z Running test_ops 2/9 ... [2024-11-01 17:10:03.932005] 2024-11-01T17:10:03.9324939Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:10:03.9330701Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'serial', '--shard-id=2', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:10:03.932005] 2024-11-01T17:10:17.3210546Z 2024-11-01T17:10:17.3211936Z test_ops 2/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_2.9_2a9b5be12878ca49_.log 2024-11-01T17:10:17.3212926Z Running 0 items in this shard: 2024-11-01T17:10:17.3213208Z 2024-11-01T17:10:17.3215774Z Running test_ops 3/9 ... [2024-11-01 17:10:17.321337] 2024-11-01T17:10:17.3216249Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:10:17.3222884Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'serial', '--shard-id=3', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:10:17.321930] 2024-11-01T17:10:30.6481461Z 2024-11-01T17:10:30.6482559Z test_ops 3/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_3.9_4f102d2a3da37bfd_.log 2024-11-01T17:10:30.6483585Z Running 0 items in this shard: 2024-11-01T17:10:30.6483836Z 2024-11-01T17:10:30.6488440Z Running test_mkldnn_verbose 1/1 ... [2024-11-01 17:10:30.648306] 2024-11-01T17:10:30.6489176Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:10:30.6495534Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_verbose.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:10:30.648306] 2024-11-01T17:10:34.9030335Z 2024-11-01T17:10:34.9031649Z test_mkldnn_verbose 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkldnn_verbose_1.1_fc6cdb427286daad_.log 2024-11-01T17:10:34.9032893Z Running 0 items in this shard: 2024-11-01T17:10:34.9033159Z 2024-11-01T17:10:34.9035897Z Running test_ops_jit 1/3 ... [2024-11-01 17:10:34.903179] 2024-11-01T17:10:34.9036438Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:10:34.9042531Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'serial', '--shard-id=1', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:10:34.903745] 2024-11-01T17:10:40.5645082Z 2024-11-01T17:10:40.5646149Z test_ops_jit 1/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_1.3_05b9f23560459a44_.log 2024-11-01T17:10:40.5647126Z Running 0 items in this shard: 2024-11-01T17:10:40.5647375Z 2024-11-01T17:10:40.5650524Z Running test_ops_jit 2/3 ... [2024-11-01 17:10:40.564815] 2024-11-01T17:10:40.5651031Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:10:40.5657241Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'serial', '--shard-id=2', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:10:40.564815] 2024-11-01T17:10:46.2825289Z 2024-11-01T17:10:46.2826685Z test_ops_jit 2/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_2.3_9e742a9f574e085b_.log 2024-11-01T17:10:46.2827670Z Running 0 items in this shard: 2024-11-01T17:10:46.2827933Z 2024-11-01T17:10:46.2830549Z Running test_ops_jit 3/3 ... [2024-11-01 17:10:46.275583] 2024-11-01T17:10:46.2831085Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:10:46.2858388Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'serial', '--shard-id=3', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:10:46.285620] 2024-11-01T17:10:52.0901343Z 2024-11-01T17:10:52.0902439Z test_ops_jit 3/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_3.3_f394d384ddf334da_.log 2024-11-01T17:10:52.0903421Z Running 0 items in this shard: 2024-11-01T17:10:52.0903668Z 2024-11-01T17:10:52.0906454Z Running inductor/test_smoke 1/1 ... [2024-11-01 17:10:52.088846] 2024-11-01T17:10:52.0907030Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:10:52.0913196Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_smoke.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:10:52.088846] 2024-11-01T17:10:56.1513758Z 2024-11-01T17:10:56.1514954Z inductor/test_smoke 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_smoke_1.1_9aa742e4d092d055_.log 2024-11-01T17:10:56.1516115Z 2024-11-01T17:10:56.1518917Z Running inductor/test_cuda_repro 1/1 ... [2024-11-01 17:10:56.151629] 2024-11-01T17:10:56.1519510Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:10:56.1526116Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cuda_repro.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:10:56.152210] 2024-11-01T17:11:01.3255883Z 2024-11-01T17:11:01.3257404Z inductor/test_cuda_repro 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cuda_repro_1.1_357a177044b2251d_.log 2024-11-01T17:11:01.3258384Z 2024-11-01T17:11:01.3260483Z Running dynamo/test_skip_non_tensor 1/1 ... [2024-11-01 17:11:01.325513] 2024-11-01T17:11:01.3261133Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:11:01.3267447Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:11:01.326081] 2024-11-01T17:11:05.4403854Z 2024-11-01T17:11:05.4405348Z dynamo/test_skip_non_tensor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_skip_non_tensor_1.1_60cc38e750ed72a9_.log 2024-11-01T17:11:05.4406386Z 2024-11-01T17:11:05.4408679Z Running dynamo/test_subgraphs 1/1 ... [2024-11-01 17:11:05.428860] 2024-11-01T17:11:05.4409256Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:11:05.4432935Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_subgraphs.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:11:05.428860] 2024-11-01T17:11:09.6507814Z 2024-11-01T17:11:09.6508993Z dynamo/test_subgraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_subgraphs_1.1_476a9ea143e4d118_.log 2024-11-01T17:11:09.6510023Z 2024-11-01T17:11:09.6513416Z Running inductor/test_compiled_optimizers 1/1 ... [2024-11-01 17:11:09.650704] 2024-11-01T17:11:09.6514105Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:11:09.6520404Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_compiled_optimizers.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:11:09.651773] 2024-11-01T17:11:19.9946539Z 2024-11-01T17:11:19.9948855Z inductor/test_compiled_optimizers 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_optimizers_1.1_b386e9c14a88ad8c_.log 2024-11-01T17:11:19.9949986Z 2024-11-01T17:11:19.9951453Z Running dynamo/test_nops 1/1 ... [2024-11-01 17:11:19.994709] 2024-11-01T17:11:19.9952011Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:11:19.9958378Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:11:19.995276] 2024-11-01T17:11:24.1629317Z 2024-11-01T17:11:24.1630578Z dynamo/test_nops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_nops_1.1_46bde49dbf14797b_.log 2024-11-01T17:11:24.1631501Z 2024-11-01T17:11:24.1635699Z Running dynamo/test_logging 1/1 ... [2024-11-01 17:11:24.163331] 2024-11-01T17:11:24.1636307Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:11:24.1643986Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_logging.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:11:24.163919] 2024-11-01T17:11:28.4966329Z 2024-11-01T17:11:28.4967827Z dynamo/test_logging 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_logging_1.1_fad0ce8725ad38f6_.log 2024-11-01T17:11:28.4968788Z 2024-11-01T17:11:28.4971523Z Running dynamo/test_misc 1/1 ... [2024-11-01 17:11:28.487930] 2024-11-01T17:11:28.4972181Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:11:28.4978249Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_misc.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:11:28.487930] 2024-11-01T17:11:33.9063450Z 2024-11-01T17:11:33.9064595Z dynamo/test_misc 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_misc_1.1_f30f7c9227b97a65_.log 2024-11-01T17:11:33.9065493Z 2024-11-01T17:11:33.9068615Z Running inductor/test_binary_folding 1/1 ... [2024-11-01 17:11:33.903682] 2024-11-01T17:11:33.9069219Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:11:33.9076857Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_binary_folding.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:11:33.907277] 2024-11-01T17:11:43.4113108Z 2024-11-01T17:11:43.4114630Z inductor/test_binary_folding 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_binary_folding_1.1_37b8f1b6e6bbffe1_.log 2024-11-01T17:11:43.4115686Z 2024-11-01T17:11:43.4118017Z Running dynamo/test_export 1/1 ... [2024-11-01 17:11:43.408590] 2024-11-01T17:11:43.4118606Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:11:43.4125316Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:11:43.408590] 2024-11-01T17:11:47.9960289Z 2024-11-01T17:11:47.9961643Z dynamo/test_export 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_export_1.1_43df2a632739d8a5_.log 2024-11-01T17:11:47.9962594Z 2024-11-01T17:11:47.9965349Z Running dynamo/test_modules 1/1 ... [2024-11-01 17:11:47.996413] 2024-11-01T17:11:47.9965929Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:11:47.9981524Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modules.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:11:47.997577] 2024-11-01T17:11:52.6169103Z 2024-11-01T17:11:52.6170392Z dynamo/test_modules 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_modules_1.1_af83003a17c71037_.log 2024-11-01T17:11:52.6171332Z 2024-11-01T17:11:52.6174042Z Running dynamo/test_backends 1/1 ... [2024-11-01 17:11:52.615359] 2024-11-01T17:11:52.6174620Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:11:52.6180719Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_backends.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:11:52.615359] 2024-11-01T17:11:56.7705849Z 2024-11-01T17:11:56.7707290Z dynamo/test_backends 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_backends_1.1_1427092a9836c952_.log 2024-11-01T17:11:56.7708253Z 2024-11-01T17:11:56.7712331Z Running dynamo/test_cudagraphs 1/1 ... [2024-11-01 17:11:56.770923] 2024-11-01T17:11:56.7712963Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:11:56.7720725Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_cudagraphs.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:11:56.771508] 2024-11-01T17:12:00.8974094Z 2024-11-01T17:12:00.8975585Z dynamo/test_cudagraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_cudagraphs_1.1_9b91f86a8d85d278_.log 2024-11-01T17:12:00.8976562Z 2024-11-01T17:12:00.9152271Z Running inductor/test_config 1/1 ... [2024-11-01 17:12:00.914929] 2024-11-01T17:12:00.9152910Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:12:00.9153509Z Running dynamo/test_dynamic_shapes 1/1 ... [2024-11-01 17:12:00.914929] 2024-11-01T17:12:00.9154305Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:12:00.9156135Z Running inductor/test_torchinductor 1/1 ... [2024-11-01 17:12:00.915463] 2024-11-01T17:12:00.9156758Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:12:00.9167581Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_dynamic_shapes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:12:00.916163] 2024-11-01T17:12:00.9170900Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_config.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:12:00.916776] 2024-11-01T17:12:00.9173654Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:12:00.916776] 2024-11-01T17:12:06.9050943Z 2024-11-01T17:12:06.9052300Z dynamo/test_dynamic_shapes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_dynamic_shapes_1.1_803a05994b4ab2c3_.log 2024-11-01T17:12:06.9053325Z 2024-11-01T17:12:09.7478166Z 2024-11-01T17:12:09.7479532Z inductor/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_config_1.1_374f82bce089b35b_.log 2024-11-01T17:12:09.7480488Z 2024-11-01T17:12:11.8555314Z Running test_custom_ops 1/1 ... [2024-11-01 17:12:11.839859] 2024-11-01T17:12:11.8556025Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:12:11.8565911Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_custom_ops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:12:11.855594] 2024-11-01T17:12:12.0488500Z 2024-11-01T17:12:12.0490227Z inductor/test_torchinductor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.1_d04368372e867718_.log 2024-11-01T17:12:12.0491403Z 2024-11-01T17:12:14.8935188Z Running test_transformers 1/7 ... [2024-11-01 17:12:14.892820] 2024-11-01T17:12:14.8935841Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:12:14.8942547Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_transformers.py', '-m', 'not serial', '--shard-id=1', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:12:14.894019] 2024-11-01T17:12:16.8315242Z Running dynamo/test_recompiles 1/1 ... [2024-11-01 17:12:16.831155] 2024-11-01T17:12:16.8315903Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:12:16.8322052Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompiles.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:12:16.831751] 2024-11-01T17:12:21.1544349Z 2024-11-01T17:12:21.1546423Z dynamo/test_recompiles 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_recompiles_1.1_a8ea625620875370_.log 2024-11-01T17:12:21.1549043Z 2024-11-01T17:12:26.8645433Z Running functorch/test_rearrange 1/1 ... [2024-11-01 17:12:26.864009] 2024-11-01T17:12:26.8646413Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:12:26.8656691Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_rearrange.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:12:26.865346] 2024-11-01T17:12:34.1792209Z 2024-11-01T17:12:34.1793417Z functorch/test_rearrange 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_rearrange_1.1_78609e9933036ae3_.log 2024-11-01T17:12:34.1798819Z Running 10 items in this shard: test/functorch/test_rearrange.py::TestRearrange::test_0_dim_tensor, test/functorch/test_rearrange.py::TestRearrange::test_collapsed_ellipsis_errors_out, test/functorch/test_rearrange.py::TestRearrange::test_concatenations_and_stacking, test/functorch/test_rearrange.py::TestRearrange::test_dimension_mismatch_no_ellipsis, test/functorch/test_rearrange.py::TestRearrange::test_dimension_mismatch_with_ellipsis, test/functorch/test_rearrange.py::TestRearrange::test_ellipsis_ops, test/functorch/test_rearrange.py::TestRearrange::test_rearrange_consistency, test/functorch/test_rearrange.py::TestRearrange::test_rearrange_permutations, test/functorch/test_rearrange.py::TestRearrange::test_squeeze, test/functorch/test_rearrange.py::TestRearrange::test_unsqueeze 2024-11-01T17:12:34.1803193Z 2024-11-01T17:12:41.1184442Z Running functorch/test_parsing 1/1 ... [2024-11-01 17:12:41.117433] 2024-11-01T17:12:41.1185574Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:12:41.1195568Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_parsing.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:12:41.117433] 2024-11-01T17:12:48.5715439Z 2024-11-01T17:12:48.5717351Z functorch/test_parsing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_parsing_1.1_68f17afcbb989ab1_.log 2024-11-01T17:12:48.5731156Z Running 12 items in this shard: test/functorch/test_parsing.py::TestAnonymousAxis::test_anonymous_axes, test/functorch/test_parsing.py::TestParsedExpression::test_elementary_axis_name, test/functorch/test_parsing.py::TestParsedExpression::test_invalid_expressions, test/functorch/test_parsing.py::TestParsedExpression::test_parse_expression, test/functorch/test_parsing.py::TestParsingUtils::test_ellipsis_invalid_identifier, test/functorch/test_parsing.py::TestParsingUtils::test_ellipsis_matching, test/functorch/test_parsing.py::TestParsingUtils::test_left_parenthesized_ellipsis, test/functorch/test_parsing.py::TestParsingUtils::test_parse_pattern_number_of_arrows, test/functorch/test_parsing.py::TestValidateRearrangeExpressions::test_identifier_mismatch, test/functorch/test_parsing.py::TestValidateRearrangeExpressions::test_non_unitary_anonymous_axes_raises_error, test/functorch/test_parsing.py::TestValidateRearrangeExpressions::test_unexpected_axes_lengths, test/functorch/test_parsing.py::TestValidateRearrangeExpressions::test_validate_axes_lengths_are_integers 2024-11-01T17:12:48.5743998Z 2024-11-01T17:12:50.8879346Z 2024-11-01T17:12:50.8881918Z test_custom_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_custom_ops_1.1_c817b44c66a8861a_.log 2024-11-01T17:12:50.9033461Z Running 258 items in this shard: test/test_custom_ops.py::TestCustomOp::test_abstract_impl_on_existing_op, test/test_custom_ops.py::TestCustomOp::test_abstract_impl_on_existing_op_with_CompositeExplicitAutograd, test/test_custom_ops.py::TestCustomOp::test_abstract_impl_on_existing_op_with_CompositeImplicitAutograd, test/test_custom_ops.py::TestCustomOp::test_abstract_impl_on_existing_op_with_meta, test/test_custom_ops.py::TestCustomOp::test_autogen_aten_ops_are_pt2_compliant, test/test_custom_ops.py::TestCustomOp::test_autograd_function_backed_op, test/test_custom_ops.py::TestCustomOp::test_autograd_notimplemented, test/test_custom_ops.py::TestCustomOp::test_autograd_notimplemented_gradmode, test/test_custom_ops.py::TestCustomOp::test_backward_dict_grad_for_nontensor, test/test_custom_ops.py::TestCustomOp::test_backward_dict_invalid_keys, test/test_custom_ops.py::TestCustomOp::test_backward_dict_requires_keys_for_input_optional_tensors, test/test_custom_ops.py::TestCustomOp::test_backward_dict_requires_keys_for_input_tensors, test/test_custom_ops.py::TestCustomOp::test_backward_grads_are_tensor_or_none, test/test_custom_ops.py::TestCustomOp::test_backward_impl_on_existing_op, test/test_custom_ops.py::TestCustomOp::test_backward_impl_on_existing_op_CompositeImplicitAutograd, test/test_custom_ops.py::TestCustomOp::test_backward_impl_on_existing_op_incorrect_schema_mutable, test/test_custom_ops.py::TestCustomOp::test_backward_impl_on_existing_op_incorrect_schema_no_output, test/test_custom_ops.py::TestCustomOp::test_backward_impl_on_existing_op_incorrect_schema_views, test/test_custom_ops.py::TestCustomOp::test_backward_impl_on_existing_op_with_key_key_Autograd, test/test_custom_ops.py::TestCustomOp::test_backward_impl_on_existing_op_with_key_key_AutogradCPU, test/test_custom_ops.py::TestCustomOp::test_backward_impl_on_existing_op_with_key_key_AutogradCUDA, test/test_custom_ops.py::TestCustomOp::test_backward_output_differentiability_non_tensor, test/test_custom_ops.py::TestCustomOp::test_backward_output_differentiability_numel, test/test_custom_ops.py::TestCustomOp::test_backward_output_differentiability_tensorlist, test/test_custom_ops.py::TestCustomOp::test_backward_output_differentiability_type, test/test_custom_ops.py::TestCustomOp::test_backward_partially_registered, test/test_custom_ops.py::TestCustomOp::test_backward_returns_dict, test/test_custom_ops.py::TestCustomOp::test_backward_tensorlist_input_requires_list_grads, test/test_custom_ops.py::TestCustomOp::test_backward_tensorlist_input_requires_list_grads_none_or_Tensor, test/test_custom_ops.py::TestCustomOp::test_backward_tensorlist_input_requires_list_grads_with_same_numel, test/test_custom_ops.py::TestCustomOp::test_basic_make_fx, test/test_custom_ops.py::TestCustomOp::test_builtin_aten_ops_are_pt2_compliant, test/test_custom_ops.py::TestCustomOp::test_builtin_torchscript_ops, test/test_custom_ops.py::TestCustomOp::test_data_dependent_basic, test/test_custom_ops.py::TestCustomOp::test_data_dependent_compile, test/test_custom_ops.py::TestCustomOp::test_data_dependent_fake_tracing, test/test_custom_ops.py::TestCustomOp::test_data_dependent_nms_dynamic_compile, test/test_custom_ops.py::TestCustomOp::test_define_and_impl, test/test_custom_ops.py::TestCustomOp::test_define_bad_schema, test/test_custom_ops.py::TestCustomOp::test_define_validation, test/test_custom_ops.py::TestCustomOp::test_define_with_tags_list, test/test_custom_ops.py::TestCustomOp::test_define_with_tags_single, test/test_custom_ops.py::TestCustomOp::test_define_with_tags_tuple, test/test_custom_ops.py::TestCustomOp::test_defined_in_python, test/test_custom_ops.py::TestCustomOp::test_deploy_interaction, test/test_custom_ops.py::TestCustomOp::test_duplicate_impl, test/test_custom_ops.py::TestCustomOp::test_functionalize_error, test/test_custom_ops.py::TestCustomOp::test_impl_abstract_overload, test/test_custom_ops.py::TestCustomOp::test_impl_cpu, test/test_custom_ops.py::TestCustomOp::test_impl_device_cpu, test/test_custom_ops.py::TestCustomOp::test_impl_device_cuda, test/test_custom_ops.py::TestCustomOp::test_impl_device_function, test/test_custom_ops.py::TestCustomOp::test_impl_device_invalid, test/test_custom_ops.py::TestCustomOp::test_impl_function, test/test_custom_ops.py::TestCustomOp::test_impl_invalid_devices, test/test_custom_ops.py::TestCustomOp::test_impl_meta, test/test_custom_ops.py::TestCustomOp::test_impl_multiple, test/test_custom_ops.py::TestCustomOp::test_impl_on_existing_op, test/test_custom_ops.py::TestCustomOp::test_impl_on_existing_op_with_cpu_registration_key_CPU, test/test_custom_ops.py::TestCustomOp::test_impl_on_existing_op_with_cpu_registration_key_CUDA, test/test_custom_ops.py::TestCustomOp::test_impl_on_existing_op_with_cpu_registration_key_CompositeExplicitAutograd, test/test_custom_ops.py::TestCustomOp::test_impl_on_existing_op_with_cpu_registration_key_CompositeImplicitAutograd, test/test_custom_ops.py::TestCustomOp::test_impl_separate, test/test_custom_ops.py::TestCustomOp::test_incorrect_schema_types, test/test_custom_ops.py::TestCustomOp::test_infer_schema_no_return, test/test_custom_ops.py::TestCustomOp::test_infer_schema_supported, test/test_custom_ops.py::TestCustomOp::test_infer_schema_unsupported, test/test_custom_ops.py::TestCustomOp::test_invalid_qualname, test/test_custom_ops.py::TestCustomOp::test_invalid_schemas, test/test_custom_ops.py::TestCustomOp::test_is_functional_schema, test/test_custom_ops.py::TestCustomOp::test_is_tensorlist_like_type, test/test_custom_ops.py::TestCustomOp::test_legacy_define, test/test_custom_ops.py::TestCustomOp::test_legacy_impl, test/test_custom_ops.py::TestCustomOp::test_lifetime, test/test_custom_ops.py::TestCustomOp::test_meta_for_data_dependent_shape_operation, test/test_custom_ops.py::TestCustomOp::test_name_must_match, test/test_custom_ops.py::TestCustomOp::test_new_data_dependent_symint, test/test_custom_ops.py::TestCustomOp::test_not_implemented_error, test/test_custom_ops.py::TestCustomOp::test_private_ctor, test/test_custom_ops.py::TestCustomOp::test_reserved_ns, test/test_custom_ops.py::TestCustomOp::test_resolve_packet, test/test_custom_ops.py::TestCustomOp::test_save_for_backward_inputs_are_namedtuple, test/test_custom_ops.py::TestCustomOp::test_schema_matches_signature, test/test_custom_ops.py::TestCustomOp::test_sequences, test/test_custom_ops.py::TestCustomOp::test_supported_param_types, test/test_custom_ops.py::TestCustomOp::test_supported_return_types_multi_return, test/test_custom_ops.py::TestCustomOp::test_supported_return_types_single_return, test/test_custom_ops.py::TestCustomOp::test_supported_schemas, test/test_custom_ops.py::TestCustomOp::test_symints, test/test_custom_ops.py::TestCustomOp::test_unsupported_param_types, test/test_custom_ops.py::TestCustomOp::test_unsupported_schemas, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_dynamic__test_delayed_error, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_dynamic__test_delayed_error_no_requires_grad, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_dynamic__test_incorrect_schema, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_dynamic__test_inplace, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_dynamic__test_mm, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_dynamic__test_mm_errors, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_dynamic__test_mm_fake, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_dynamic__test_mm_meta, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_dynamic__test_no_abstract, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_dynamic__test_nonzero, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_static__test_delayed_error, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_static__test_delayed_error_no_requires_grad, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_static__test_incorrect_schema, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_static__test_inplace, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_static__test_mm, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_static__test_mm_errors, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_static__test_mm_fake, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_static__test_mm_meta, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_static__test_no_abstract, test/test_custom_ops.py::MiniOpTest::test_aot_dispatch_static__test_nonzero, test/test_custom_ops.py::MiniOpTest::test_autograd_registration__test_delayed_error, test/test_custom_ops.py::MiniOpTest::test_autograd_registration__test_delayed_error_no_requires_grad, test/test_custom_ops.py::MiniOpTest::test_autograd_registration__test_incorrect_schema, test/test_custom_ops.py::MiniOpTest::test_autograd_registration__test_inplace, test/test_custom_ops.py::MiniOpTest::test_autograd_registration__test_mm, test/test_custom_ops.py::MiniOpTest::test_autograd_registration__test_mm_errors, test/test_custom_ops.py::MiniOpTest::test_autograd_registration__test_mm_fake, test/test_custom_ops.py::MiniOpTest::test_autograd_registration__test_mm_meta, test/test_custom_ops.py::MiniOpTest::test_autograd_registration__test_no_abstract, test/test_custom_ops.py::MiniOpTest::test_autograd_registration__test_nonzero, test/test_custom_ops.py::MiniOpTest::test_delayed_error, test/test_custom_ops.py::MiniOpTest::test_delayed_error_no_requires_grad, test/test_custom_ops.py::MiniOpTest::test_dont_generate, test/test_custom_ops.py::MiniOpTest::test_faketensor__test_delayed_error, test/test_custom_ops.py::MiniOpTest::test_faketensor__test_delayed_error_no_requires_grad, test/test_custom_ops.py::MiniOpTest::test_faketensor__test_incorrect_schema, test/test_custom_ops.py::MiniOpTest::test_faketensor__test_inplace, test/test_custom_ops.py::MiniOpTest::test_faketensor__test_mm, test/test_custom_ops.py::MiniOpTest::test_faketensor__test_mm_errors, test/test_custom_ops.py::MiniOpTest::test_faketensor__test_mm_fake, test/test_custom_ops.py::MiniOpTest::test_faketensor__test_mm_meta, test/test_custom_ops.py::MiniOpTest::test_faketensor__test_no_abstract, test/test_custom_ops.py::MiniOpTest::test_faketensor__test_nonzero, test/test_custom_ops.py::MiniOpTest::test_incorrect_schema, test/test_custom_ops.py::MiniOpTest::test_inplace, test/test_custom_ops.py::MiniOpTest::test_mm, test/test_custom_ops.py::MiniOpTest::test_mm_errors, test/test_custom_ops.py::MiniOpTest::test_mm_fake, test/test_custom_ops.py::MiniOpTest::test_mm_meta, test/test_custom_ops.py::MiniOpTest::test_no_abstract, test/test_custom_ops.py::MiniOpTest::test_nonzero, test/test_custom_ops.py::MiniOpTest::test_pt2_compliant_tag_aten_mm, test/test_custom_ops.py::MiniOpTest::test_pt2_compliant_tag_aten_nonzero, test/test_custom_ops.py::MiniOpTest::test_pt2_compliant_tag_aten_sin_, test/test_custom_ops.py::MiniOpTest::test_pt2_compliant_tag_mini_op_test_delayed_error, test/test_custom_ops.py::MiniOpTest::test_pt2_compliant_tag_mini_op_test_incorrect_schema, test/test_custom_ops.py::MiniOpTest::test_pt2_compliant_tag_mini_op_test_no_abstract, test/test_custom_ops.py::MiniOpTest::test_schema__test_delayed_error, test/test_custom_ops.py::MiniOpTest::test_schema__test_delayed_error_no_requires_grad, test/test_custom_ops.py::MiniOpTest::test_schema__test_incorrect_schema, test/test_custom_ops.py::MiniOpTest::test_schema__test_inplace, test/test_custom_ops.py::MiniOpTest::test_schema__test_mm, test/test_custom_ops.py::MiniOpTest::test_schema__test_mm_errors, test/test_custom_ops.py::MiniOpTest::test_schema__test_mm_fake, test/test_custom_ops.py::MiniOpTest::test_schema__test_mm_meta, test/test_custom_ops.py::MiniOpTest::test_schema__test_no_abstract, test/test_custom_ops.py::MiniOpTest::test_schema__test_nonzero, test/test_custom_ops.py::TestCustomOpAPI::test_basic, test/test_custom_ops.py::TestCustomOpAPI::test_compile, test/test_custom_ops.py::TestCustomOpAPI::test_default_values, test/test_custom_ops.py::TestCustomOpAPI::test_disallows_output_aliasing, test/test_custom_ops.py::TestCustomOpAPI::test_factory_function, test/test_custom_ops.py::TestCustomOpAPI::test_fake, test/test_custom_ops.py::TestCustomOpAPI::test_kwarg_only_tensors, test/test_custom_ops.py::TestCustomOpAPI::test_layout_constraint_tags, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_autograd, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_autograd_low_level, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_fake, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_fake_source_idx_0, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_fake_source_idx_1, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_fake_source_idx_2, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_fake_source_idx_3, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_fake_source_idx_4, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_fake_source_idx_5, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_kernel, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_kernel_low_level, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_torch_dispatch, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_torch_dispatch_low_level, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_torch_dispatch_rule_mode, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_torch_dispatch_rule_subclass, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_vmap, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_vmap_library_decorator, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_vmap_op_decorator, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_vmap_register_multiple_times, test/test_custom_ops.py::TestCustomOpAPI::test_library_register_vmap_register_multiple_times_2, test/test_custom_ops.py::TestCustomOpAPI::test_library_schema_infer, test/test_custom_ops.py::TestCustomOpAPI::test_manual_schema, test/test_custom_ops.py::TestCustomOpAPI::test_manual_schema_error, test/test_custom_ops.py::TestCustomOpAPI::test_multi_types, test/test_custom_ops.py::TestCustomOpAPI::test_mutated, test/test_custom_ops.py::TestCustomOpAPI::test_mutated_error, test/test_custom_ops.py::TestCustomOpAPI::test_mutated_unknown, test/test_custom_ops.py::TestCustomOpAPI::test_no_grad_skips_autograd, test/test_custom_ops.py::TestCustomOpAPI::test_overloading, test/test_custom_ops.py::TestCustomOpAPI::test_register_autograd_defaults, test/test_custom_ops.py::TestCustomOpAPI::test_register_autograd_error_cases, test/test_custom_ops.py::TestCustomOpAPI::test_register_autograd_kwargonly_low_level, test/test_custom_ops.py::TestCustomOpAPI::test_register_vmap_defaults, test/test_custom_ops.py::TestCustomOpAPI::test_register_vmap_kwargonly_low_level, test/test_custom_ops.py::TestCustomOpAPI::test_replacement, test/test_custom_ops.py::TestCustomOpAPI::test_set_kernel_enabled, test/test_custom_ops.py::TestCustomOpAPI::test_split_device, test/test_custom_ops.py::TestCustomOpAPI::test_supports_tensorlist, test/test_custom_ops.py::MiniOpTestOther::test_aot_dispatch_dynamic__test_nonzero_again, test/test_custom_ops.py::MiniOpTestOther::test_aot_dispatch_static__test_nonzero_again, test/test_custom_ops.py::MiniOpTestOther::test_autograd_registration__test_nonzero_again, test/test_custom_ops.py::MiniOpTestOther::test_faketensor__test_nonzero_again, test/test_custom_ops.py::MiniOpTestOther::test_nonzero_again, test/test_custom_ops.py::MiniOpTestOther::test_pt2_compliant_tag_aten_mm, test/test_custom_ops.py::MiniOpTestOther::test_pt2_compliant_tag_aten_nonzero, test/test_custom_ops.py::MiniOpTestOther::test_pt2_compliant_tag_aten_sin_, test/test_custom_ops.py::MiniOpTestOther::test_pt2_compliant_tag_mini_op_test_delayed_error, test/test_custom_ops.py::MiniOpTestOther::test_pt2_compliant_tag_mini_op_test_incorrect_schema, test/test_custom_ops.py::MiniOpTestOther::test_pt2_compliant_tag_mini_op_test_no_abstract, test/test_custom_ops.py::MiniOpTestOther::test_schema__test_nonzero_again, test/test_custom_ops.py::TestGenerateOpcheckTests::test_MiniOpTest, test/test_custom_ops.py::TestGenerateOpcheckTests::test_dont_generate_decorator, test/test_custom_ops.py::TestGenerateOpcheckTests::test_failures_dict_validation, test/test_custom_ops.py::TestGenerateOpcheckTests::test_generate_repro_no_save_data, test/test_custom_ops.py::TestGenerateOpcheckTests::test_generate_repro_save_data, test/test_custom_ops.py::TestGenerateOpcheckTests::test_is_inside_opcheck_mode, test/test_custom_ops.py::TestGenerateOpcheckTests::test_opcheck, test/test_custom_ops.py::TestGenerateOpcheckTests::test_opcheck_bad_op, test/test_custom_ops.py::TestGenerateOpcheckTests::test_opcheck_customopdef, test/test_custom_ops.py::TestGenerateOpcheckTests::test_opcheck_does_not_require_extra_deps, test/test_custom_ops.py::TestTypeConversion::test_mixed_types, test/test_custom_ops.py::TestTypeConversion::test_optional, test/test_custom_ops.py::TestTypeConversion::test_simple_tuple, test/test_custom_ops.py::TestTypeConversion::test_supported_types, test/test_custom_ops.py::TestCustomOpTestingCPU::test_aot_autograd_check_degenerate_cases_check_gradients_False_dynamic_False_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_aot_autograd_check_degenerate_cases_check_gradients_False_dynamic_True_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_aot_autograd_check_degenerate_cases_check_gradients_auto_dynamic_False_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_aot_autograd_check_degenerate_cases_check_gradients_auto_dynamic_True_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_assert_raises_regex_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_autograd_registered_at_backend_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_autograd_registration_check_autograd_kernel_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_autograd_registration_check_compositeimplicitautograd_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_autograd_registration_check_incorrect_composite_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_autograd_registration_check_incorrect_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_global_state_mutation_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_incorrect_abstract_impl_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_incorrect_schema_mutation_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_incorrect_schema_view_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_missing_abstract_impl_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_missing_functionalization_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_fails_basic_cpu, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_opinfo_NumpyCatCustomOp_cpu_float32, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_opinfo_NumpyCubeCustomOp_cpu_float32, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_opinfo_NumpyMulCustomOp_cpu_float32, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_opinfo_NumpyMulScalarCustomOp_cpu_float32, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_opinfo_NumpyNMSCustomOp_cpu_float32, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_opinfo_NumpyNonzeroCustomOp_cpu_float32, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_opinfo_NumpySortCustomOp_cpu_float32, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_opinfo_NumpySplitCopyCustomOp_cpu_float32, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_opinfo_NumpySplitCopyWithIntCustomOp_cpu_float32, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_opinfo_NumpyTakeCustomOp_cpu_float32, test/test_custom_ops.py::TestCustomOpTestingCPU::test_opcheck_opinfo_NumpyViewCopyCustomOp_cpu_float32 2024-11-01T17:12:50.9175387Z 2024-11-01T17:12:55.8902047Z Running inductor/test_cpu_repro 1/1 ... [2024-11-01 17:12:55.884595] 2024-11-01T17:12:55.8903003Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:12:55.8912376Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cpu_repro.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:12:55.890790] 2024-11-01T17:12:58.3366966Z Running test_mkl_verbose 1/1 ... [2024-11-01 17:12:58.334066] 2024-11-01T17:12:58.3368411Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:12:58.3381551Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkl_verbose.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:12:58.334066] 2024-11-01T17:13:10.6431929Z 2024-11-01T17:13:10.6437087Z inductor/test_cpu_repro 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpu_repro_1.1_3b3e00fe36fc896c_.log 2024-11-01T17:13:10.6474370Z 2024-11-01T17:13:11.7405684Z 2024-11-01T17:13:11.7407781Z test_mkl_verbose 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkl_verbose_1.1_42354d5eb82d80bc_.log 2024-11-01T17:13:11.7411159Z Running 2 items in this shard: test/test_mkl_verbose.py::TestMKLVerbose::test_verbose_off, test/test_mkl_verbose.py::TestMKLVerbose::test_verbose_on 2024-11-01T17:13:11.7412813Z 2024-11-01T17:13:17.8018788Z Running test_maskedtensor 1/1 ... [2024-11-01 17:13:17.798599] 2024-11-01T17:13:17.8019848Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:13:17.8028924Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_maskedtensor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:13:17.802156] 2024-11-01T17:13:18.8431289Z Running test_comparison_utils 1/1 ... [2024-11-01 17:13:18.840227] 2024-11-01T17:13:18.8432216Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:13:18.8435140Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_comparison_utils.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:13:18.841435] 2024-11-01T17:13:25.7189116Z 2024-11-01T17:13:25.7191373Z test_comparison_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_comparison_utils_1.1_f15100f2b8befdbc_.log 2024-11-01T17:13:25.8149663Z Running 5 items in this shard: test/test_comparison_utils.py::TestComparisonUtils::test_all_equal_no_assert, test/test_comparison_utils.py::TestComparisonUtils::test_all_equal_no_assert_nones, test/test_comparison_utils.py::TestComparisonUtils::test_assert_dtype, test/test_comparison_utils.py::TestComparisonUtils::test_assert_sizes, test/test_comparison_utils.py::TestComparisonUtils::test_assert_strides 2024-11-01T17:13:25.8155243Z 2024-11-01T17:13:31.7398770Z Running test_ops 1/9 ... [2024-11-01 17:13:31.736698] 2024-11-01T17:13:31.7459423Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:13:31.8950283Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:13:31.736698] 2024-11-01T17:13:47.9108953Z 2024-11-01T17:13:47.9110478Z test_maskedtensor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_maskedtensor_1.1_a4c3c2eccc6df77c_.log 2024-11-01T17:13:47.9675989Z Running 953 items in this shard: test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn0, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn1, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn10, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn11, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn12, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn13, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn14, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn15, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn16, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn17, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn18, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn19, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn2, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn20, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn21, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn22, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn23, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn24, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn25, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn26, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn27, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn28, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn29, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn3, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn30, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn31, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn32, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn33, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn34, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn35, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn36, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn37, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn38, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn39, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn4, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn40, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn41, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn42, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn43, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn44, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn45, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn46, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn47, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn48, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn49, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn5, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn50, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn51, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn52, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn53, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn54, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn55, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn56, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn57, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn6, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn7, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn8, test/test_maskedtensor.py::TestUnary::test_inplace_unary_fn9, test/test_maskedtensor.py::TestUnary::test_unary_fn0, test/test_maskedtensor.py::TestUnary::test_unary_fn1, test/test_maskedtensor.py::TestUnary::test_unary_fn10, test/test_maskedtensor.py::TestUnary::test_unary_fn11, test/test_maskedtensor.py::TestUnary::test_unary_fn12, test/test_maskedtensor.py::TestUnary::test_unary_fn13, test/test_maskedtensor.py::TestUnary::test_unary_fn14, test/test_maskedtensor.py::TestUnary::test_unary_fn15, test/test_maskedtensor.py::TestUnary::test_unary_fn16, test/test_maskedtensor.py::TestUnary::test_unary_fn17, test/test_maskedtensor.py::TestUnary::test_unary_fn18, test/test_maskedtensor.py::TestUnary::test_unary_fn19, test/test_maskedtensor.py::TestUnary::test_unary_fn2, test/test_maskedtensor.py::TestUnary::test_unary_fn20, test/test_maskedtensor.py::TestUnary::test_unary_fn21, test/test_maskedtensor.py::TestUnary::test_unary_fn22, test/test_maskedtensor.py::TestUnary::test_unary_fn23, test/test_maskedtensor.py::TestUnary::test_unary_fn24, test/test_maskedtensor.py::TestUnary::test_unary_fn25, test/test_maskedtensor.py::TestUnary::test_unary_fn26, test/test_maskedtensor.py::TestUnary::test_unary_fn27, test/test_maskedtensor.py::TestUnary::test_unary_fn28, test/test_maskedtensor.py::TestUnary::test_unary_fn29, test/test_maskedtensor.py::TestUnary::test_unary_fn3, test/test_maskedtensor.py::TestUnary::test_unary_fn30, test/test_maskedtensor.py::TestUnary::test_unary_fn31, test/test_maskedtensor.py::TestUnary::test_unary_fn32, test/test_maskedtensor.py::TestUnary::test_unary_fn33, test/test_maskedtensor.py::TestUnary::test_unary_fn34, test/test_maskedtensor.py::TestUnary::test_unary_fn35, test/test_maskedtensor.py::TestUnary::test_unary_fn36, test/test_maskedtensor.py::TestUnary::test_unary_fn37, test/test_maskedtensor.py::TestUnary::test_unary_fn38, test/test_maskedtensor.py::TestUnary::test_unary_fn39, test/test_maskedtensor.py::TestUnary::test_unary_fn4, test/test_maskedtensor.py::TestUnary::test_unary_fn40, test/test_maskedtensor.py::TestUnary::test_unary_fn41, test/test_maskedtensor.py::TestUnary::test_unary_fn42, test/test_maskedtensor.py::TestUnary::test_unary_fn43, test/test_maskedtensor.py::TestUnary::test_unary_fn44, test/test_maskedtensor.py::TestUnary::test_unary_fn45, test/test_maskedtensor.py::TestUnary::test_unary_fn46, test/test_maskedtensor.py::TestUnary::test_unary_fn47, test/test_maskedtensor.py::TestUnary::test_unary_fn48, test/test_maskedtensor.py::TestUnary::test_unary_fn49, test/test_maskedtensor.py::TestUnary::test_unary_fn5, test/test_maskedtensor.py::TestUnary::test_unary_fn50, test/test_maskedtensor.py::TestUnary::test_unary_fn51, test/test_maskedtensor.py::TestUnary::test_unary_fn52, test/test_maskedtensor.py::TestUnary::test_unary_fn53, test/test_maskedtensor.py::TestUnary::test_unary_fn54, test/test_maskedtensor.py::TestUnary::test_unary_fn55, test/test_maskedtensor.py::TestUnary::test_unary_fn56, test/test_maskedtensor.py::TestUnary::test_unary_fn57, test/test_maskedtensor.py::TestUnary::test_unary_fn58, test/test_maskedtensor.py::TestUnary::test_unary_fn59, test/test_maskedtensor.py::TestUnary::test_unary_fn6, test/test_maskedtensor.py::TestUnary::test_unary_fn60, test/test_maskedtensor.py::TestUnary::test_unary_fn61, test/test_maskedtensor.py::TestUnary::test_unary_fn7, test/test_maskedtensor.py::TestUnary::test_unary_fn8, test/test_maskedtensor.py::TestUnary::test_unary_fn9, test/test_maskedtensor.py::TestBinary::test_binary_fn0, test/test_maskedtensor.py::TestBinary::test_binary_fn1, test/test_maskedtensor.py::TestBinary::test_binary_fn10, test/test_maskedtensor.py::TestBinary::test_binary_fn11, test/test_maskedtensor.py::TestBinary::test_binary_fn12, test/test_maskedtensor.py::TestBinary::test_binary_fn13, test/test_maskedtensor.py::TestBinary::test_binary_fn14, test/test_maskedtensor.py::TestBinary::test_binary_fn15, test/test_maskedtensor.py::TestBinary::test_binary_fn16, test/test_maskedtensor.py::TestBinary::test_binary_fn17, test/test_maskedtensor.py::TestBinary::test_binary_fn18, test/test_maskedtensor.py::TestBinary::test_binary_fn19, test/test_maskedtensor.py::TestBinary::test_binary_fn2, test/test_maskedtensor.py::TestBinary::test_binary_fn20, test/test_maskedtensor.py::TestBinary::test_binary_fn21, test/test_maskedtensor.py::TestBinary::test_binary_fn22, test/test_maskedtensor.py::TestBinary::test_binary_fn23, test/test_maskedtensor.py::TestBinary::test_binary_fn24, test/test_maskedtensor.py::TestBinary::test_binary_fn25, test/test_maskedtensor.py::TestBinary::test_binary_fn26, test/test_maskedtensor.py::TestBinary::test_binary_fn27, test/test_maskedtensor.py::TestBinary::test_binary_fn28, test/test_maskedtensor.py::TestBinary::test_binary_fn29, test/test_maskedtensor.py::TestBinary::test_binary_fn3, test/test_maskedtensor.py::TestBinary::test_binary_fn30, test/test_maskedtensor.py::TestBinary::test_binary_fn31, test/test_maskedtensor.py::TestBinary::test_binary_fn32, test/test_maskedtensor.py::TestBinary::test_binary_fn33, test/test_maskedtensor.py::TestBinary::test_binary_fn34, test/test_maskedtensor.py::TestBinary::test_binary_fn35, test/test_maskedtensor.py::TestBinary::test_binary_fn4, test/test_maskedtensor.py::TestBinary::test_binary_fn5, test/test_maskedtensor.py::TestBinary::test_binary_fn6, test/test_maskedtensor.py::TestBinary::test_binary_fn7, test/test_maskedtensor.py::TestBinary::test_binary_fn8, test/test_maskedtensor.py::TestBinary::test_binary_fn9, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn0, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn1, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn10, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn11, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn12, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn13, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn14, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn15, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn16, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn17, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn18, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn19, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn2, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn20, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn21, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn22, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn23, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn24, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn25, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn26, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn27, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn28, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn29, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn3, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn4, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn5, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn6, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn7, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn8, test/test_maskedtensor.py::TestBinary::test_inplace_binary_fn9, test/test_maskedtensor.py::TestBinary::test_masks_match_fn_name_add, test/test_maskedtensor.py::TestBinary::test_masks_match_fn_name_add_, test/test_maskedtensor.py::TestReductions::test__is_any_true, test/test_maskedtensor.py::TestReductions::test__is_any_true_false, test/test_maskedtensor.py::TestReductions::test_all, test/test_maskedtensor.py::TestReductions::test_amax, test/test_maskedtensor.py::TestReductions::test_amax_grad, test/test_maskedtensor.py::TestReductions::test_amin, test/test_maskedtensor.py::TestReductions::test_amin_grad, test/test_maskedtensor.py::TestReductions::test_any_true_dtype, test/test_maskedtensor.py::TestReductions::test_backward, test/test_maskedtensor.py::TestReductions::test_grad_dtype, test/test_maskedtensor.py::TestReductions::test_max_not_implemented, test/test_maskedtensor.py::TestReductions::test_mean, test/test_maskedtensor.py::TestReductions::test_mean_dim_grad, test/test_maskedtensor.py::TestReductions::test_mean_grad_case_1a, test/test_maskedtensor.py::TestReductions::test_mean_grad_case_1b, test/test_maskedtensor.py::TestReductions::test_mean_grad_case_1c, test/test_maskedtensor.py::TestReductions::test_mean_grad_case_1d, test/test_maskedtensor.py::TestReductions::test_mean_grad_case_1e, test/test_maskedtensor.py::TestReductions::test_mean_grad_case_1f, test/test_maskedtensor.py::TestReductions::test_prod, test/test_maskedtensor.py::TestReductions::test_prod_grad, test/test_maskedtensor.py::TestReductions::test_sum, test/test_maskedtensor.py::TestReductions::test_sum_grad, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_add_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_add_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_add_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_add_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_add_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_add_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_add_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_add_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_add_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_atan2_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_atan2_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_atan2_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_atan2_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_atan2_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_atan2_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_atan2_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_atan2_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_atan2_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_floor_rounding_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_floor_rounding_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_floor_rounding_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_floor_rounding_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_floor_rounding_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_floor_rounding_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_floor_rounding_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_floor_rounding_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_floor_rounding_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_no_rounding_mode_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_no_rounding_mode_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_no_rounding_mode_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_no_rounding_mode_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_no_rounding_mode_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_no_rounding_mode_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_no_rounding_mode_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_no_rounding_mode_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_no_rounding_mode_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_trunc_rounding_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_trunc_rounding_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_trunc_rounding_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_trunc_rounding_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_trunc_rounding_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_trunc_rounding_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_trunc_rounding_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_trunc_rounding_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_div_trunc_rounding_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_eq_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_eq_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_eq_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_eq_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_eq_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_eq_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_eq_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_eq_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_eq_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_floor_divide_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_floor_divide_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_floor_divide_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_floor_divide_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_floor_divide_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_floor_divide_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_floor_divide_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_floor_divide_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_floor_divide_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmax_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmax_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmax_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmax_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmax_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmax_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmax_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmax_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmax_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmin_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmin_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmin_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmin_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmin_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmin_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmin_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmin_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmin_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmod_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmod_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmod_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmod_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmod_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmod_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmod_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmod_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_fmod_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ge_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ge_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ge_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ge_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ge_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ge_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ge_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ge_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ge_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_gt_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_gt_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_gt_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_gt_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_gt_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_gt_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_gt_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_gt_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_gt_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_le_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_le_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_le_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_le_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_le_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_le_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_le_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_le_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_le_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_logaddexp_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_logaddexp_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_logaddexp_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_logaddexp_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_logaddexp_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_logaddexp_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_logaddexp_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_logaddexp_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_logaddexp_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_lt_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_lt_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_lt_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_lt_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_lt_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_lt_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_lt_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_lt_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_lt_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_maximum_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_maximum_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_maximum_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_maximum_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_maximum_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_maximum_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_maximum_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_maximum_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_maximum_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_minimum_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_minimum_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_minimum_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_minimum_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_minimum_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_minimum_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_minimum_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_minimum_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_minimum_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_mul_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_mul_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_mul_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_mul_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_mul_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_mul_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_mul_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_mul_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_mul_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ne_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ne_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ne_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ne_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ne_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ne_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ne_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ne_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_ne_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_nextafter_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_nextafter_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_nextafter_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_nextafter_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_nextafter_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_nextafter_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_nextafter_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_nextafter_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_nextafter_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_remainder_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_remainder_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_remainder_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_remainder_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_remainder_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_remainder_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_remainder_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_remainder_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_remainder_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_sub_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_sub_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_sub_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_sub_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_sub_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_sub_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_sub_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_sub_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_sub_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_true_divide_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_true_divide_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_true_divide_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_true_divide_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_true_divide_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_true_divide_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_true_divide_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_true_divide_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_binary_core_true_divide_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amax_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amax_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amax_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amax_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amax_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amax_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amax_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amax_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amax_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amin_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amin_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amin_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amin_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amin_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amin_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amin_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amin_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_amin_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmax_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmax_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmax_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmax_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmax_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmax_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmax_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmax_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmax_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmin_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmin_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmin_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmin_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmin_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmin_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmin_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmin_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_argmin_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_prod_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_prod_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_prod_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_prod_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_prod_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_prod_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_prod_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_prod_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_prod_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_sum_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_sum_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_sum_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_sum_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_sum_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_sum_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_sum_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_sum_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_reduction_all_sum_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_abs_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_abs_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_abs_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_abs_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_abs_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_abs_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_abs_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_abs_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_abs_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acos_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acos_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acos_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acos_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acos_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acos_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acos_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acos_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acos_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acosh_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acosh_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acosh_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acosh_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acosh_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acosh_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acosh_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acosh_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_acosh_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_angle_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_angle_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_angle_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_angle_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_angle_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_angle_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_angle_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_angle_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_angle_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asin_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asin_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asin_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asin_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asin_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asin_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asin_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asin_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asin_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asinh_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asinh_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asinh_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asinh_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asinh_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asinh_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asinh_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asinh_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_asinh_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atan_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atan_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atan_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atan_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atan_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atan_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atan_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atan_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atan_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atanh_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atanh_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atanh_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atanh_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atanh_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atanh_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atanh_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atanh_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_atanh_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_ceil_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_ceil_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_ceil_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_ceil_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_ceil_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_ceil_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_ceil_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_ceil_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_ceil_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_conj_physical_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_conj_physical_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_conj_physical_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_conj_physical_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_conj_physical_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_conj_physical_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_conj_physical_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_conj_physical_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_conj_physical_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cos_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cos_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cos_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cos_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cos_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cos_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cos_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cos_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cos_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cosh_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cosh_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cosh_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cosh_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cosh_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cosh_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cosh_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cosh_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_cosh_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_deg2rad_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_deg2rad_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_deg2rad_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_deg2rad_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_deg2rad_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_deg2rad_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_deg2rad_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_deg2rad_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_deg2rad_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_digamma_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_digamma_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_digamma_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_digamma_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_digamma_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_digamma_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_digamma_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_digamma_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_digamma_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erf_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erf_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erf_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erf_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erf_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erf_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erf_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erf_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erf_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfc_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfc_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfc_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfc_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfc_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfc_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfc_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfc_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfc_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfinv_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfinv_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfinv_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfinv_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfinv_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfinv_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfinv_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfinv_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_erfinv_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp2_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp2_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp2_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp2_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp2_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp2_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp2_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp2_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp2_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_exp_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_expm1_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_expm1_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_expm1_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_expm1_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_expm1_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_expm1_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_expm1_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_expm1_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_expm1_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_floor_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_floor_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_floor_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_floor_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_floor_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_floor_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_floor_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_floor_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_floor_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_frac_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_frac_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_frac_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_frac_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_frac_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_frac_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_frac_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_frac_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_frac_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_i0_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_i0_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_i0_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_i0_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_i0_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_i0_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_i0_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_i0_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_i0_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_isnan_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_isnan_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_isnan_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_isnan_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_isnan_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_isnan_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_isnan_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_isnan_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_isnan_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_lgamma_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_lgamma_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_lgamma_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_lgamma_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_lgamma_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_lgamma_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_lgamma_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_lgamma_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_lgamma_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log10_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log10_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log10_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log10_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log10_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log10_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log10_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log10_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log10_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log1p_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log1p_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log1p_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log1p_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log1p_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log1p_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log1p_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log1p_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log1p_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log2_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log2_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log2_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log2_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log2_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log2_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log2_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log2_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log2_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_log_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_logit_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_logit_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_logit_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_logit_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_logit_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_logit_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_logit_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_logit_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_logit_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_nan_to_num_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_nan_to_num_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_nan_to_num_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_nan_to_num_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_nan_to_num_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_nan_to_num_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_nan_to_num_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_nan_to_num_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_nan_to_num_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_neg_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_neg_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_neg_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_neg_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_neg_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_neg_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_neg_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_neg_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_neg_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_positive_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_positive_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_positive_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_positive_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_positive_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_positive_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_positive_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_positive_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_positive_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rad2deg_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rad2deg_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rad2deg_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rad2deg_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rad2deg_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rad2deg_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rad2deg_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rad2deg_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rad2deg_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_reciprocal_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_reciprocal_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_reciprocal_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_reciprocal_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_reciprocal_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_reciprocal_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_reciprocal_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_reciprocal_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_reciprocal_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_0_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_0_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_0_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_0_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_0_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_0_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_0_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_0_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_0_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_3_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_3_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_3_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_3_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_3_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_3_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_neg_3_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_neg_3_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_neg_3_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_neg_3_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_neg_3_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_decimals_neg_3_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_round_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rsqrt_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rsqrt_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rsqrt_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rsqrt_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rsqrt_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rsqrt_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rsqrt_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rsqrt_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_rsqrt_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sgn_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sgn_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sgn_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sgn_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sgn_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sgn_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sgn_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sgn_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sgn_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sigmoid_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sigmoid_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sigmoid_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sigmoid_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sigmoid_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sigmoid_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sigmoid_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sigmoid_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sigmoid_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sign_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sign_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sign_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sign_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sign_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sign_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sign_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sign_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sign_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_signbit_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_signbit_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_signbit_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_signbit_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_signbit_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_signbit_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_signbit_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_signbit_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_signbit_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sin_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sin_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sin_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sin_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sin_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sin_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sin_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sin_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sin_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinc_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinc_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinc_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinc_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinc_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinc_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinc_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinc_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinc_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinh_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinh_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinh_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinh_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinh_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinh_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinh_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinh_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sinh_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sqrt_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sqrt_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sqrt_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sqrt_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sqrt_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sqrt_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sqrt_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sqrt_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_sqrt_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_square_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_square_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_square_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_square_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_square_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_square_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_square_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_square_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_square_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tan_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tan_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tan_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tan_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tan_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tan_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tan_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tan_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tan_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tanh_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tanh_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tanh_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tanh_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tanh_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tanh_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tanh_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tanh_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_tanh_layout2_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_trunc_layout0_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_trunc_layout0_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_trunc_layout0_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_trunc_layout1_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_trunc_layout1_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_trunc_layout1_cpu_float64, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_trunc_layout2_cpu_float16, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_trunc_layout2_cpu_float32, test/test_maskedtensor.py::TestOperatorsCPU::test_unary_core_trunc_layout2_cpu_float64, test/test_maskedtensor.py::TestBasicsCPU::test_add_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_contiguous_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_diff_dim_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_diff_layouts_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_diff_sizes_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_grad_warning_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_invalid_sparse_coo_values_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_invalid_sparse_csr_values_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_invalid_sparse_layout_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_invalid_tensor_inputs_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_nn_unfold_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_softmax_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_stack_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_to_dense_and_sparse_coo_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_to_dense_and_sparse_csr_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_to_dense_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_to_sparse_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_unfold_cpu, test/test_maskedtensor.py::TestBasicsCPU::test_where_cpu 2024-11-01T17:13:48.0408870Z 2024-11-01T17:13:53.6726552Z Running test_ops 2/9 ... [2024-11-01 17:13:53.671858] 2024-11-01T17:13:53.6727273Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:13:53.6737231Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'not serial', '--shard-id=2', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:13:53.673448] 2024-11-01T17:18:42.7290799Z 2024-11-01T17:18:42.7292725Z test_transformers 1/7 was successful, full logs can be found in artifacts with path test/test-reports/test_transformers_1.7_d1b4043f3767b4d7_.log 2024-11-01T17:18:42.8503211Z Running 498 items in this shard: test/test_transformers.py::TestTransformersCPU::test_encoder_padding_and_src_mask_bool_cpu, test/test_transformers.py::TestTransformersCPU::test_kpm_mask_trailing_column_with_nested_tensor_cpu, test/test_transformers.py::TestTransformersCPU::test_mha_native_args_nb_heads_8_bias_False_cpu, test/test_transformers.py::TestTransformersCPU::test_multiheadattention_fastpath_attn_mask_attn_mask_dim_2_key_padding_mask_dim_2_bool_cpu, test/test_transformers.py::TestTransformersCPU::test_multiheadattention_fastpath_attn_mask_attn_mask_dim_3_key_padding_mask_dim1_bool_cpu, test/test_transformers.py::TestTransformersCPU::test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_cpu, test/test_transformers.py::TestTransformersCPU::test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_cpu, test/test_transformers.py::TestTransformersCPU::test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_cpu, test/test_transformers.py::TestTransformersCPU::test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_cpu, test/test_transformers.py::TestTransformersCPU::test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_cpu, test/test_transformers.py::TestTransformersCPU::test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_cpu, test/test_transformers.py::TestTransformersCPU::test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_cpu, test/test_transformers.py::TestTransformersCPU::test_train_with_is_causal_cpu, test/test_transformers.py::TestTransformersCPU::test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_cpu, test/test_transformers.py::TestTransformersCPU::test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_cpu, test/test_transformers.py::TestTransformersCPU::test_transformerencoderlayer_no_fastpath_with_hooks_nhead_4_cpu, test/test_transformers.py::TestTransformersCPU::test_transformerencoderlayer_subclass_model_cpu, test/test_transformers.py::TestSDPAFailureModesCPU::test_flash_atteention_large_bf16_nan_values_cpu, test/test_transformers.py::TestSDPAFailureModesCPU::test_invalid_fused_inputs_head_dim_kernel0_cpu, test/test_transformers.py::TestSDPAFailureModesCPU::test_invalid_fused_inputs_invalid_dtype_kernel0_cpu, test/test_transformers.py::TestSDPAFailureModesCPU::test_invalid_inputs_1_dimensional_inputs_kernel2_cpu, test/test_transformers.py::TestSDPACpuOnlyCPU::test_fully_masked_out_rows_backend0_seq_len_128_head_dim_32_float32_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_fully_masked_out_rows_backend0_seq_len_32_head_dim_16_float32_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_fully_masked_out_rows_backend0_seq_len_64_head_dim_32_float16_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_fully_masked_out_rows_backend1_seq_len_128_head_dim_16_float32_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_fused_sdp_choice_cpu_type_dense_dropout_0_7_bfloat16_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_fused_sdp_choice_cpu_type_nested_dropout_0_0_float64_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_fused_sdp_choice_cpu_type_nested_dropout_0_7_float64_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_bfloat16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_bfloat16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float16_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float16, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float32_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float32, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_12_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_1030_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_11_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_17_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_True_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_False_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_2_bool_mask_True_train_True_casual_True_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_False_casual_False_set_attn_mask_True_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_1_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_2_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_False_train_False_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestSDPACpuOnlyCPU::test_scaled_dot_product_fused_attention_mask_vs_math_cpu_fused_kernel0_float64_batch_size_2_q_seq_len_514_kv_seq_len_514_n_head_3_head_dim_8_mask_dim_4_bool_mask_True_train_True_casual_True_set_attn_mask_False_cpu_float64, test/test_transformers.py::TestAttnBiasCPU::test_causal_variants_causal_variant_CausalVariant_LOWER_RIGHT_shape1_cpu, test/test_transformers.py::TestAttnBiasCPU::test_causal_variants_causal_variant_CausalVariant_UPPER_LEFT_shape1_cpu, test/test_transformers.py::TestAttnBiasCPU::test_causal_variants_causal_variant_CausalVariant_UPPER_LEFT_shape3_cpu, test/test_transformers.py::TestAttnBiasCPU::test_causal_variants_compile_causal_variant_CausalVariant_UPPER_LEFT_shape2_cpu 2024-11-01T17:18:42.9627907Z 2024-11-01T17:18:49.0772296Z Running test_ops 3/9 ... [2024-11-01 17:18:49.076837] 2024-11-01T17:18:49.0773262Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:18:49.0782733Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'not serial', '--shard-id=3', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:18:49.077438] 2024-11-01T17:22:58.2391591Z 2024-11-01T17:22:58.2393236Z test_ops 2/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_2.9_cd26c84fe4ed3a20_.log 2024-11-01T17:22:58.4989183Z Running 3738 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_permute_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unsqueeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cdouble_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes___rand___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_int_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_tensor_overload_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log_normal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_normal__in_place_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_t_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_abs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_acos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_arange_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_byte_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cdouble_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exponential_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_reduce_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_istft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_item_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mH_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_kaiser_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_slice_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_topk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_cpu, test/test_ops.py::TestCommonCPU::test_errors___rmod___cpu, test/test_ops.py::TestCommonCPU::test_errors_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_errors_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_errors_maximum_cpu, test/test_ops.py::TestCommonCPU::test_errors_mean_cpu, test/test_ops.py::TestCommonCPU::test_errors_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_adaptive_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_general_hamming_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_hamming_cpu, test/test_ops.py::TestCommonCPU::test_errors_sparse_randn_like_layout3_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_errors_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_tril_cpu, test/test_ops.py::TestCommonCPU::test_errors_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_where_cpu, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch__batch_norm_with_update_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_alias_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_index_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_index_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices__batch_norm_with_update_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_alias_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_partial_views_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cauchy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_geometric_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rms_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_permute_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_hann_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_partial_views_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsafe_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_permuted_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_tensor_overload_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_general_hamming_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsafe_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_rms_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_general_hamming_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_view_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_as_strided_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_geometric_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_squeeze_multiple_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_permuted_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_integral_dtype__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_permute_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_exp2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_inner_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_cond_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_householder_product_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_logsumexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_matmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_squeeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___radd___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_short_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_partial_views_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_frexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_channel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_renorm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__upsample_bilinear2d_aa_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_angle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_asin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clone_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_double_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gather_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ge_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_reduce_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_istft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_long_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mH_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_normal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_put_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_qr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_general_cosine_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unsafe_chunk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_deg2rad_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_deg2rad_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_masked_std_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_masked_std_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_mvlgamma_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_2_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_2_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_v_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_hermite_polynomial_he_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_laguerre_polynomial_l_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_legendre_polynomial_p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_u_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_xlogy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_alias_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cauchy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cauchy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_count_nonzero_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_deg2rad_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dot_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_geometric_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_item_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vecdot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_tensor_overload_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_tensor_overload_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_tensor_overload_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_channel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rad2deg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rad2deg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rad2deg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_renorm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_select_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_select_scatter_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_split_with_sizes_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_split_with_sizes_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_take_along_dim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_take_along_dim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_copy_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_alias_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_alias_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_block_diag_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_block_diag_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumprod_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dot_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dot_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dot_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_strided_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_equal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_equal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frexp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_item_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_cross_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_cross_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_cross_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_tensor_overload_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_tensor_overload_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logaddexp2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_tensor_overload_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_channel_shuffle_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_unshuffle_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_normal__in_place_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rad2deg_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_select_scatter_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_select_scatter_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_select_scatter_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_multiple_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_take_along_dim_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vdot_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_alias_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_partial_views_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_block_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cauchy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_count_nonzero_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumprod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_deg2rad_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_deg2rad_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dot_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dot_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_equal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_equal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_item_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_tensor_overload_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_unshuffle_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_normal_number_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rad2deg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rad2deg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_multiple_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_take_along_dim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_take_along_dim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_alias_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_partial_views_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_partial_views_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_block_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_block_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cauchy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_count_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumprod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_equal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_geometric_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vecdot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vecdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logaddexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logaddexp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_channel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_shuffle_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_unshuffle_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_normal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_select_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_take_along_dim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_take_along_dim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_take_along_dim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int16, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_permuted_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_bartlett_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_any_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_bool_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_diagonal_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_empty_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_eye_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_randn_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_scalar_tensor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_airy_ai_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdouble_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_item_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_nuttall_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_alias_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cdouble_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_exponential_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_item_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_as_strided_partial_views_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cfloat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_char_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_equal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_index_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_scalar_tensor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_unfold_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_vsplit_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_cfloat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_item_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logaddexp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_split_with_sizes_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_diagonal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logsumexp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_rms_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_T_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log1p_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logsumexp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scalar_tensor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsafe_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_alias_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_count_nonzero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_item_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_tensor_overload_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_normal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_vdot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__upsample_bilinear2d_aa_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_partial_views_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_static_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_blackman_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_kaiser_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_unbiased_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_transpose_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_scatter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_max_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_is_complex_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_new_empty_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_gelu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rad2deg_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_entr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_T_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_complex_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_long_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_alias_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_count_nonzero_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_scatter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logaddexp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_channel_shuffle_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_log_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vdot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_as_complex_cpu, test/test_ops.py::TestFakeTensorCPU::test_fake__chunk_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cfloat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_in_place_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scalar_tensor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_exponential_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_multiple_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_alias_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_multiple_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsafe_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_item_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_blackman_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_exponential_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_general_hamming_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unsafe_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_var_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops__segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_argsort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_argwhere_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_bitwise_and_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_bitwise_xor_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_empty_permuted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_equal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_eye_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_ge_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_istft_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_logical_and_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_logical_or_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_long_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_conv3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_randint_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_signal_windows_nuttall_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_sparse_mm_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_std_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_var_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_zeros_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_arange_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_tensor_overload_cpu_int16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_logspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_arange_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_arange_cpu_int16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_full_cpu_complex32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_full_cpu_float16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_cpu_complex128, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_cpu_bfloat16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_cpu_complex128, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_cpu_int32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_cpu_uint8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_tensor_overload_cpu_complex128, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_ones_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_zeros_cpu_float16, test/test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_T_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_byte_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_short_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_as_strided_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_frexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_geometric_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lerp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logaddexp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_squeeze_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_t_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__softmax_backward_data_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_alias_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_int_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_le_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_square_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_squeeze_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unfold_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unsafe_chunk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unsafe_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2024-11-01T17:22:58.6748876Z 2024-11-01T17:23:04.9120652Z Running test_mkldnn_verbose 1/1 ... [2024-11-01 17:23:04.911209] 2024-11-01T17:23:04.9121765Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:23:04.9131782Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_verbose.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:23:04.912338] 2024-11-01T17:23:15.2178715Z 2024-11-01T17:23:15.2180623Z test_mkldnn_verbose 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkldnn_verbose_1.1_ee92b6946f543508_.log 2024-11-01T17:23:15.2184040Z Running 2 items in this shard: test/test_mkldnn_verbose.py::TestMKLDNNVerbose::test_verbose_off, test/test_mkldnn_verbose.py::TestMKLDNNVerbose::test_verbose_on 2024-11-01T17:23:15.2185944Z 2024-11-01T17:23:21.0526402Z Running test_ops_jit 1/3 ... [2024-11-01 17:23:21.051954] 2024-11-01T17:23:21.0527436Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:23:21.0534560Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'not serial', '--shard-id=1', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:23:21.053134] 2024-11-01T17:23:35.2832020Z 2024-11-01T17:23:35.2833423Z test_ops 1/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_1.9_7b0f659690571083_.log 2024-11-01T17:23:35.4706794Z Running 3715 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_expand_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_std_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_transpose_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cfloat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsafe_split_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__native_batch_norm_legit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_polar_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_short_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cauchy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_split_with_sizes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_as_strided_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bool_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_eq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_pool2d_with_indices_backward_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ne_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_channel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_put_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scalar_tensor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_exponential_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sparse_mm_reduce_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_squeeze_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_where_cpu, test/test_ops.py::TestCommonCPU::test_errors___radd___cpu, test/test_ops.py::TestCommonCPU::test_errors___rpow___cpu, test/test_ops.py::TestCommonCPU::test_errors_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_errors_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_errors_cat_cpu, test/test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_errors_complex_cpu, test/test_ops.py::TestCommonCPU::test_errors_diff_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_errors_gcd_cpu, test/test_ops.py::TestCommonCPU::test_errors_gradient_cpu, test/test_ops.py::TestCommonCPU::test_errors_linspace_cpu, test/test_ops.py::TestCommonCPU::test_errors_linspace_tensor_overload_cpu, test/test_ops.py::TestCommonCPU::test_errors_logspace_tensor_overload_cpu, test/test_ops.py::TestCommonCPU::test_errors_median_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_adaptive_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_rms_norm_cpu, test/test_ops.py::TestCommonCPU::test_errors_remainder_cpu, test/test_ops.py::TestCommonCPU::test_errors_roll_cpu, test/test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_exponential_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_errors_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_index_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices__unsafe_masked_index_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_permuted_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_item_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sparse_mm_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_static_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples__chunk_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples__chunk_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples__unsafe_masked_index_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_hann_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsafe_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_squeeze_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_unravel_index_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__chunk_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_transpose_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_geometric_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cholesky_inverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_det_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_eigh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linspace_tensor_overload_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_scatter_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_take_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_unsqueeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_bartlett_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_byte_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_cfloat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_long_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_equal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_normal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_view_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__unsafe_masked_index_put_accumulate_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_abs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diff_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_eq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_item_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logspace_tensor_overload_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_short_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_exponential_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_squeeze_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_std_mean_unbiased_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_std_unbiased_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_take_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unique_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unravel_index_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float___rdiv___cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_deg2rad_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_ldexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_masked_mean_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_mvlgamma_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_1_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_4_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_rad2deg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_u_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_v_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_hermite_polynomial_he_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_laguerre_polynomial_l_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_legendre_polynomial_p_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_v_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_alias_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_alias_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cauchy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_count_nonzero_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumprod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_equal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_equal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exponential_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_geometric_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_normal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_channel_shuffle_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_normal__in_place_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_normal_number_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rad2deg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_take_along_dim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vdot_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vdot_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_T_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linalg_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_renorm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_tril_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumprod_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_deg2rad_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dot_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dot_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_strided_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_strided_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_equal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_equal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_geometric_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_diagonal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vecdot_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vecdot_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logaddexp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_channel_shuffle_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_channel_shuffle_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_channel_shuffle_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_shuffle_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_shuffle_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_unshuffle_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_unshuffle_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_unshuffle_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_normal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_normal_number_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rad2deg_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rad2deg_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rad2deg_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_renorm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_select_scatter_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_split_with_sizes_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_split_with_sizes_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_multiple_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_multiple_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_alias_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_alias_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_alias_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_scatter_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_block_diag_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cauchy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumprod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_equal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_equal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_equal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exponential_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_geometric_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_item_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_cross_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_cross_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_cross_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_channel_shuffle_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_shuffle_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_shuffle_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_normal_number_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rad2deg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_select_scatter_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_split_with_sizes_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_take_along_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_take_along_dim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_polar_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_alias_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_alias_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_alias_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_partial_views_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_scatter_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_block_diag_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_count_nonzero_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumprod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumprod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_item_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_cross_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_tensor_overload_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_tensor_overload_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logaddexp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_tensor_overload_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_tensor_overload_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_tensor_overload_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_shuffle_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_unshuffle_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rad2deg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_renorm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_renorm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_select_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_split_with_sizes_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_multiple_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager__segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_head_attention_forward_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_mm_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_multiple_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_unbiased_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsafe_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64, test/test_ops.py::TestCompositeComplianceCPU::test_backward__segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward__unsafe_masked_index_put_accumulate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rms_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_alias_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_aminmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_isfinite_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_logical_and_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_logical_xor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_rms_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_signal_windows_blackman_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_signal_windows_hamming_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_signal_windows_nuttall_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_sparse_mm_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_zeta_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_std_mean_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad__unsafe_masked_index_put_accumulate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator__chunk_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator__unsafe_masked_index_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator__unsafe_masked_index_put_accumulate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_geometric_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randint_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_blackman_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unsafe_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cauchy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_expand_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_histogram_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_histogramdd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_isin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_isnan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_new_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_randint_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_signal_windows_blackman_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_squeeze_multiple_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_uniform_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_zero__cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_cross_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_special_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_stft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__unsafe_masked_index_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_empty_permuted_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumprod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_normalize_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_bool_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logaddexp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logsumexp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_rms_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_normal_in_place_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_polar_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_bucketize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_select_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__segment_reduce_offsets_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exponential_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_dropout_backward_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest-exact_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_exponential_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_unbiased_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_torch_ops_aten__safe_softmax_default_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_unbiased_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_byte_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_cfloat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcmul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_block_diag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_max__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_count_nonzero_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isposinf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_istft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rad2deg__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vdot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zero__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_half_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_polar_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exponential__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_normal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_expit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_split_with_sizes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zero_cpu, test/test_ops.py::TestFakeTensorCPU::test_fake_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake__unsafe_masked_index_put_accumulate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_not_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_permuted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_exponential_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_cosine_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_mm_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_xor_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsafe_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multi_head_attention_forward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isneginf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isreal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_std_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unfold_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cdouble_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cfloat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_histogram_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_histogramdd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_igammac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_randn_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_signal_windows_hamming_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_signbit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_zeta_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_transpose_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_unique_consecutive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_var_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_view_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_cpu_int16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_cpu_uint8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_tensor_overload_cpu_uint8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_logspace_tensor_overload_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_ones_cpu_bool, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_ones_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_zeros_cpu_float16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_zeros_cpu_int16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_arange_cpu_int8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_tensor_overload_cpu_float16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_tensor_overload_cpu_int16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_tensor_overload_cpu_bfloat16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_tensor_overload_cpu_int16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_tensor_overload_cpu_int8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_zeros_cpu_uint8, test/test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cumprod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_entr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cdouble_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_reduce_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_item_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_dropout_backward_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_bartlett_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unravel_index_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2024-11-01T17:23:35.6882933Z 2024-11-01T17:23:40.9614109Z Running test_ops_jit 2/3 ... [2024-11-01 17:23:40.957333] 2024-11-01T17:23:40.9614744Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:23:40.9621530Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'not serial', '--shard-id=2', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:23:40.957333] 2024-11-01T17:26:51.7663220Z 2024-11-01T17:26:51.7664540Z test_ops 3/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_3.9_6e0ad0d141645bea_.log 2024-11-01T17:26:51.9804845Z Running 3799 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu__chunk_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_alias_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_log_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_transpose_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_expand_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing__chunk_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_alias_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_item_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_float_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_half_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_long_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_partial_views_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_count_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lerp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_renorm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_select_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__segment_reduce_lengths_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__segment_reduce_offsets_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__softmax_backward_data_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__unsafe_masked_index_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__unsafe_masked_index_put_accumulate_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_angle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_any_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clone_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_eye_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_geometric_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_half_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_reduce_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_int_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_le_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_normal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_msort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest-exact_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_hamming_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_std_mean_unbiased_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_torch_ops_aten__efficient_attention_forward_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_torch_ops_aten__safe_softmax_default_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu, test/test_ops.py::TestCommonCPU::test_errors___rand___cpu, test/test_ops.py::TestCommonCPU::test_errors___rxor___cpu, test/test_ops.py::TestCommonCPU::test_errors_amin_cpu, test/test_ops.py::TestCommonCPU::test_errors_arange_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_errors_gather_cpu, test/test_ops.py::TestCommonCPU::test_errors_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_narrow_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_adaptive_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_normal_in_place_cpu, test/test_ops.py::TestCommonCPU::test_errors_scatter_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_blackman_cpu, test/test_ops.py::TestCommonCPU::test_errors_sparse_mul_layout2_cpu, test/test_ops.py::TestCommonCPU::test_errors_sparse_mul_layout3_cpu, test/test_ops.py::TestCommonCPU::test_errors_sparse_randn_like_layout4_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_errors_trace_cpu, test/test_ops.py::TestCommonCPU::test_errors_unbind_cpu, test/test_ops.py::TestCommonCPU::test_errors_view_cpu, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_permute_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_transpose_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_alias_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_dropout_backward_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_general_cosine_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_transpose_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unravel_index_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cdouble_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples__chunk_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples__segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_partial_views_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_permuted_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_tensor_overload_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_static_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsafe_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsafe_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_bartlett_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_general_cosine_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_alias_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__unsafe_masked_index_put_accumulate_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nonzero_static_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_addmv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_angle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_as_strided_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_as_strided_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_baddbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_diff_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_index_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_index_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_vecdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_norm_inf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_t_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_transpose_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_hamming_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_std_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unsafe_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_char_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_double_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_int_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_alias_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expand_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_smooth_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rad2deg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_empty_permuted_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_exponential_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_full_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_reduce_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_argmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_channel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest-exact_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_outer_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_bartlett_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_hamming_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_ldexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_masked_var_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_masked_var_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_3_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_rad2deg_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_w_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_hermite_polynomial_h_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_legendre_polynomial_p_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_w_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_count_nonzero_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumprod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_deg2rad_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_item_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_item_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_item_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_item_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_item_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_cross_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_cross_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_cross_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vecdot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_tensor_overload_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_tensor_overload_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_tensor_overload_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_tensor_overload_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_normal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_normal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_tensor_overload_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_channel_shuffle_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_channel_shuffle_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_renorm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_select_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_split_with_sizes_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_take_along_dim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vdot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_item_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_log_normal_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_polar_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_polar_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_alias_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cauchy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_deg2rad_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_deg2rad_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_strided_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_strided_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_strided_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exponential_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exponential_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_item_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_item_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_cross_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_diagonal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_normal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_normal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_tensor_overload_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_tensor_overload_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_tensor_overload_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_channel_shuffle_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_channel_shuffle_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_shuffle_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_unshuffle_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_smooth_l1_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_normal__in_place_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rad2deg_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_select_scatter_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_split_with_sizes_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_split_with_sizes_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_multiple_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_multiple_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_multiple_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_take_along_dim_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_take_along_dim_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vdot_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vdot_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vdot_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_partial_views_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_partial_views_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_partial_views_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_deg2rad_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dot_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_item_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_item_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_cross_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_cross_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vecdot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vecdot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_tensor_overload_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logaddexp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logaddexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_channel_shuffle_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_channel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_shuffle_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_shuffle_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_unshuffle_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_normal__in_place_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_normal__in_place_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rad2deg_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_select_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_split_with_sizes_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_split_with_sizes_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_split_with_sizes_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_multiple_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_multiple_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_take_along_dim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vdot_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_partial_views_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_scatter_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_scatter_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cauchy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_count_nonzero_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_count_nonzero_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_count_nonzero_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_deg2rad_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_equal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_equal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exponential_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_istft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_item_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_item_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_item_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_cross_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_cross_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_cross_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_channel_shuffle_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_channel_shuffle_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_unshuffle_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_normal__in_place_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_normal_number_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_renorm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_split_with_sizes_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_split_with_sizes_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_split_with_sizes_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_multiple_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_multiple_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_take_along_dim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vdot_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int8, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager__batch_norm_with_update_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager__unsafe_masked_index_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_item_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_tensor_overload_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_static_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cfloat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_std_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_broadcast_shapes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_bucketize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_empty_permuted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_exponential_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_index_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_isclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_isneginf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_long_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_rand_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_signal_windows_hann_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_bessel_j1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_squeeze_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_squeeze_multiple_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_uniform_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_tensor_overload_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_dropout_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_partial_views_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cauchy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expand_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_static_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_normal_in_place_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_general_cosine_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay__batch_norm_with_update_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay__chunk_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay__segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_empty_permuted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_geometric_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_heaviside_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_isclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_isneginf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_jiterator_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_le_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_long_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_masked_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_short_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_signal_windows_bartlett_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_signal_windows_general_hamming_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_signal_windows_hann_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_transpose_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_view_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_view_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_chalf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_float_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_short_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_dot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_diagonal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vecdot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_alias_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_empty_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logaddexp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logspace_tensor_overload_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_logsumexp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_t_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_float_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_long_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_item_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_diagonal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vecdot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_multiple_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cdouble_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log1p_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logcumsumexp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_tensor_overload_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumprod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_multiple_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__native_batch_norm_legit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_byte_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_char_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_frexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logaddexp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_stft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__unsafe_masked_index_put_accumulate_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_diagonal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randint_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scalar_tensor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_nuttall_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unfold_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unsafe_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_bfloat16_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_chalf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_long_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bucketize_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cauchy__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_geometric__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lerp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logaddexp2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcmul__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcmul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cumprod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_deg2rad__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_deg2rad_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_new_ones_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_group_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rad2deg__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rad2deg_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zero__cpu, test/test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_alias_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_any_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_item_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_general_cosine_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_general_hamming_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp__softmax_backward_data_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_partial_views_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_dropout_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_mm_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_permute_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_mm_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_istft_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rand_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randint_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_general_cosine_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_squeeze_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_t_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_transpose_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops__chunk_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops__unsafe_masked_index_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_any_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_bincount_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_bitwise_or_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_char_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_expand_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_igamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_isclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_new_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_permute_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_scalar_tensor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_arange_cpu_bfloat16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_logspace_tensor_overload_cpu_float16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_tensor_overload_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_tensor_overload_cpu_int8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_cpu_float16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_tensor_overload_cpu_uint8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_ones_cpu_uint8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_zeros_cpu_bool, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_zeros_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_bool_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_float_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_int_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_istft_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_diagonal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rad2deg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_any_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exponential_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_rms_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_short_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unsqueeze_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2024-11-01T17:26:52.1456410Z 2024-11-01T17:26:56.3995693Z Running test_ops_jit 3/3 ... [2024-11-01 17:26:56.399303] 2024-11-01T17:26:56.3996272Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:26:56.4002187Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'not serial', '--shard-id=3', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:26:56.399876] 2024-11-01T17:30:23.9207171Z 2024-11-01T17:30:23.9208269Z test_ops_jit 1/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_1.3_62608f7231d9f271_.log 2024-11-01T17:30:23.9382532Z Running 365 items in this shard: test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__batch_norm_with_update_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__unsafe_masked_index_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_alias_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cfloat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exponential_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_grid_sampler_2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_amin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_diagonal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_tensor_overload_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_tensor_overload_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_log_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logsumexp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_pool2d_with_indices_backward_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_batch_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_channel_shuffle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv3d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scalar_tensor_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_exponential_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_kaiser_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_unbiased_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_unbiased_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsafe_chunk_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsafe_split_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_unbiased_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_unbiased_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_unbiased_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2024-11-01T17:30:23.9553792Z 2024-11-01T17:30:28.8129190Z Running inductor/test_smoke 1/1 ... [2024-11-01 17:30:28.806181] 2024-11-01T17:30:28.8130323Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:30:28.8138985Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_smoke.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:30:28.806181] 2024-11-01T17:30:29.2252241Z 2024-11-01T17:30:29.2253882Z test_ops_jit 2/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_2.3_700935f2694ce9aa_.log 2024-11-01T17:30:29.2515430Z Running 357 items in this shard: test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__chunk_cat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__native_batch_norm_legit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__softmax_backward_data_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__unsafe_masked_index_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__upsample_bilinear2d_aa_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_partial_views_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdouble_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_permuted_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_strided_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geometric_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_item_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_item_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_diagonal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_tensor_overload_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_normal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_dropout_backward_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_alpha_dropout_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_channel_shuffle_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rms_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rms_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_static_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_static_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_in_place_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_in_place_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_bartlett_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_blackman_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_cosine_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_gaussian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_hamming_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_nuttall_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_multiple_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_unbiased_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsafe_split_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_unbiased_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2024-11-01T17:30:29.2681709Z 2024-11-01T17:30:33.2595918Z 2024-11-01T17:30:33.2597986Z inductor/test_smoke 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_smoke_1.1_677e88fb3c0a30cb_.log 2024-11-01T17:30:33.2599450Z 2024-11-01T17:30:34.2557140Z Running inductor/test_cuda_repro 1/1 ... [2024-11-01 17:30:34.255384] 2024-11-01T17:30:34.2557849Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:30:34.2563753Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cuda_repro.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:30:34.255384] 2024-11-01T17:30:38.0527294Z Running dynamo/test_skip_non_tensor 1/1 ... [2024-11-01 17:30:38.044695] 2024-11-01T17:30:38.0528000Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:30:38.0534368Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:30:38.044695] 2024-11-01T17:30:39.4731254Z 2024-11-01T17:30:39.4732871Z inductor/test_cuda_repro 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cuda_repro_1.1_9a979f71a5eb3d68_.log 2024-11-01T17:30:39.4733870Z 2024-11-01T17:30:42.5075973Z 2024-11-01T17:30:42.5077396Z dynamo/test_skip_non_tensor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_skip_non_tensor_1.1_921e0f301c7251df_.log 2024-11-01T17:30:42.5078514Z 2024-11-01T17:30:44.4830104Z Running dynamo/test_subgraphs 1/1 ... [2024-11-01 17:30:44.481142] 2024-11-01T17:30:44.4831210Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:30:44.4849231Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_subgraphs.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:30:44.481142] 2024-11-01T17:30:47.6975701Z Running inductor/test_compiled_optimizers 1/1 ... [2024-11-01 17:30:47.694408] 2024-11-01T17:30:47.6976507Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:30:47.6982277Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_compiled_optimizers.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:30:47.694408] 2024-11-01T17:30:49.0860128Z 2024-11-01T17:30:49.0861608Z dynamo/test_subgraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_subgraphs_1.1_67f40c2b1738521a_.log 2024-11-01T17:30:49.0862625Z 2024-11-01T17:30:53.8011976Z Running dynamo/test_nops 1/1 ... [2024-11-01 17:30:53.800896] 2024-11-01T17:30:53.8012602Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:30:53.8018648Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:30:53.801506] 2024-11-01T17:30:58.7459912Z 2024-11-01T17:30:58.7461643Z dynamo/test_nops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_nops_1.1_15cef0046b93ece2_.log 2024-11-01T17:30:58.7462874Z 2024-11-01T17:30:59.0761008Z 2024-11-01T17:30:59.0763431Z inductor/test_compiled_optimizers 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_optimizers_1.1_aac9ad6d23160a8f_.log 2024-11-01T17:30:59.0765457Z 2024-11-01T17:31:04.2943559Z Running dynamo/test_logging 1/1 ... [2024-11-01 17:31:04.293667] 2024-11-01T17:31:04.2945722Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:31:04.2950844Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_logging.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:31:04.293667] 2024-11-01T17:31:04.3957322Z Running dynamo/test_misc 1/1 ... [2024-11-01 17:31:04.395230] 2024-11-01T17:31:04.3958394Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:31:04.3967161Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_misc.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:31:04.396411] 2024-11-01T17:31:09.3189646Z 2024-11-01T17:31:09.3191662Z dynamo/test_logging 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_logging_1.1_b65e86cdecabe55f_.log 2024-11-01T17:31:09.3193556Z 2024-11-01T17:31:10.9025433Z 2024-11-01T17:31:10.9027257Z dynamo/test_misc 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_misc_1.1_e95d15de45a0f186_.log 2024-11-01T17:31:10.9028869Z 2024-11-01T17:31:14.7810178Z Running inductor/test_binary_folding 1/1 ... [2024-11-01 17:31:14.778545] 2024-11-01T17:31:14.7811367Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:31:14.7831023Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_binary_folding.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:31:14.781661] 2024-11-01T17:31:16.3552485Z Running dynamo/test_export 1/1 ... [2024-11-01 17:31:16.348075] 2024-11-01T17:31:16.3553580Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:31:16.3562220Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:31:16.348075] 2024-11-01T17:31:21.9762401Z 2024-11-01T17:31:21.9764525Z dynamo/test_export 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_export_1.1_c6cd445221636367_.log 2024-11-01T17:31:21.9766182Z 2024-11-01T17:31:26.2969162Z 2024-11-01T17:31:26.2971099Z inductor/test_binary_folding 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_binary_folding_1.1_f993761b22decaba_.log 2024-11-01T17:31:26.2972968Z 2024-11-01T17:31:27.6976586Z Running dynamo/test_modules 1/1 ... [2024-11-01 17:31:27.696926] 2024-11-01T17:31:27.6977684Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:31:27.6983627Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modules.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:31:27.698094] 2024-11-01T17:31:31.6740350Z Running dynamo/test_backends 1/1 ... [2024-11-01 17:31:31.673819] 2024-11-01T17:31:31.6741118Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:31:31.6750434Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_backends.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:31:31.674718] 2024-11-01T17:31:32.8505627Z 2024-11-01T17:31:32.8507477Z dynamo/test_modules 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_modules_1.1_91658493c710918d_.log 2024-11-01T17:31:32.8509508Z 2024-11-01T17:31:36.8262245Z 2024-11-01T17:31:36.8264572Z dynamo/test_backends 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_backends_1.1_6f4dc48ca35d4693_.log 2024-11-01T17:31:36.8266285Z 2024-11-01T17:31:38.3040943Z Running dynamo/test_cudagraphs 1/1 ... [2024-11-01 17:31:38.303627] 2024-11-01T17:31:38.3042140Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:31:38.3051706Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_cudagraphs.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 17:31:38.304432] 2024-11-01T17:31:43.3614295Z 2024-11-01T17:31:43.3616026Z dynamo/test_cudagraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_cudagraphs_1.1_ac729f80dd3b9499_.log 2024-11-01T17:31:43.3617080Z 2024-11-01T17:35:04.3768256Z 2024-11-01T17:35:04.3769716Z test_ops_jit 3/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_3.3_9e85944b287f083c_.log 2024-11-01T17:35:04.3968027Z Running 415 items in this shard: test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_rms_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__chunk_cat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__segment_reduce_lengths_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__segment_reduce_offsets_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__unsafe_masked_index_put_accumulate_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__unsafe_masked_index_put_accumulate_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_alias_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_partial_views_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cauchy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdouble_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cfloat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_permuted_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_strided_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_with_dtype_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_tensor_overload_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logaddexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_median_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_head_attention_forward_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_negative_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scalar_tensor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_general_cosine_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_general_hamming_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_hann_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_mm_reduce_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_multiple_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_unbiased_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsafe_chunk_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2024-11-01T17:35:04.4155362Z 2024-11-01T17:35:05.0928525Z Running test batch 'tests to run' cost 2127.6 seconds 2024-11-01T17:35:05.7069858Z 2024-11-01T17:35:05.7070783Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2024-11-01T17:35:05.7071421Z 2024-11-01T17:35:05.7071671Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2024-11-01T17:35:05.7075528Z 2024-11-01T17:35:05.7076155Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:35:05.7095150Z + [[ 1 == 1 ]] 2024-11-01T17:35:05.7095510Z + [[ 3 -gt 1 ]] 2024-11-01T17:35:05.7096202Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_libtorch.bat 2024-11-01T17:35:05.7231706Z 2024-11-01T17:35:05.7232684Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\setup_pytorch_env.bat 2024-11-01T17:35:05.7241925Z 2024-11-01T17:35:05.7246251Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-11-01T17:35:05.7250411Z 2024-11-01T17:35:05.7251225Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-11-01T17:35:05.7252200Z 2024-11-01T17:35:05.7253173Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2024-11-01T17:35:05.7259660Z 2024-11-01T17:35:05.7260700Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2024-11-01T17:35:05.7264479Z 2024-11-01T17:35:05.7265381Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2024-11-01T17:35:05.7267457Z 2024-11-01T17:35:05.7268049Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2024-11-01T17:35:05.7269827Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2024-11-01T17:35:05.7271710Z if errorlevel 1 exit /b 2024-11-01T17:35:05.7272415Z if not errorlevel 0 exit /b 2024-11-01T17:35:05.7273817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2024-11-01T17:35:05.7275071Z if errorlevel 1 exit /b 2024-11-01T17:35:05.7275500Z if not errorlevel 0 exit /b 2024-11-01T17:35:05.7275908Z ) 2024-11-01T17:35:05.7276108Z 2024-11-01T17:35:05.7276718Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-11-01T17:35:06.3852860Z Overwrite C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py (Yes/No/All)? qM*��[`������D����D`�E @併D>�w���DX潵D����DX潵D@併D���D^^w��=F ����Dh:F @併D''��*� �������*������ 2024-11-01T17:35:06.3855775Z ��)�&����*���D 齵D��*���D 4�w��(�*���D Qu `u 併Dq��)�x�*�`�D C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py�彵DD�WE �轵D���)���*���D �轵D 2024-11-01T17:35:06.3857832Z �`�*���D ����)(�*���D БE БE �*�`�D �|d�,�� #|�*�`�D �|d�,�� #|�*�`�D �|d�,�� #|� #|� #|� ��*���D P併DO\JkiA? 2024-11-01T17:35:06.3858670Z 2024-11-01T17:35:06.3860084Z ix�*�`�D C:\Jenkins\Miniconda3\Lib\site-packages\torch\functional.py��*���D �潵D;Ϗ�$-+ 2024-11-01T17:35:06.3861263Z 2024-11-01T17:35:06.3862090Z y @8F ���a 08F pZE ��_&�D�a � a 0`#F ��*�0D ��*�������'��)�@ 2024-11-01T17:35:06.3876496Z ��)�&D"�� �L'��)�����DBp콵D`콵D���)��꽵D=��)���������p&u Qu `u Dq��)�p콵Dp&u Qu ��E `콵DMF��L���E ����D��E  �E ��E @8F J4w��@8F @8F `콵D`콵D`콵D��E `#F �WE xDP�D ����D��E ��E ��E ��E ����D�/w��hE �콵D����DP�D ��E 콵D�*��D ��E ��E P�D @hE �+x�*�`�D C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py�nD mD 2�*���D �*���D  �E �D mD �*���D �*���D p�E �D nD �*���D �*���D p�E nD �*���D �*���D 0�E ��*���D p콵DOA? 2024-11-01T17:35:06.3879542Z 2024-11-01T17:35:06.3881612Z �*�`�D C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\�*���D �DBA?x�*�`�D D ��*���D �*���D ��D ��@a �*���D �*���D ��D D ��D�*���D @lE �*���D ��D �D�*���D D �*���D �D ���� 2024-11-01T17:35:06.4896859Z Overwrite C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py (Yes/No/All)? ********************************************************************** 2024-11-01T17:35:06.4898165Z ** Visual Studio 2019 Developer Command Prompt v16.11.39 2024-11-01T17:35:06.4898772Z ** Copyright (c) 2021 Microsoft Corporation 2024-11-01T17:35:06.4899321Z ********************************************************************** 2024-11-01T17:35:06.8876345Z [vcvarsall.bat] Environment initialized for: 'x64' 2024-11-01T17:35:06.8913621Z 2024-11-01T17:35:06.8914272Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2024-11-01T17:35:06.8918439Z 2024-11-01T17:35:06.8919069Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2024-11-01T17:35:06.8921132Z 2024-11-01T17:35:06.8921719Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2024-11-01T17:35:06.8924217Z 2024-11-01T17:35:06.8925008Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2024-11-01T17:35:06.8927004Z 2024-11-01T17:35:06.8927473Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2024-11-01T17:35:06.8928020Z ALLUSERSPROFILE=C:\ProgramData 2024-11-01T17:35:06.8928784Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-11-01T17:35:06.8929591Z APPDATA=C:\Users\runneruser\AppData\Roaming 2024-11-01T17:35:06.8930066Z AWS_DEFAULT_REGION=us-east-1 2024-11-01T17:35:06.8930483Z AWS_EXECUTION_ENV=EC2 2024-11-01T17:35:06.8930902Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2024-11-01T17:35:06.8931345Z CI=true 2024-11-01T17:35:06.8931788Z CommandPromptType=Native 2024-11-01T17:35:06.8932328Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2024-11-01T17:35:06.8933057Z COMPUTERNAME=EC2AMAZ-SUNQRVI 2024-11-01T17:35:06.8933615Z COMSPEC=C:\Windows\system32\cmd.exe 2024-11-01T17:35:06.8934495Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T17:35:06.8935424Z CONDA_DEFAULT_ENV=base 2024-11-01T17:35:06.8935959Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2024-11-01T17:35:06.8936592Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T17:35:06.8937185Z CONDA_PARENT_DIR=C:\Jenkins 2024-11-01T17:35:06.8937615Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2024-11-01T17:35:06.8938041Z CONDA_PROMPT_MODIFIER=(base) 2024-11-01T17:35:06.8938548Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2024-11-01T17:35:06.8939290Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T17:35:06.8939908Z CONDA_SHLVL=1 2024-11-01T17:35:06.8940251Z CONTINUE_THROUGH_ERROR=False 2024-11-01T17:35:06.8940908Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-11-01T17:35:06.8941839Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2024-11-01T17:35:06.8942983Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T17:35:06.8943816Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-11-01T17:35:06.8944454Z CUDA_VERSION=cpu 2024-11-01T17:35:06.8944868Z ChocolateyInstall=C:\ProgramData\chocolatey 2024-11-01T17:35:06.8945459Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2024-11-01T17:35:06.8946129Z CommonProgramW6432=C:\Program Files\Common Files 2024-11-01T17:35:06.8946964Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2024-11-01T17:35:06.8947638Z DISTUTILS_USE_SDK=1 2024-11-01T17:35:06.8948087Z DriverData=C:\Windows\System32\Drivers\DriverData 2024-11-01T17:35:06.8948602Z EC2LAUNCH_TELEMETRY=1 2024-11-01T17:35:06.8949202Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2024-11-01T17:35:06.8949921Z Framework40Version=v4.0 2024-11-01T17:35:06.8950468Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2024-11-01T17:35:06.8951064Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2024-11-01T17:35:06.8951611Z FrameworkVersion=v4.0.30319 2024-11-01T17:35:06.8952036Z FrameworkVersion64=v4.0.30319 2024-11-01T17:35:06.8952407Z GITHUB_ACTION=test 2024-11-01T17:35:06.8952755Z GITHUB_ACTIONS=true 2024-11-01T17:35:06.8953107Z GITHUB_ACTION_REF= 2024-11-01T17:35:06.8953438Z GITHUB_ACTION_REPOSITORY= 2024-11-01T17:35:06.8953841Z GITHUB_ACTOR=pytorch-bot[bot] 2024-11-01T17:35:06.8954246Z GITHUB_ACTOR_ID=54816060 2024-11-01T17:35:06.8954634Z GITHUB_API_URL=https://api.github.com 2024-11-01T17:35:06.8955089Z GITHUB_BASE_REF= 2024-11-01T17:35:06.8955818Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_95242c8d-fbf6-4ab1-bac0-7c9d5ac5845e 2024-11-01T17:35:06.8956624Z GITHUB_EVENT_NAME=push 2024-11-01T17:35:06.8957216Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2024-11-01T17:35:06.8957965Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-11-01T17:35:06.8958447Z GITHUB_HEAD_REF= 2024-11-01T17:35:06.8958782Z GITHUB_JOB=test 2024-11-01T17:35:06.8959545Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_95242c8d-fbf6-4ab1-bac0-7c9d5ac5845e 2024-11-01T17:35:06.8960765Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_95242c8d-fbf6-4ab1-bac0-7c9d5ac5845e 2024-11-01T17:35:06.8961640Z GITHUB_REF=refs/tags/ciflow/trunk/138766 2024-11-01T17:35:06.8962127Z GITHUB_REF_NAME=ciflow/trunk/138766 2024-11-01T17:35:06.8962576Z GITHUB_REF_PROTECTED=false 2024-11-01T17:35:06.8962933Z GITHUB_REF_TYPE=tag 2024-11-01T17:35:06.8963318Z GITHUB_REPOSITORY=pytorch/pytorch 2024-11-01T17:35:06.8963734Z GITHUB_REPOSITORY_ID=65600975 2024-11-01T17:35:06.8964162Z GITHUB_REPOSITORY_OWNER=pytorch 2024-11-01T17:35:06.8964612Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-11-01T17:35:06.8965028Z GITHUB_RETENTION_DAYS=90 2024-11-01T17:35:06.8965424Z GITHUB_RUN_ATTEMPT=1 2024-11-01T17:35:06.8965794Z GITHUB_RUN_ID=11632515612 2024-11-01T17:35:06.8966147Z GITHUB_RUN_NUMBER=102766 2024-11-01T17:35:06.8966561Z GITHUB_SERVER_URL=https://github.com 2024-11-01T17:35:06.8967099Z GITHUB_SHA=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T17:35:06.8968000Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_95242c8d-fbf6-4ab1-bac0-7c9d5ac5845e 2024-11-01T17:35:06.8969306Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_95242c8d-fbf6-4ab1-bac0-7c9d5ac5845e 2024-11-01T17:35:06.8970354Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2024-11-01T17:35:06.8970834Z GITHUB_WORKFLOW=trunk 2024-11-01T17:35:06.8971489Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/138766 2024-11-01T17:35:06.8972384Z GITHUB_WORKFLOW_SHA=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T17:35:06.8973150Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:35:06.8973732Z GIT_DEFAULT_BRANCH=main 2024-11-01T17:35:06.8974177Z HOME=C:\Users\runneruser 2024-11-01T17:35:06.8977164Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2024-11-01T17:35:06.8980516Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-11-01T17:35:06.8981352Z INSTALL_WINDOWS_SDK=1 2024-11-01T17:35:06.8981679Z JOB_ID=32397262347 2024-11-01T17:35:06.8982289Z JOB_NAME=win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2024-11-01T17:35:06.8984543Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64 2024-11-01T17:35:06.8988438Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2024-11-01T17:35:06.8990911Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2024-11-01T17:35:06.8991532Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2024-11-01T17:35:06.8992112Z NO_TD=False 2024-11-01T17:35:06.8992446Z NO_TEST_TIMEOUT=False 2024-11-01T17:35:06.8992804Z NUMBER_OF_PROCESSORS=16 2024-11-01T17:35:06.8993186Z NUM_TEST_SHARDS=3 2024-11-01T17:35:06.8993558Z OLDPWD=C:/11632515612/build-results 2024-11-01T17:35:06.8993947Z OS=Windows_NT 2024-11-01T17:35:06.9005139Z PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-11-01T17:35:06.9016956Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2024-11-01T17:35:06.9017531Z Platform=x64 2024-11-01T17:35:06.9017890Z PROCESSOR_ARCHITECTURE=AMD64 2024-11-01T17:35:06.9018467Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2024-11-01T17:35:06.9019106Z PROCESSOR_LEVEL=6 2024-11-01T17:35:06.9019465Z PROCESSOR_REVISION=5507 2024-11-01T17:35:06.9019832Z PROGRAMFILES=C:\Program Files 2024-11-01T17:35:06.9020335Z PROJECT_DIR=C:/actions-runner/_work/pytorch/pytorch 2024-11-01T17:35:06.9020973Z PROJECT_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:35:06.9021482Z PROMPT=(base) $P$G 2024-11-01T17:35:06.9021830Z PR_NUMBER= 2024-11-01T17:35:06.9022587Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2024-11-01T17:35:06.9023413Z PUBLIC=C:\Users\Public 2024-11-01T17:35:06.9024109Z *** 2024-11-01T17:35:06.9024685Z PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2024-11-01T17:35:06.9025301Z PYTHON_VERSION=3.9 2024-11-01T17:35:06.9025750Z PYTORCH_FINAL_PACKAGE_DIR=C:/11632515612/build-results/ 2024-11-01T17:35:06.9026402Z PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\11632515612\build-results\ 2024-11-01T17:35:06.9026951Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2024-11-01T17:35:06.9027413Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2024-11-01T17:35:06.9027877Z ProgramData=C:\ProgramData 2024-11-01T17:35:06.9028279Z ProgramFiles(x86)=C:\Program Files (x86) 2024-11-01T17:35:06.9028764Z ProgramW6432=C:\Program Files 2024-11-01T17:35:06.9029172Z REENABLED_ISSUES= 2024-11-01T17:35:06.9029478Z RUNNER_ARCH=X64 2024-11-01T17:35:06.9029920Z RUNNER_ENVIRONMENT=self-hosted 2024-11-01T17:35:06.9030396Z RUNNER_NAME=i-0690955746d655116 2024-11-01T17:35:06.9030820Z RUNNER_OS=Windows 2024-11-01T17:35:06.9031216Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2024-11-01T17:35:06.9031763Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2024-11-01T17:35:06.9032363Z RUNNER_TRACKING_ID=github_4ab750e1-3439-45db-8a82-01c8b6f3025e 2024-11-01T17:35:06.9033010Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2024-11-01T17:35:06.9033793Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T17:35:06.9034571Z SHA1=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T17:35:06.9035020Z SHARD_NUMBER=1 2024-11-01T17:35:06.9035348Z SHLVL=2 2024-11-01T17:35:06.9035780Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2024-11-01T17:35:06.9036304Z SYSTEMDRIVE=C: 2024-11-01T17:35:06.9036648Z SYSTEMROOT=C:\Windows 2024-11-01T17:35:06.9037060Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T17:35:06.9037497Z TERM=xterm-256color 2024-11-01T17:35:06.9037854Z TEST_CONFIG=default 2024-11-01T17:35:06.9038300Z TEST_DIR=C:/actions-runner/_work/pytorch/pytorch/test 2024-11-01T17:35:06.9038913Z TEST_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\test 2024-11-01T17:35:06.9039470Z TEST_SHOWLOCALS=False 2024-11-01T17:35:06.9039872Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T17:35:06.9040354Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T17:35:06.9040975Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T17:35:06.9041717Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2024-11-01T17:35:06.9042286Z TORCH_CUDA_ARCH_LIST=8.6 2024-11-01T17:35:06.9042673Z UCRTVersion=10.0.19041.0 2024-11-01T17:35:06.9043184Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-11-01T17:35:06.9043729Z UPDATEFILE=update.finished 2024-11-01T17:35:06.9044138Z USERDOMAIN=EC2AMAZ-SUNQRVI 2024-11-01T17:35:06.9044530Z USERNAME=runneruser 2024-11-01T17:35:06.9044870Z USERPROFILE=C:\Users\runneruser 2024-11-01T17:35:06.9045272Z USE_CUDA=0 2024-11-01T17:35:06.9045912Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2024-11-01T17:35:06.9047324Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2024-11-01T17:35:06.9048520Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2024-11-01T17:35:06.9049863Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2024-11-01T17:35:06.9050678Z VCToolsVersion=14.29.30133 2024-11-01T17:35:06.9051082Z VC_PRODUCT=BuildTools 2024-11-01T17:35:06.9051445Z VC_VERSION= 2024-11-01T17:35:06.9051721Z VC_YEAR=2019 2024-11-01T17:35:06.9052070Z VERBOSE_ARG='SilentlyContinue' 2024-11-01T17:35:06.9052487Z VERBOSE_TEST_LOGS=False 2024-11-01T17:35:06.9052841Z VisualStudioVersion=16.0 2024-11-01T17:35:06.9053545Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2024-11-01T17:35:06.9054313Z VSCMD_ARG_app_plat=Desktop 2024-11-01T17:35:06.9054671Z VSCMD_ARG_HOST_ARCH=x64 2024-11-01T17:35:06.9055045Z VSCMD_ARG_TGT_ARCH=x64 2024-11-01T17:35:06.9055408Z VSCMD_VER=16.11.39 2024-11-01T17:35:06.9056010Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2024-11-01T17:35:06.9056679Z VS_VERSION=16.8.6 2024-11-01T17:35:06.9057046Z WINDIR=C:\Windows 2024-11-01T17:35:06.9057957Z WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0 2024-11-01T17:35:06.9059142Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2024-11-01T17:35:06.9059830Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-11-01T17:35:06.9060358Z WindowsSDKLibVersion=10.0.19041.0\ 2024-11-01T17:35:06.9061030Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2024-11-01T17:35:06.9061719Z WindowsSDKVersion=10.0.19041.0\ 2024-11-01T17:35:06.9062530Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2024-11-01T17:35:06.9063707Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2024-11-01T17:35:06.9064812Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_libtorch.bat 2024-11-01T17:35:06.9065570Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2024-11-01T17:35:06.9066376Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2024-11-01T17:35:06.9067219Z __DOTNET_ADD_64BIT=1 2024-11-01T17:35:06.9067599Z __DOTNET_PREFERRED_BITNESS=64 2024-11-01T17:35:06.9072751Z __VSCMD_PREINIT_PATH=C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-11-01T17:35:06.9077630Z 2024-11-01T17:35:06.9078007Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 1 2024-11-01T17:35:06.9078506Z 2024-11-01T17:35:06.9078962Z (base) C:\actions-runner\_work\pytorch\pytorch>set CWD=C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:35:06.9079636Z 2024-11-01T17:35:06.9080322Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\bin 2024-11-01T17:35:06.9081199Z 2024-11-01T17:35:06.9093327Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-11-01T17:35:06.9105591Z 2024-11-01T17:35:06.9106290Z (base) C:\actions-runner\_work\pytorch\pytorch>set TORCH_CPP_TEST_MNIST_PATH=C:\actions-runner\_work\pytorch\pytorch\test\cpp\api\mnist 2024-11-01T17:35:06.9107158Z 2024-11-01T17:35:06.9107917Z (base) C:\actions-runner\_work\pytorch\pytorch>python tools\download_mnist.py --quiet -d C:\actions-runner\_work\pytorch\pytorch\test\cpp\api\mnist 2024-11-01T17:35:09.7492454Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2024-11-01T17:35:09.7493231Z Failed to download (trying next): 2024-11-01T17:35:09.7494962Z 2024-11-01T17:35:09.7496201Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz ... 2024-11-01T17:35:09.7497249Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2024-11-01T17:35:09.7497963Z Failed to download (trying next): 2024-11-01T17:35:09.7498832Z 2024-11-01T17:35:09.7500937Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-labels-idx1-ubyte.gz ... 2024-11-01T17:35:09.7501956Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2024-11-01T17:35:09.7502620Z Failed to download (trying next): 2024-11-01T17:35:09.7503474Z 2024-11-01T17:35:09.7504648Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-images-idx3-ubyte.gz ... 2024-11-01T17:35:09.7506522Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2024-11-01T17:35:09.7507185Z Failed to download (trying next): 2024-11-01T17:35:09.7508048Z 2024-11-01T17:35:09.7509703Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-labels-idx1-ubyte.gz ... 2024-11-01T17:35:09.7608046Z 2024-11-01T17:35:09.7609171Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i cpp/test_api 2024-11-01T17:35:09.9235119Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:35:09.9236422Z import pkg_resources 2024-11-01T17:35:15.0423839Z Found test times from artifacts 2024-11-01T17:35:15.1131360Z Found test times from artifacts 2024-11-01T17:35:15.1153466Z Running 25% of tests based on TD 2024-11-01T17:35:15.1159389Z Running parallel tests on 3 processes 2024-11-01T17:35:15.1159894Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:35:15.1160367Z Serial tests (0): 2024-11-01T17:35:15.1160690Z Parallel tests (1): 2024-11-01T17:35:15.1161058Z cpp/test_api 1/1 2024-11-01T17:35:15.1161437Z Name: excluded (est. time: 0.0min) 2024-11-01T17:35:15.1161849Z Serial tests (0): 2024-11-01T17:35:15.1162892Z Parallel tests (0): 2024-11-01T17:35:15.1239364Z Running cpp/test_api 1/1 ... [2024-11-01 17:35:15.119124] 2024-11-01T17:35:15.1239962Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:35:15.1251853Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\bin\\test_api.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-813f4971ddddbcce.xml', '-x', '--reruns=2'] ... [2024-11-01 17:35:15.119124] 2024-11-01T17:35:15.1254638Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:35:17.8703530Z 2024-11-01T17:35:17.8704942Z cpp/test_api 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_api_1.1_eeed86106127afc8_.log 2024-11-01T17:35:17.8705850Z 2024-11-01T17:35:19.2688329Z Running cpp/test_api 1/1 ... [2024-11-01 17:35:19.268214] 2024-11-01T17:35:19.2688985Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:35:19.2698246Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\bin\\test_api.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-16a2c1bc20bdada7.xml', '-x', '--reruns=2'] ... [2024-11-01 17:35:19.269396] 2024-11-01T17:39:15.8394087Z 2024-11-01T17:39:15.8395472Z cpp/test_api 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_api_1.1_f2ced6ef922c0723_.log 2024-11-01T17:39:15.8414227Z 2024-11-01T17:39:16.5290743Z Running test batch 'tests to run' cost 241.41 seconds 2024-11-01T17:39:17.1066669Z 2024-11-01T17:39:17.1067418Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 1 2024-11-01T17:39:17.1068026Z 2024-11-01T17:39:17.1068441Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 1 2024-11-01T17:39:17.1069051Z 2024-11-01T17:39:17.1069753Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:39:17.1075150Z 2024-11-01T17:39:17.1076214Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>for /R "." %a in (*.exe) do ( 2024-11-01T17:39:17.1077096Z call :libtorch_check "%~na" "%~fa" 2024-11-01T17:39:17.1077568Z if errorlevel 1 goto fail 2024-11-01T17:39:17.1077966Z ) 2024-11-01T17:39:17.1080735Z 2024-11-01T17:39:17.1081431Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>( 2024-11-01T17:39:17.1082707Z call :libtorch_check "apply_utils_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2024-11-01T17:39:17.1083707Z if errorlevel 1 goto fail 2024-11-01T17:39:17.1084057Z ) 2024-11-01T17:39:17.1092108Z 2024-11-01T17:39:17.1093329Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:39:17.1096708Z 2024-11-01T17:39:17.1098145Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:39:17.1099712Z 2024-11-01T17:39:17.1100447Z (base) C:\actions-runner\_work\pytorch\pytorch>if "apply_utils_test" == "verify_api_visibility" goto :eof 2024-11-01T17:39:17.1101420Z 2024-11-01T17:39:17.1102319Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2024-11-01T17:39:17.1103887Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2024-11-01T17:39:17.1104554Z 2024-11-01T17:39:17.1105388Z (base) C:\actions-runner\_work\pytorch\pytorch>if "apply_utils_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:39:17.1106616Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2024-11-01T17:39:17.1107575Z goto :eof 2024-11-01T17:39:17.1107969Z ) 2024-11-01T17:39:17.1108153Z 2024-11-01T17:39:17.1108723Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/apply_utils_test" 2024-11-01T17:39:17.2740472Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:39:17.2741775Z import pkg_resources 2024-11-01T17:39:22.4250623Z Found test times from artifacts 2024-11-01T17:39:22.4946981Z Found test times from artifacts 2024-11-01T17:39:22.4971699Z Running 25% of tests based on TD 2024-11-01T17:39:22.4993329Z Running parallel tests on 3 processes 2024-11-01T17:39:22.4993907Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:39:22.4994375Z Serial tests (0): 2024-11-01T17:39:22.4994717Z Parallel tests (1): 2024-11-01T17:39:22.4995126Z cpp/apply_utils_test 1/1 2024-11-01T17:39:22.4995565Z Name: excluded (est. time: 0.0min) 2024-11-01T17:39:22.4995974Z Serial tests (0): 2024-11-01T17:39:22.4996330Z Parallel tests (0): 2024-11-01T17:39:22.5066888Z Running cpp/apply_utils_test 1/1 ... [2024-11-01 17:39:22.504293] 2024-11-01T17:39:22.5075603Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:39:22.5077575Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\apply_utils_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-363d2a8d1a4f60ce.xml', '-x', '--reruns=2'] ... [2024-11-01 17:39:22.507379] 2024-11-01T17:39:22.5080295Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:39:25.1500547Z 2024-11-01T17:39:25.1501796Z cpp/apply_utils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.apply_utils_test_1.1_ae24beec7583d350_.log 2024-11-01T17:39:25.1502798Z 2024-11-01T17:39:26.6439369Z Running cpp/apply_utils_test 1/1 ... [2024-11-01 17:39:26.639350] 2024-11-01T17:39:26.6439997Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:39:26.6449402Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\apply_utils_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ea884a8d7c8c666d.xml', '-x', '--reruns=2'] ... [2024-11-01 17:39:26.639350] 2024-11-01T17:39:30.4044026Z 2024-11-01T17:39:30.4045514Z cpp/apply_utils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.apply_utils_test_1.1_0ad7b783b8b7efda_.log 2024-11-01T17:39:30.4046488Z 2024-11-01T17:39:31.1006662Z Running test batch 'tests to run' cost 8.6 seconds 2024-11-01T17:39:31.6054147Z 2024-11-01T17:39:31.6054906Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:39:31.6055707Z echo "apply_utils_test" failed with exit code 0 2024-11-01T17:39:31.6056207Z goto fail 2024-11-01T17:39:31.6056477Z ) 2024-11-01T17:39:31.6056668Z 2024-11-01T17:39:31.6056982Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:39:31.6057677Z echo "apply_utils_test" failed with exit code 0 2024-11-01T17:39:31.6058137Z goto fail 2024-11-01T17:39:31.6058433Z ) 2024-11-01T17:39:31.6058578Z 2024-11-01T17:39:31.6058852Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:39:31.6066892Z 2024-11-01T17:39:31.6067291Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:39:31.6068409Z call :libtorch_check "atest" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2024-11-01T17:39:31.6069406Z if errorlevel 1 goto fail 2024-11-01T17:39:31.6069792Z ) 2024-11-01T17:39:31.6077978Z 2024-11-01T17:39:31.6078497Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:39:31.6082296Z 2024-11-01T17:39:31.6083038Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:39:31.6085867Z 2024-11-01T17:39:31.6086751Z (base) C:\actions-runner\_work\pytorch\pytorch>if "atest" == "verify_api_visibility" goto :eof 2024-11-01T17:39:31.6087459Z 2024-11-01T17:39:31.6088613Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2024-11-01T17:39:31.6090001Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2024-11-01T17:39:31.6090606Z 2024-11-01T17:39:31.6091045Z (base) C:\actions-runner\_work\pytorch\pytorch>if "atest" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:39:31.6092114Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2024-11-01T17:39:31.6092857Z goto :eof 2024-11-01T17:39:31.6093129Z ) 2024-11-01T17:39:31.6093308Z 2024-11-01T17:39:31.6093818Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/atest" 2024-11-01T17:39:31.7729137Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:39:31.7730436Z import pkg_resources 2024-11-01T17:39:36.9284047Z Found test times from artifacts 2024-11-01T17:39:36.9989773Z Found test times from artifacts 2024-11-01T17:39:37.0011762Z Running 25% of tests based on TD 2024-11-01T17:39:37.0016251Z Running parallel tests on 3 processes 2024-11-01T17:39:37.0016716Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:39:37.0017235Z Serial tests (0): 2024-11-01T17:39:37.0017597Z Parallel tests (1): 2024-11-01T17:39:37.0017953Z cpp/atest 1/1 2024-11-01T17:39:37.0018319Z Name: excluded (est. time: 0.0min) 2024-11-01T17:39:37.0018753Z Serial tests (0): 2024-11-01T17:39:37.0019068Z Parallel tests (0): 2024-11-01T17:39:37.0086071Z Running cpp/atest 1/1 ... [2024-11-01 17:39:37.000407] 2024-11-01T17:39:37.0086664Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:39:37.0096211Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\atest.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2bd0c039bbb2fc4b.xml', '-x', '--reruns=2'] ... [2024-11-01 17:39:37.000407] 2024-11-01T17:39:37.0098874Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:39:39.6974224Z 2024-11-01T17:39:39.6975440Z cpp/atest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.atest_1.1_a5808b61e24857fc_.log 2024-11-01T17:39:39.6976387Z 2024-11-01T17:39:41.1848790Z Running cpp/atest 1/1 ... [2024-11-01 17:39:41.175320] 2024-11-01T17:39:41.1849368Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:39:41.1858158Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\atest.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-28461e839811c5ef.xml', '-x', '--reruns=2'] ... [2024-11-01 17:39:41.185433] 2024-11-01T17:39:46.8903722Z 2024-11-01T17:39:46.8905171Z cpp/atest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.atest_1.1_dc7e6247e5e95217_.log 2024-11-01T17:39:46.8906025Z 2024-11-01T17:39:47.6116047Z Running test batch 'tests to run' cost 10.61 seconds 2024-11-01T17:39:48.1255013Z 2024-11-01T17:39:48.1256050Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:39:48.1256862Z echo "atest" failed with exit code 0 2024-11-01T17:39:48.1257335Z goto fail 2024-11-01T17:39:48.1257661Z ) 2024-11-01T17:39:48.1257805Z 2024-11-01T17:39:48.1258114Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:39:48.1258775Z echo "atest" failed with exit code 0 2024-11-01T17:39:48.1259221Z goto fail 2024-11-01T17:39:48.1259483Z ) 2024-11-01T17:39:48.1259661Z 2024-11-01T17:39:48.1259903Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:39:48.1266148Z 2024-11-01T17:39:48.1266801Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:39:48.1268035Z call :libtorch_check "backend_fallback_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2024-11-01T17:39:48.1269057Z if errorlevel 1 goto fail 2024-11-01T17:39:48.1269545Z ) 2024-11-01T17:39:48.1278463Z 2024-11-01T17:39:48.1279017Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:39:48.1283548Z 2024-11-01T17:39:48.1284344Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:39:48.1287125Z 2024-11-01T17:39:48.1287866Z (base) C:\actions-runner\_work\pytorch\pytorch>if "backend_fallback_test" == "verify_api_visibility" goto :eof 2024-11-01T17:39:48.1288639Z 2024-11-01T17:39:48.1289533Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2024-11-01T17:39:48.1291106Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2024-11-01T17:39:48.1291881Z 2024-11-01T17:39:48.1292404Z (base) C:\actions-runner\_work\pytorch\pytorch>if "backend_fallback_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:39:48.1293651Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2024-11-01T17:39:48.1294483Z goto :eof 2024-11-01T17:39:48.1294751Z ) 2024-11-01T17:39:48.1294934Z 2024-11-01T17:39:48.1295530Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/backend_fallback_test" 2024-11-01T17:39:48.2933284Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:39:48.2934556Z import pkg_resources 2024-11-01T17:39:53.4531427Z Found test times from artifacts 2024-11-01T17:39:53.5242992Z Found test times from artifacts 2024-11-01T17:39:53.5265716Z Running 25% of tests based on TD 2024-11-01T17:39:53.5270910Z Running parallel tests on 3 processes 2024-11-01T17:39:53.5271379Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:39:53.5271843Z Serial tests (0): 2024-11-01T17:39:53.5272206Z Parallel tests (1): 2024-11-01T17:39:53.5272714Z cpp/backend_fallback_test 1/1 2024-11-01T17:39:53.5273251Z Name: excluded (est. time: 0.0min) 2024-11-01T17:39:53.5273756Z Serial tests (0): 2024-11-01T17:39:53.5274079Z Parallel tests (0): 2024-11-01T17:39:53.5344080Z Running cpp/backend_fallback_test 1/1 ... [2024-11-01 17:39:53.534258] 2024-11-01T17:39:53.5344769Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:39:53.5355612Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\backend_fallback_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0bc6c248187078d9.xml', '-x', '--reruns=2'] ... [2024-11-01 17:39:53.535193] 2024-11-01T17:39:53.5359126Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:39:56.2141684Z 2024-11-01T17:39:56.2143850Z cpp/backend_fallback_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.backend_fallback_test_1.1_182bceb34762bf72_.log 2024-11-01T17:39:56.2145647Z 2024-11-01T17:39:57.7207942Z Running cpp/backend_fallback_test 1/1 ... [2024-11-01 17:39:57.718469] 2024-11-01T17:39:57.7208615Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:39:57.7217345Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\backend_fallback_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fa513f8390fddfd6.xml', '-x', '--reruns=2'] ... [2024-11-01 17:39:57.718469] 2024-11-01T17:40:00.9695350Z 2024-11-01T17:40:00.9696728Z cpp/backend_fallback_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.backend_fallback_test_1.1_e18079283e976371_.log 2024-11-01T17:40:00.9697738Z 2024-11-01T17:40:01.6334082Z Running test batch 'tests to run' cost 8.11 seconds 2024-11-01T17:40:02.1549563Z 2024-11-01T17:40:02.1550254Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:40:02.1551002Z echo "backend_fallback_test" failed with exit code 0 2024-11-01T17:40:02.1551548Z goto fail 2024-11-01T17:40:02.1551819Z ) 2024-11-01T17:40:02.1551996Z 2024-11-01T17:40:02.1552305Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:40:02.1553026Z echo "backend_fallback_test" failed with exit code 0 2024-11-01T17:40:02.1553552Z goto fail 2024-11-01T17:40:02.1553817Z ) 2024-11-01T17:40:02.1553993Z 2024-11-01T17:40:02.1554231Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:40:02.1560547Z 2024-11-01T17:40:02.1561111Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:40:02.1562119Z call :libtorch_check "basic" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2024-11-01T17:40:02.1562967Z if errorlevel 1 goto fail 2024-11-01T17:40:02.1563351Z ) 2024-11-01T17:40:02.1571918Z 2024-11-01T17:40:02.1572716Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:40:02.1576207Z 2024-11-01T17:40:02.1577045Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:40:02.1578967Z 2024-11-01T17:40:02.1579521Z (base) C:\actions-runner\_work\pytorch\pytorch>if "basic" == "verify_api_visibility" goto :eof 2024-11-01T17:40:02.1580850Z 2024-11-01T17:40:02.1581670Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2024-11-01T17:40:02.1583012Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2024-11-01T17:40:02.1583648Z 2024-11-01T17:40:02.1584204Z (base) C:\actions-runner\_work\pytorch\pytorch>if "basic" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:40:02.1585337Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2024-11-01T17:40:02.1586110Z goto :eof 2024-11-01T17:40:02.1586416Z ) 2024-11-01T17:40:02.1586564Z 2024-11-01T17:40:02.1587102Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/basic" 2024-11-01T17:40:02.3206707Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:40:02.3208650Z import pkg_resources 2024-11-01T17:40:07.5004140Z Found test times from artifacts 2024-11-01T17:40:07.5717044Z Found test times from artifacts 2024-11-01T17:40:07.5741018Z Running 25% of tests based on TD 2024-11-01T17:40:07.5746080Z Running parallel tests on 3 processes 2024-11-01T17:40:07.5746581Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:40:07.5747009Z Serial tests (0): 2024-11-01T17:40:07.5747369Z Parallel tests (1): 2024-11-01T17:40:07.5747869Z cpp/basic 1/1 2024-11-01T17:40:07.5748205Z Name: excluded (est. time: 0.0min) 2024-11-01T17:40:07.5748632Z Serial tests (0): 2024-11-01T17:40:07.5748985Z Parallel tests (0): 2024-11-01T17:40:07.5818149Z Running cpp/basic 1/1 ... [2024-11-01 17:40:07.580806] 2024-11-01T17:40:07.5818757Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:40:07.5828184Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\basic.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-94dab5d80ddbb257.xml', '-x', '--reruns=2'] ... [2024-11-01 17:40:07.580806] 2024-11-01T17:40:07.5830998Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:40:10.1790216Z 2024-11-01T17:40:10.1791694Z cpp/basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.basic_1.1_320ee7cf4242d56e_.log 2024-11-01T17:40:10.1792649Z 2024-11-01T17:40:11.8194777Z Running cpp/basic 1/1 ... [2024-11-01 17:40:11.814191] 2024-11-01T17:40:11.8195402Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:40:11.8204566Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\basic.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-920ecfbf3d04977e.xml', '-x', '--reruns=2'] ... [2024-11-01 17:40:11.814191] 2024-11-01T17:40:15.6187573Z 2024-11-01T17:40:15.6188825Z cpp/basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.basic_1.1_eef1b3a495dc6bb8_.log 2024-11-01T17:40:15.6190724Z 2024-11-01T17:40:16.2960553Z Running test batch 'tests to run' cost 8.72 seconds 2024-11-01T17:40:16.7999595Z 2024-11-01T17:40:16.8000424Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:40:16.8001087Z echo "basic" failed with exit code 0 2024-11-01T17:40:16.8001531Z goto fail 2024-11-01T17:40:16.8001870Z ) 2024-11-01T17:40:16.8002025Z 2024-11-01T17:40:16.8002334Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:40:16.8002996Z echo "basic" failed with exit code 0 2024-11-01T17:40:16.8003434Z goto fail 2024-11-01T17:40:16.8003695Z ) 2024-11-01T17:40:16.8003866Z 2024-11-01T17:40:16.8004099Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:40:16.8010116Z 2024-11-01T17:40:16.8010428Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:40:16.8011586Z call :libtorch_check "broadcast_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2024-11-01T17:40:16.8012732Z if errorlevel 1 goto fail 2024-11-01T17:40:16.8013260Z ) 2024-11-01T17:40:16.8023632Z 2024-11-01T17:40:16.8024315Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:40:16.8028466Z 2024-11-01T17:40:16.8029398Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:40:16.8031520Z 2024-11-01T17:40:16.8032423Z (base) C:\actions-runner\_work\pytorch\pytorch>if "broadcast_test" == "verify_api_visibility" goto :eof 2024-11-01T17:40:16.8033278Z 2024-11-01T17:40:16.8034260Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2024-11-01T17:40:16.8035722Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2024-11-01T17:40:16.8036411Z 2024-11-01T17:40:16.8037006Z (base) C:\actions-runner\_work\pytorch\pytorch>if "broadcast_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:40:16.8038157Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2024-11-01T17:40:16.8039031Z goto :eof 2024-11-01T17:40:16.8039301Z ) 2024-11-01T17:40:16.8039491Z 2024-11-01T17:40:16.8040094Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/broadcast_test" 2024-11-01T17:40:16.9671782Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:40:16.9673072Z import pkg_resources 2024-11-01T17:40:22.0222147Z Found test times from artifacts 2024-11-01T17:40:22.0922478Z Found test times from artifacts 2024-11-01T17:40:22.0944796Z Running 25% of tests based on TD 2024-11-01T17:40:22.0949626Z Running parallel tests on 3 processes 2024-11-01T17:40:22.0950144Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:40:22.0950590Z Serial tests (0): 2024-11-01T17:40:22.0950975Z Parallel tests (1): 2024-11-01T17:40:22.0951358Z cpp/broadcast_test 1/1 2024-11-01T17:40:22.0951733Z Name: excluded (est. time: 0.0min) 2024-11-01T17:40:22.0952149Z Serial tests (0): 2024-11-01T17:40:22.0952457Z Parallel tests (0): 2024-11-01T17:40:22.1023324Z Running cpp/broadcast_test 1/1 ... [2024-11-01 17:40:22.102190] 2024-11-01T17:40:22.1023983Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:40:22.1046928Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\broadcast_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a0c413e702c7fa92.xml', '-x', '--reruns=2'] ... [2024-11-01 17:40:22.104051] 2024-11-01T17:40:22.1049630Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:40:24.8690451Z 2024-11-01T17:40:24.8691906Z cpp/broadcast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.broadcast_test_1.1_34d39222e37ae9e4_.log 2024-11-01T17:40:24.8692898Z 2024-11-01T17:40:26.3297100Z Running cpp/broadcast_test 1/1 ... [2024-11-01 17:40:26.329482] 2024-11-01T17:40:26.3297752Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:40:26.3307026Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\broadcast_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-21d915dc8a0aa753.xml', '-x', '--reruns=2'] ... [2024-11-01 17:40:26.330063] 2024-11-01T17:40:29.3501561Z 2024-11-01T17:40:29.3502744Z cpp/broadcast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.broadcast_test_1.1_9123c15ef31ef5b2_.log 2024-11-01T17:40:29.3504201Z 2024-11-01T17:40:29.9691517Z Running test batch 'tests to run' cost 7.87 seconds 2024-11-01T17:40:30.4877720Z 2024-11-01T17:40:30.4878755Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:40:30.4879640Z echo "broadcast_test" failed with exit code 0 2024-11-01T17:40:30.4880119Z goto fail 2024-11-01T17:40:30.4880450Z ) 2024-11-01T17:40:30.4880587Z 2024-11-01T17:40:30.4880925Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:40:30.4881617Z echo "broadcast_test" failed with exit code 0 2024-11-01T17:40:30.4882123Z goto fail 2024-11-01T17:40:30.4882426Z ) 2024-11-01T17:40:30.4882572Z 2024-11-01T17:40:30.4882813Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:40:30.4888416Z 2024-11-01T17:40:30.4888719Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:40:30.4889815Z call :libtorch_check "c10_accumulate_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2024-11-01T17:40:30.4890840Z if errorlevel 1 goto fail 2024-11-01T17:40:30.4891181Z ) 2024-11-01T17:40:30.4899668Z 2024-11-01T17:40:30.4900501Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:40:30.4903891Z 2024-11-01T17:40:30.4904802Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:40:30.4906832Z 2024-11-01T17:40:30.4907378Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_accumulate_test" == "verify_api_visibility" goto :eof 2024-11-01T17:40:30.4908573Z 2024-11-01T17:40:30.4909730Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2024-11-01T17:40:30.4911402Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2024-11-01T17:40:30.4912113Z 2024-11-01T17:40:30.4912676Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_accumulate_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:40:30.4913892Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2024-11-01T17:40:30.4914679Z goto :eof 2024-11-01T17:40:30.4914975Z ) 2024-11-01T17:40:30.4915115Z 2024-11-01T17:40:30.4915766Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_accumulate_test" 2024-11-01T17:40:30.6562273Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:40:30.6563571Z import pkg_resources 2024-11-01T17:40:35.8053377Z Found test times from artifacts 2024-11-01T17:40:35.8751798Z Found test times from artifacts 2024-11-01T17:40:35.8774131Z Running 25% of tests based on TD 2024-11-01T17:40:35.8779157Z Running parallel tests on 3 processes 2024-11-01T17:40:35.8779663Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:40:35.8780138Z Serial tests (0): 2024-11-01T17:40:35.8780503Z Parallel tests (1): 2024-11-01T17:40:35.8780855Z cpp/c10_accumulate_test 1/1 2024-11-01T17:40:35.8781292Z Name: excluded (est. time: 0.0min) 2024-11-01T17:40:35.8781703Z Serial tests (0): 2024-11-01T17:40:35.8782026Z Parallel tests (0): 2024-11-01T17:40:35.8852338Z Running cpp/c10_accumulate_test 1/1 ... [2024-11-01 17:40:35.884664] 2024-11-01T17:40:35.8853015Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:40:35.8863337Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_accumulate_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c1769e896a6507ca.xml', '-x', '--reruns=2'] ... [2024-11-01 17:40:35.885830] 2024-11-01T17:40:35.8866165Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:40:37.3642956Z 2024-11-01T17:40:37.3644273Z cpp/c10_accumulate_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_accumulate_test_1.1_6d55a81e1557c8bf_.log 2024-11-01T17:40:37.3645274Z 2024-11-01T17:40:39.9750751Z Running cpp/c10_accumulate_test 1/1 ... [2024-11-01 17:40:39.973422] 2024-11-01T17:40:39.9751408Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:40:39.9760427Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_accumulate_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-16504f70f8f24f55.xml', '-x', '--reruns=2'] ... [2024-11-01 17:40:39.975045] 2024-11-01T17:40:41.4040434Z 2024-11-01T17:40:41.4041712Z cpp/c10_accumulate_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_accumulate_test_1.1_813fc4ded28ceeb1_.log 2024-11-01T17:40:41.4042704Z 2024-11-01T17:40:42.0458452Z Running test batch 'tests to run' cost 6.16 seconds 2024-11-01T17:40:42.5646606Z 2024-11-01T17:40:42.5647608Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:40:42.5648280Z echo "c10_accumulate_test" failed with exit code 0 2024-11-01T17:40:42.5648777Z goto fail 2024-11-01T17:40:42.5649041Z ) 2024-11-01T17:40:42.5649176Z 2024-11-01T17:40:42.5649473Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:40:42.5650138Z echo "c10_accumulate_test" failed with exit code 0 2024-11-01T17:40:42.5650613Z goto fail 2024-11-01T17:40:42.5650851Z ) 2024-11-01T17:40:42.5651011Z 2024-11-01T17:40:42.5651243Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:40:42.5657442Z 2024-11-01T17:40:42.5657731Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:40:42.5658838Z call :libtorch_check "c10_bfloat16_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2024-11-01T17:40:42.5659778Z if errorlevel 1 goto fail 2024-11-01T17:40:42.5660118Z ) 2024-11-01T17:40:42.5670331Z 2024-11-01T17:40:42.5671247Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:40:42.5675370Z 2024-11-01T17:40:42.5676217Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:40:42.5678661Z 2024-11-01T17:40:42.5679275Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bfloat16_test" == "verify_api_visibility" goto :eof 2024-11-01T17:40:42.5680077Z 2024-11-01T17:40:42.5680949Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2024-11-01T17:40:42.5682465Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2024-11-01T17:40:42.5683226Z 2024-11-01T17:40:42.5683752Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bfloat16_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:40:42.5684898Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2024-11-01T17:40:42.5685662Z goto :eof 2024-11-01T17:40:42.5685901Z ) 2024-11-01T17:40:42.5686052Z 2024-11-01T17:40:42.5686608Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_bfloat16_test" 2024-11-01T17:40:42.7327199Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:40:42.7328441Z import pkg_resources 2024-11-01T17:40:47.8618253Z Found test times from artifacts 2024-11-01T17:40:47.9329043Z Found test times from artifacts 2024-11-01T17:40:47.9351120Z Running 25% of tests based on TD 2024-11-01T17:40:47.9356261Z Running parallel tests on 3 processes 2024-11-01T17:40:47.9356819Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:40:47.9357232Z Serial tests (0): 2024-11-01T17:40:47.9357631Z Parallel tests (1): 2024-11-01T17:40:47.9357946Z cpp/c10_bfloat16_test 1/1 2024-11-01T17:40:47.9358325Z Name: excluded (est. time: 0.0min) 2024-11-01T17:40:47.9358711Z Serial tests (0): 2024-11-01T17:40:47.9358999Z Parallel tests (0): 2024-11-01T17:40:47.9426977Z Running cpp/c10_bfloat16_test 1/1 ... [2024-11-01 17:40:47.932688] 2024-11-01T17:40:47.9427587Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:40:47.9437204Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bfloat16_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d7eb8c9852139d61.xml', '-x', '--reruns=2'] ... [2024-11-01 17:40:47.932688] 2024-11-01T17:40:47.9439971Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:40:49.4109749Z 2024-11-01T17:40:49.4110967Z cpp/c10_bfloat16_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bfloat16_test_1.1_2a5e0a6ca54a8014_.log 2024-11-01T17:40:49.4111995Z 2024-11-01T17:40:52.1112620Z Running cpp/c10_bfloat16_test 1/1 ... [2024-11-01 17:40:52.107206] 2024-11-01T17:40:52.1113250Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:40:52.1122108Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bfloat16_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-aa558fa637b8c000.xml', '-x', '--reruns=2'] ... [2024-11-01 17:40:52.107206] 2024-11-01T17:40:53.5579823Z 2024-11-01T17:40:53.5581102Z cpp/c10_bfloat16_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bfloat16_test_1.1_9d27884ed10288bc_.log 2024-11-01T17:40:53.5582057Z 2024-11-01T17:40:54.1721825Z Running test batch 'tests to run' cost 6.24 seconds 2024-11-01T17:40:54.6815235Z 2024-11-01T17:40:54.6816166Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:40:54.6816861Z echo "c10_bfloat16_test" failed with exit code 0 2024-11-01T17:40:54.6817310Z goto fail 2024-11-01T17:40:54.6817563Z ) 2024-11-01T17:40:54.6817694Z 2024-11-01T17:40:54.6818012Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:40:54.6818702Z echo "c10_bfloat16_test" failed with exit code 0 2024-11-01T17:40:54.6819205Z goto fail 2024-11-01T17:40:54.6819461Z ) 2024-11-01T17:40:54.6819594Z 2024-11-01T17:40:54.6819823Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:40:54.6826877Z 2024-11-01T17:40:54.6827364Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:40:54.6828437Z call :libtorch_check "c10_Bitset_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2024-11-01T17:40:54.6829394Z if errorlevel 1 goto fail 2024-11-01T17:40:54.6829705Z ) 2024-11-01T17:40:54.6839470Z 2024-11-01T17:40:54.6839939Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:40:54.6844307Z 2024-11-01T17:40:54.6845045Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:40:54.6847362Z 2024-11-01T17:40:54.6848201Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Bitset_test" == "verify_api_visibility" goto :eof 2024-11-01T17:40:54.6849784Z 2024-11-01T17:40:54.6850992Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2024-11-01T17:40:54.6852569Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2024-11-01T17:40:54.6853333Z 2024-11-01T17:40:54.6853886Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Bitset_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:40:54.6855117Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2024-11-01T17:40:54.6855866Z goto :eof 2024-11-01T17:40:54.6856123Z ) 2024-11-01T17:40:54.6856255Z 2024-11-01T17:40:54.6856801Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Bitset_test" 2024-11-01T17:40:54.8538906Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:40:54.8540170Z import pkg_resources 2024-11-01T17:40:59.9579795Z Found test times from artifacts 2024-11-01T17:41:00.0298601Z Found test times from artifacts 2024-11-01T17:41:00.0323478Z Running 25% of tests based on TD 2024-11-01T17:41:00.0328670Z Running parallel tests on 3 processes 2024-11-01T17:41:00.0329398Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:41:00.0329860Z Serial tests (0): 2024-11-01T17:41:00.0330157Z Parallel tests (1): 2024-11-01T17:41:00.0330490Z cpp/c10_Bitset_test 1/1 2024-11-01T17:41:00.0330858Z Name: excluded (est. time: 0.0min) 2024-11-01T17:41:00.0331216Z Serial tests (0): 2024-11-01T17:41:00.0331518Z Parallel tests (0): 2024-11-01T17:41:00.0404508Z Running cpp/c10_Bitset_test 1/1 ... [2024-11-01 17:41:00.040228] 2024-11-01T17:41:00.0405078Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:41:00.0415850Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Bitset_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9b0e13d4eefb6816.xml', '-x', '--reruns=2'] ... [2024-11-01 17:41:00.040916] 2024-11-01T17:41:00.0428527Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:41:01.4711207Z 2024-11-01T17:41:01.4712648Z cpp/c10_Bitset_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Bitset_test_1.1_092a4a839081a8a7_.log 2024-11-01T17:41:01.4713608Z 2024-11-01T17:41:04.3627335Z Running cpp/c10_Bitset_test 1/1 ... [2024-11-01 17:41:04.362403] 2024-11-01T17:41:04.3627956Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:41:04.3640252Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Bitset_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-65c9639463d79579.xml', '-x', '--reruns=2'] ... [2024-11-01 17:41:04.363582] 2024-11-01T17:41:05.8559861Z 2024-11-01T17:41:05.8561032Z cpp/c10_Bitset_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Bitset_test_1.1_ac4c254768a2dfa2_.log 2024-11-01T17:41:05.8561984Z 2024-11-01T17:41:06.4718800Z Running test batch 'tests to run' cost 6.44 seconds 2024-11-01T17:41:07.0497367Z 2024-11-01T17:41:07.0498151Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:41:07.0498832Z echo "c10_Bitset_test" failed with exit code 0 2024-11-01T17:41:07.0499359Z goto fail 2024-11-01T17:41:07.0499618Z ) 2024-11-01T17:41:07.0499748Z 2024-11-01T17:41:07.0500063Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:41:07.0500692Z echo "c10_Bitset_test" failed with exit code 0 2024-11-01T17:41:07.0501143Z goto fail 2024-11-01T17:41:07.0501393Z ) 2024-11-01T17:41:07.0501524Z 2024-11-01T17:41:07.0501753Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:41:07.0507487Z 2024-11-01T17:41:07.0507935Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:41:07.0509118Z call :libtorch_check "c10_bit_cast_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2024-11-01T17:41:07.0510066Z if errorlevel 1 goto fail 2024-11-01T17:41:07.0510383Z ) 2024-11-01T17:41:07.0519836Z 2024-11-01T17:41:07.0520402Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:41:07.0525646Z 2024-11-01T17:41:07.0526505Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:41:07.0529681Z 2024-11-01T17:41:07.0530547Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bit_cast_test" == "verify_api_visibility" goto :eof 2024-11-01T17:41:07.0531394Z 2024-11-01T17:41:07.0532248Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2024-11-01T17:41:07.0533851Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2024-11-01T17:41:07.0535018Z 2024-11-01T17:41:07.0535625Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bit_cast_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:41:07.0536867Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2024-11-01T17:41:07.0537707Z goto :eof 2024-11-01T17:41:07.0537947Z ) 2024-11-01T17:41:07.0538123Z 2024-11-01T17:41:07.0538717Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_bit_cast_test" 2024-11-01T17:41:07.2181734Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:41:07.2182981Z import pkg_resources 2024-11-01T17:41:12.2938042Z Found test times from artifacts 2024-11-01T17:41:12.3640777Z Found test times from artifacts 2024-11-01T17:41:12.3662983Z Running 25% of tests based on TD 2024-11-01T17:41:12.3667181Z Running parallel tests on 3 processes 2024-11-01T17:41:12.3668503Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:41:12.3668933Z Serial tests (0): 2024-11-01T17:41:12.3669253Z Parallel tests (1): 2024-11-01T17:41:12.3669572Z cpp/c10_bit_cast_test 1/1 2024-11-01T17:41:12.3669954Z Name: excluded (est. time: 0.0min) 2024-11-01T17:41:12.3670338Z Serial tests (0): 2024-11-01T17:41:12.3670630Z Parallel tests (0): 2024-11-01T17:41:12.3741165Z Running cpp/c10_bit_cast_test 1/1 ... [2024-11-01 17:41:12.373878] 2024-11-01T17:41:12.3741774Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:41:12.3751622Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bit_cast_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6af2adad951fea7e.xml', '-x', '--reruns=2'] ... [2024-11-01 17:41:12.374511] 2024-11-01T17:41:12.3754395Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:41:13.8044039Z 2024-11-01T17:41:13.8045175Z cpp/c10_bit_cast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bit_cast_test_1.1_b0a4447f09dde948_.log 2024-11-01T17:41:13.8046152Z 2024-11-01T17:41:16.5057213Z Running cpp/c10_bit_cast_test 1/1 ... [2024-11-01 17:41:16.503014] 2024-11-01T17:41:16.5057822Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:41:16.5067274Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bit_cast_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4564eb7cbad48697.xml', '-x', '--reruns=2'] ... [2024-11-01 17:41:16.506127] 2024-11-01T17:41:18.0000244Z 2024-11-01T17:41:18.0001690Z cpp/c10_bit_cast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bit_cast_test_1.1_9c6b2761407e53b5_.log 2024-11-01T17:41:18.0002743Z 2024-11-01T17:41:18.6381021Z Running test batch 'tests to run' cost 6.26 seconds 2024-11-01T17:41:19.1515657Z 2024-11-01T17:41:19.1516482Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:41:19.1517166Z echo "c10_bit_cast_test" failed with exit code 0 2024-11-01T17:41:19.1517607Z goto fail 2024-11-01T17:41:19.1517874Z ) 2024-11-01T17:41:19.1518002Z 2024-11-01T17:41:19.1518318Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:41:19.1518940Z echo "c10_bit_cast_test" failed with exit code 0 2024-11-01T17:41:19.1519432Z goto fail 2024-11-01T17:41:19.1519717Z ) 2024-11-01T17:41:19.1519848Z 2024-11-01T17:41:19.1520108Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:41:19.1527608Z 2024-11-01T17:41:19.1528136Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:41:19.1529467Z call :libtorch_check "c10_CompileTimeFunctionPointer_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2024-11-01T17:41:19.1530642Z if errorlevel 1 goto fail 2024-11-01T17:41:19.1530977Z ) 2024-11-01T17:41:19.1539541Z 2024-11-01T17:41:19.1540020Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:41:19.1544239Z 2024-11-01T17:41:19.1545165Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:41:19.1547164Z 2024-11-01T17:41:19.1547850Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_CompileTimeFunctionPointer_test" == "verify_api_visibility" goto :eof 2024-11-01T17:41:19.1548684Z 2024-11-01T17:41:19.1549721Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2024-11-01T17:41:19.1551409Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2024-11-01T17:41:19.1552174Z 2024-11-01T17:41:19.1552857Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_CompileTimeFunctionPointer_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:41:19.1554205Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2024-11-01T17:41:19.1555122Z goto :eof 2024-11-01T17:41:19.1555406Z ) 2024-11-01T17:41:19.1555535Z 2024-11-01T17:41:19.1556217Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_CompileTimeFunctionPointer_test" 2024-11-01T17:41:19.3182368Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:41:19.3183625Z import pkg_resources 2024-11-01T17:41:24.4640115Z Found test times from artifacts 2024-11-01T17:41:24.5343877Z Found test times from artifacts 2024-11-01T17:41:24.5365999Z Running 25% of tests based on TD 2024-11-01T17:41:24.5370830Z Running parallel tests on 3 processes 2024-11-01T17:41:24.5371698Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:41:24.5372153Z Serial tests (0): 2024-11-01T17:41:24.5372475Z Parallel tests (1): 2024-11-01T17:41:24.5372885Z cpp/c10_CompileTimeFunctionPointer_test 1/1 2024-11-01T17:41:24.5373353Z Name: excluded (est. time: 0.0min) 2024-11-01T17:41:24.5373741Z Serial tests (0): 2024-11-01T17:41:24.5374055Z Parallel tests (0): 2024-11-01T17:41:24.5442483Z Running cpp/c10_CompileTimeFunctionPointer_test 1/1 ... [2024-11-01 17:41:24.543928] 2024-11-01T17:41:24.5443209Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:41:24.5453018Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_CompileTimeFunctionPointer_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a46843d37daa345f.xml', '-x', '--reruns=2'] ... [2024-11-01 17:41:24.544512] 2024-11-01T17:41:24.5455876Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:41:26.0221466Z 2024-11-01T17:41:26.0222920Z cpp/c10_CompileTimeFunctionPointer_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_CompileTimeFunctionPointer_test_1.1_c05bf087509e1deb_.log 2024-11-01T17:41:26.0224220Z 2024-11-01T17:41:28.6644598Z Running cpp/c10_CompileTimeFunctionPointer_test 1/1 ... [2024-11-01 17:41:28.664260] 2024-11-01T17:41:28.6645340Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:41:28.6655399Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_CompileTimeFunctionPointer_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f368a969befb1978.xml', '-x', '--reruns=2'] ... [2024-11-01 17:41:28.664876] 2024-11-01T17:41:30.0720398Z 2024-11-01T17:41:30.0721759Z cpp/c10_CompileTimeFunctionPointer_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_CompileTimeFunctionPointer_test_1.1_f6100a3d50ac45e6_.log 2024-11-01T17:41:30.0722941Z 2024-11-01T17:41:30.7190824Z Running test batch 'tests to run' cost 6.18 seconds 2024-11-01T17:41:31.2249660Z 2024-11-01T17:41:31.2250594Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:41:31.2251525Z echo "c10_CompileTimeFunctionPointer_test" failed with exit code 0 2024-11-01T17:41:31.2252139Z goto fail 2024-11-01T17:41:31.2252431Z ) 2024-11-01T17:41:31.2252571Z 2024-11-01T17:41:31.2252879Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:41:31.2253650Z echo "c10_CompileTimeFunctionPointer_test" failed with exit code 0 2024-11-01T17:41:31.2254226Z goto fail 2024-11-01T17:41:31.2254467Z ) 2024-11-01T17:41:31.2254623Z 2024-11-01T17:41:31.2254856Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:41:31.2260093Z 2024-11-01T17:41:31.2260676Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:41:31.2261798Z call :libtorch_check "c10_complex_math_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2024-11-01T17:41:31.2262888Z if errorlevel 1 goto fail 2024-11-01T17:41:31.2263241Z ) 2024-11-01T17:41:31.2271148Z 2024-11-01T17:41:31.2271701Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:41:31.2275528Z 2024-11-01T17:41:31.2276303Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:41:31.2278389Z 2024-11-01T17:41:31.2278982Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_math_test" == "verify_api_visibility" goto :eof 2024-11-01T17:41:31.2280283Z 2024-11-01T17:41:31.2281128Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2024-11-01T17:41:31.2282615Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2024-11-01T17:41:31.2283319Z 2024-11-01T17:41:31.2283827Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_math_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:41:31.2285014Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2024-11-01T17:41:31.2285964Z goto :eof 2024-11-01T17:41:31.2286798Z ) 2024-11-01T17:41:31.2286937Z 2024-11-01T17:41:31.2287611Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_complex_math_test" 2024-11-01T17:41:31.3931781Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:41:31.3934069Z import pkg_resources 2024-11-01T17:41:36.4542407Z Found test times from artifacts 2024-11-01T17:41:36.5260381Z Found test times from artifacts 2024-11-01T17:41:36.5273131Z Running 25% of tests based on TD 2024-11-01T17:41:36.5289380Z Running parallel tests on 3 processes 2024-11-01T17:41:36.5289883Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:41:36.5290303Z Serial tests (0): 2024-11-01T17:41:36.5290623Z Parallel tests (1): 2024-11-01T17:41:36.5290947Z cpp/c10_complex_math_test 1/1 2024-11-01T17:41:36.5291374Z Name: excluded (est. time: 0.0min) 2024-11-01T17:41:36.5291928Z Serial tests (0): 2024-11-01T17:41:36.5292218Z Parallel tests (0): 2024-11-01T17:41:36.5361470Z Running cpp/c10_complex_math_test 1/1 ... [2024-11-01 17:41:36.534616] 2024-11-01T17:41:36.5362106Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:41:36.5371701Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_math_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c0709a662ab96c2b.xml', '-x', '--reruns=2'] ... [2024-11-01 17:41:36.534616] 2024-11-01T17:41:36.5374386Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:41:37.9559181Z 2024-11-01T17:41:37.9560426Z cpp/c10_complex_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_math_test_1.1_b7cd1b34cfd038cf_.log 2024-11-01T17:41:37.9561492Z 2024-11-01T17:41:40.8317596Z Running cpp/c10_complex_math_test 1/1 ... [2024-11-01 17:41:40.831186] 2024-11-01T17:41:40.8318251Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:41:40.8328348Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_math_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-058a47702104859f.xml', '-x', '--reruns=2'] ... [2024-11-01 17:41:40.832316] 2024-11-01T17:41:42.2989169Z 2024-11-01T17:41:42.2990546Z cpp/c10_complex_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_math_test_1.1_45a564426c62ed13_.log 2024-11-01T17:41:42.2991542Z 2024-11-01T17:41:42.9119417Z Running test batch 'tests to run' cost 6.38 seconds 2024-11-01T17:41:43.4367096Z 2024-11-01T17:41:43.4368071Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:41:43.4368779Z echo "c10_complex_math_test" failed with exit code 0 2024-11-01T17:41:43.4369265Z goto fail 2024-11-01T17:41:43.4369525Z ) 2024-11-01T17:41:43.4369656Z 2024-11-01T17:41:43.4369956Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:41:43.4370637Z echo "c10_complex_math_test" failed with exit code 0 2024-11-01T17:41:43.4371116Z goto fail 2024-11-01T17:41:43.4371350Z ) 2024-11-01T17:41:43.4371502Z 2024-11-01T17:41:43.4371730Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:41:43.4377718Z 2024-11-01T17:41:43.4377957Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:41:43.4378989Z call :libtorch_check "c10_complex_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2024-11-01T17:41:43.4379917Z if errorlevel 1 goto fail 2024-11-01T17:41:43.4380253Z ) 2024-11-01T17:41:43.4389385Z 2024-11-01T17:41:43.4390076Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:41:43.4394272Z 2024-11-01T17:41:43.4395010Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:41:43.4397427Z 2024-11-01T17:41:43.4398150Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_test" == "verify_api_visibility" goto :eof 2024-11-01T17:41:43.4399505Z 2024-11-01T17:41:43.4400753Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2024-11-01T17:41:43.4402226Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2024-11-01T17:41:43.4402911Z 2024-11-01T17:41:43.4403491Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:41:43.4404636Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2024-11-01T17:41:43.4405620Z goto :eof 2024-11-01T17:41:43.4405887Z ) 2024-11-01T17:41:43.4406020Z 2024-11-01T17:41:43.4406590Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_complex_test" 2024-11-01T17:41:43.6455341Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:41:43.6456580Z import pkg_resources 2024-11-01T17:41:48.9255606Z Found test times from artifacts 2024-11-01T17:41:48.9956647Z Found test times from artifacts 2024-11-01T17:41:48.9978793Z Running 25% of tests based on TD 2024-11-01T17:41:48.9983312Z Running parallel tests on 3 processes 2024-11-01T17:41:48.9983747Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:41:48.9984235Z Serial tests (0): 2024-11-01T17:41:48.9984616Z Parallel tests (1): 2024-11-01T17:41:48.9984941Z cpp/c10_complex_test 1/1 2024-11-01T17:41:48.9985314Z Name: excluded (est. time: 0.0min) 2024-11-01T17:41:48.9985704Z Serial tests (0): 2024-11-01T17:41:48.9985991Z Parallel tests (0): 2024-11-01T17:41:49.0057747Z Running cpp/c10_complex_test 1/1 ... [2024-11-01 17:41:49.004584] 2024-11-01T17:41:49.0058360Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:41:49.0068889Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-39e6f86a75eab5db.xml', '-x', '--reruns=2'] ... [2024-11-01 17:41:49.006205] 2024-11-01T17:41:49.0071578Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:41:50.4568347Z 2024-11-01T17:41:50.4569578Z cpp/c10_complex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_test_1.1_e7f5ac04a398f578_.log 2024-11-01T17:41:50.4570618Z 2024-11-01T17:41:53.0552866Z Running cpp/c10_complex_test 1/1 ... [2024-11-01 17:41:53.054816] 2024-11-01T17:41:53.0553564Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:41:53.0562887Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-228b27b4d4054a61.xml', '-x', '--reruns=2'] ... [2024-11-01 17:41:53.055437] 2024-11-01T17:41:54.4749918Z 2024-11-01T17:41:54.4751081Z cpp/c10_complex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_test_1.1_20a048c447dc3185_.log 2024-11-01T17:41:54.4752030Z 2024-11-01T17:41:55.1153722Z Running test batch 'tests to run' cost 6.11 seconds 2024-11-01T17:41:55.6221767Z 2024-11-01T17:41:55.6222615Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:41:55.6223444Z echo "c10_complex_test" failed with exit code 0 2024-11-01T17:41:55.6224027Z goto fail 2024-11-01T17:41:55.6224335Z ) 2024-11-01T17:41:55.6224518Z 2024-11-01T17:41:55.6224855Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:41:55.6225552Z echo "c10_complex_test" failed with exit code 0 2024-11-01T17:41:55.6225999Z goto fail 2024-11-01T17:41:55.6226267Z ) 2024-11-01T17:41:55.6226528Z 2024-11-01T17:41:55.6226760Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:41:55.6233425Z 2024-11-01T17:41:55.6233995Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:41:55.6235129Z call :libtorch_check "c10_ConstexprCrc_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2024-11-01T17:41:55.6236129Z if errorlevel 1 goto fail 2024-11-01T17:41:55.6237693Z ) 2024-11-01T17:41:55.6244652Z 2024-11-01T17:41:55.6245178Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:41:55.6248721Z 2024-11-01T17:41:55.6249818Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:41:55.6251870Z 2024-11-01T17:41:55.6252490Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ConstexprCrc_test" == "verify_api_visibility" goto :eof 2024-11-01T17:41:55.6253497Z 2024-11-01T17:41:55.6254551Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2024-11-01T17:41:55.6256027Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2024-11-01T17:41:55.6256733Z 2024-11-01T17:41:55.6257248Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ConstexprCrc_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:41:55.6258451Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2024-11-01T17:41:55.6259230Z goto :eof 2024-11-01T17:41:55.6259511Z ) 2024-11-01T17:41:55.6259665Z 2024-11-01T17:41:55.6260295Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ConstexprCrc_test" 2024-11-01T17:41:55.7897145Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:41:55.7898391Z import pkg_resources 2024-11-01T17:42:00.9236707Z Found test times from artifacts 2024-11-01T17:42:00.9940847Z Found test times from artifacts 2024-11-01T17:42:00.9963043Z Running 25% of tests based on TD 2024-11-01T17:42:00.9967978Z Running parallel tests on 3 processes 2024-11-01T17:42:00.9968428Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:42:00.9968864Z Serial tests (0): 2024-11-01T17:42:00.9969179Z Parallel tests (1): 2024-11-01T17:42:00.9969510Z cpp/c10_ConstexprCrc_test 1/1 2024-11-01T17:42:00.9969916Z Name: excluded (est. time: 0.0min) 2024-11-01T17:42:00.9970301Z Serial tests (0): 2024-11-01T17:42:00.9970589Z Parallel tests (0): 2024-11-01T17:42:01.0038451Z Running cpp/c10_ConstexprCrc_test 1/1 ... [2024-11-01 17:42:00.999922] 2024-11-01T17:42:01.0039086Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:42:01.0049278Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ConstexprCrc_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-adac37482b124ab6.xml', '-x', '--reruns=2'] ... [2024-11-01 17:42:00.999922] 2024-11-01T17:42:01.0052113Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:42:02.4858101Z 2024-11-01T17:42:02.4860185Z cpp/c10_ConstexprCrc_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ConstexprCrc_test_1.1_2fa6be84a3472d99_.log 2024-11-01T17:42:02.4861243Z 2024-11-01T17:42:05.2058501Z Running cpp/c10_ConstexprCrc_test 1/1 ... [2024-11-01 17:42:05.205657] 2024-11-01T17:42:05.2059157Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:42:05.2069383Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ConstexprCrc_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-19819f9d3bd153c2.xml', '-x', '--reruns=2'] ... [2024-11-01 17:42:05.206395] 2024-11-01T17:42:06.6045792Z 2024-11-01T17:42:06.6046990Z cpp/c10_ConstexprCrc_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ConstexprCrc_test_1.1_d6d24c64fa26b8e2_.log 2024-11-01T17:42:06.6048141Z 2024-11-01T17:42:07.2580156Z Running test batch 'tests to run' cost 6.27 seconds 2024-11-01T17:42:07.7661127Z 2024-11-01T17:42:07.7661963Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:42:07.7662649Z echo "c10_ConstexprCrc_test" failed with exit code 0 2024-11-01T17:42:07.7663131Z goto fail 2024-11-01T17:42:07.7663392Z ) 2024-11-01T17:42:07.7663520Z 2024-11-01T17:42:07.7663869Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:42:07.7664596Z echo "c10_ConstexprCrc_test" failed with exit code 0 2024-11-01T17:42:07.7665069Z goto fail 2024-11-01T17:42:07.7665295Z ) 2024-11-01T17:42:07.7665442Z 2024-11-01T17:42:07.7665666Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:42:07.7673185Z 2024-11-01T17:42:07.7673781Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:42:07.7674816Z call :libtorch_check "c10_cow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2024-11-01T17:42:07.7675775Z if errorlevel 1 goto fail 2024-11-01T17:42:07.7676156Z ) 2024-11-01T17:42:07.7684983Z 2024-11-01T17:42:07.7685695Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:42:07.7689851Z 2024-11-01T17:42:07.7690698Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:42:07.7692734Z 2024-11-01T17:42:07.7693346Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_cow_test" == "verify_api_visibility" goto :eof 2024-11-01T17:42:07.7694945Z 2024-11-01T17:42:07.7696014Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2024-11-01T17:42:07.7697582Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2024-11-01T17:42:07.7698374Z 2024-11-01T17:42:07.7699145Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_cow_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:42:07.7700372Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2024-11-01T17:42:07.7701142Z goto :eof 2024-11-01T17:42:07.7701448Z ) 2024-11-01T17:42:07.7701579Z 2024-11-01T17:42:07.7702197Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_cow_test" 2024-11-01T17:42:07.9343274Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:42:07.9344512Z import pkg_resources 2024-11-01T17:42:13.2413036Z Found test times from artifacts 2024-11-01T17:42:13.3132172Z Found test times from artifacts 2024-11-01T17:42:13.3154560Z Running 25% of tests based on TD 2024-11-01T17:42:13.3159254Z Running parallel tests on 3 processes 2024-11-01T17:42:13.3159702Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:42:13.3160594Z Serial tests (0): 2024-11-01T17:42:13.3160902Z Parallel tests (1): 2024-11-01T17:42:13.3161226Z cpp/c10_cow_test 1/1 2024-11-01T17:42:13.3161579Z Name: excluded (est. time: 0.0min) 2024-11-01T17:42:13.3161942Z Serial tests (0): 2024-11-01T17:42:13.3162248Z Parallel tests (0): 2024-11-01T17:42:13.3230245Z Running cpp/c10_cow_test 1/1 ... [2024-11-01 17:42:13.318248] 2024-11-01T17:42:13.3230797Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:42:13.3240565Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_cow_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1b6072500114e3e1.xml', '-x', '--reruns=2'] ... [2024-11-01 17:42:13.318248] 2024-11-01T17:42:13.3243220Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:42:14.7714771Z 2024-11-01T17:42:14.7716168Z cpp/c10_cow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_cow_test_1.1_c9b32cf792e68e11_.log 2024-11-01T17:42:14.7717063Z 2024-11-01T17:42:17.5611497Z Running cpp/c10_cow_test 1/1 ... [2024-11-01 17:42:17.560829] 2024-11-01T17:42:17.5612110Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:42:17.5624535Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_cow_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d329b9c9acffeea8.xml', '-x', '--reruns=2'] ... [2024-11-01 17:42:17.561413] 2024-11-01T17:42:19.0072389Z 2024-11-01T17:42:19.0073645Z cpp/c10_cow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_cow_test_1.1_92954189488c1af6_.log 2024-11-01T17:42:19.0074636Z 2024-11-01T17:42:19.6434375Z Running test batch 'tests to run' cost 6.33 seconds 2024-11-01T17:42:20.1770951Z 2024-11-01T17:42:20.1771609Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:42:20.1772250Z echo "c10_cow_test" failed with exit code 0 2024-11-01T17:42:20.1772653Z goto fail 2024-11-01T17:42:20.1772902Z ) 2024-11-01T17:42:20.1773027Z 2024-11-01T17:42:20.1773329Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:42:20.1773924Z echo "c10_cow_test" failed with exit code 0 2024-11-01T17:42:20.1774330Z goto fail 2024-11-01T17:42:20.1774563Z ) 2024-11-01T17:42:20.1774688Z 2024-11-01T17:42:20.1774908Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:42:20.1782821Z 2024-11-01T17:42:20.1783463Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:42:20.1784662Z call :libtorch_check "c10_DeadlockDetection_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2024-11-01T17:42:20.1785708Z if errorlevel 1 goto fail 2024-11-01T17:42:20.1786028Z ) 2024-11-01T17:42:20.1795631Z 2024-11-01T17:42:20.1796261Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:42:20.1799965Z 2024-11-01T17:42:20.1800717Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:42:20.1803444Z 2024-11-01T17:42:20.1804218Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeadlockDetection_test" == "verify_api_visibility" goto :eof 2024-11-01T17:42:20.1805312Z 2024-11-01T17:42:20.1806269Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2024-11-01T17:42:20.1807976Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2024-11-01T17:42:20.1809171Z 2024-11-01T17:42:20.1810112Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeadlockDetection_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:42:20.1811361Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2024-11-01T17:42:20.1812161Z goto :eof 2024-11-01T17:42:20.1812384Z ) 2024-11-01T17:42:20.1812583Z 2024-11-01T17:42:20.1813234Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DeadlockDetection_test" 2024-11-01T17:42:20.3591048Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:42:20.3592282Z import pkg_resources 2024-11-01T17:42:25.6016816Z Found test times from artifacts 2024-11-01T17:42:25.6718395Z Found test times from artifacts 2024-11-01T17:42:25.6740131Z Running 25% of tests based on TD 2024-11-01T17:42:25.6744916Z Running parallel tests on 3 processes 2024-11-01T17:42:25.6745349Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:42:25.6745756Z Serial tests (0): 2024-11-01T17:42:25.6746054Z Parallel tests (1): 2024-11-01T17:42:25.6746380Z cpp/c10_DeadlockDetection_test 1/1 2024-11-01T17:42:25.6746796Z Name: excluded (est. time: 0.0min) 2024-11-01T17:42:25.6747164Z Serial tests (0): 2024-11-01T17:42:25.6747447Z Parallel tests (0): 2024-11-01T17:42:25.6816239Z Running cpp/c10_DeadlockDetection_test 1/1 ... [2024-11-01 17:42:25.681003] 2024-11-01T17:42:25.6816970Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:42:25.6828385Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeadlockDetection_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7f4d455076bc725c.xml', '-x', '--reruns=2'] ... [2024-11-01 17:42:25.682537] 2024-11-01T17:42:25.6831516Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:42:27.1244916Z 2024-11-01T17:42:27.1247067Z cpp/c10_DeadlockDetection_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeadlockDetection_test_1.1_7105e0814dc68bd4_.log 2024-11-01T17:42:27.1248896Z 2024-11-01T17:42:29.8195647Z Running cpp/c10_DeadlockDetection_test 1/1 ... [2024-11-01 17:42:29.815159] 2024-11-01T17:42:29.8196316Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:42:29.8206520Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeadlockDetection_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a3f60d69ed67473b.xml', '-x', '--reruns=2'] ... [2024-11-01 17:42:29.819702] 2024-11-01T17:42:31.2341260Z 2024-11-01T17:42:31.2342608Z cpp/c10_DeadlockDetection_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeadlockDetection_test_1.1_8c586875711d376b_.log 2024-11-01T17:42:31.2343665Z 2024-11-01T17:42:31.9020241Z Running test batch 'tests to run' cost 6.23 seconds 2024-11-01T17:42:32.4108413Z 2024-11-01T17:42:32.4109095Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:42:32.4109805Z echo "c10_DeadlockDetection_test" failed with exit code 0 2024-11-01T17:42:32.4110304Z goto fail 2024-11-01T17:42:32.4110564Z ) 2024-11-01T17:42:32.4110714Z 2024-11-01T17:42:32.4111005Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:42:32.4111688Z echo "c10_DeadlockDetection_test" failed with exit code 0 2024-11-01T17:42:32.4112169Z goto fail 2024-11-01T17:42:32.4112536Z ) 2024-11-01T17:42:32.4113212Z 2024-11-01T17:42:32.4113443Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:42:32.4119883Z 2024-11-01T17:42:32.4120172Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:42:32.4121218Z call :libtorch_check "c10_DeviceGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2024-11-01T17:42:32.4122190Z if errorlevel 1 goto fail 2024-11-01T17:42:32.4122507Z ) 2024-11-01T17:42:32.4130440Z 2024-11-01T17:42:32.4130991Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:42:32.4134424Z 2024-11-01T17:42:32.4135564Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:42:32.4137453Z 2024-11-01T17:42:32.4138106Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeviceGuard_test" == "verify_api_visibility" goto :eof 2024-11-01T17:42:32.4139220Z 2024-11-01T17:42:32.4140103Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2024-11-01T17:42:32.4141565Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2024-11-01T17:42:32.4142295Z 2024-11-01T17:42:32.4142839Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeviceGuard_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:42:32.4143997Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2024-11-01T17:42:32.4144738Z goto :eof 2024-11-01T17:42:32.4144976Z ) 2024-11-01T17:42:32.4145101Z 2024-11-01T17:42:32.4145677Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DeviceGuard_test" 2024-11-01T17:42:32.5774211Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:42:32.5775458Z import pkg_resources 2024-11-01T17:42:37.8794023Z Found test times from artifacts 2024-11-01T17:42:37.9598377Z Found test times from artifacts 2024-11-01T17:42:37.9622331Z Running 25% of tests based on TD 2024-11-01T17:42:37.9627921Z Running parallel tests on 3 processes 2024-11-01T17:42:37.9628758Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:42:37.9629193Z Serial tests (0): 2024-11-01T17:42:37.9629510Z Parallel tests (1): 2024-11-01T17:42:37.9629841Z cpp/c10_DeviceGuard_test 1/1 2024-11-01T17:42:37.9630214Z Name: excluded (est. time: 0.0min) 2024-11-01T17:42:37.9630581Z Serial tests (0): 2024-11-01T17:42:37.9630872Z Parallel tests (0): 2024-11-01T17:42:37.9702747Z Running cpp/c10_DeviceGuard_test 1/1 ... [2024-11-01 17:42:37.968254] 2024-11-01T17:42:37.9703352Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:42:37.9713466Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeviceGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-63b442978bab836f.xml', '-x', '--reruns=2'] ... [2024-11-01 17:42:37.968254] 2024-11-01T17:42:37.9716195Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:42:39.4017028Z 2024-11-01T17:42:39.4018621Z cpp/c10_DeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeviceGuard_test_1.1_e386bca0a9aa6be0_.log 2024-11-01T17:42:39.4019607Z 2024-11-01T17:42:42.1768121Z Running cpp/c10_DeviceGuard_test 1/1 ... [2024-11-01 17:42:42.176575] 2024-11-01T17:42:42.1768743Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:42:42.1778737Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeviceGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-03eebb7807e87de9.xml', '-x', '--reruns=2'] ... [2024-11-01 17:42:42.177141] 2024-11-01T17:42:43.6316507Z 2024-11-01T17:42:43.6317673Z cpp/c10_DeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeviceGuard_test_1.1_6f68c21f69f0ce51_.log 2024-11-01T17:42:43.6318754Z 2024-11-01T17:42:44.2712299Z Running test batch 'tests to run' cost 6.3 seconds 2024-11-01T17:42:44.8617627Z 2024-11-01T17:42:44.8618424Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:42:44.8619085Z echo "c10_DeviceGuard_test" failed with exit code 0 2024-11-01T17:42:44.8619547Z goto fail 2024-11-01T17:42:44.8619789Z ) 2024-11-01T17:42:44.8619910Z 2024-11-01T17:42:44.8620204Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:42:44.8621030Z echo "c10_DeviceGuard_test" failed with exit code 0 2024-11-01T17:42:44.8621485Z goto fail 2024-11-01T17:42:44.8621712Z ) 2024-11-01T17:42:44.8621854Z 2024-11-01T17:42:44.8622075Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:42:44.8629076Z 2024-11-01T17:42:44.8629317Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:42:44.8630405Z call :libtorch_check "c10_Device_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2024-11-01T17:42:44.8631305Z if errorlevel 1 goto fail 2024-11-01T17:42:44.8631620Z ) 2024-11-01T17:42:44.8641016Z 2024-11-01T17:42:44.8642000Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:42:44.8645709Z 2024-11-01T17:42:44.8646516Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:42:44.8649125Z 2024-11-01T17:42:44.8649695Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Device_test" == "verify_api_visibility" goto :eof 2024-11-01T17:42:44.8650709Z 2024-11-01T17:42:44.8651543Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2024-11-01T17:42:44.8652919Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2024-11-01T17:42:44.8653614Z 2024-11-01T17:42:44.8654123Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Device_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:42:44.8655221Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2024-11-01T17:42:44.8655945Z goto :eof 2024-11-01T17:42:44.8656172Z ) 2024-11-01T17:42:44.8656309Z 2024-11-01T17:42:44.8656849Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Device_test" 2024-11-01T17:42:45.0281186Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:42:45.0282426Z import pkg_resources 2024-11-01T17:42:50.1392370Z Found test times from artifacts 2024-11-01T17:42:50.2098539Z Found test times from artifacts 2024-11-01T17:42:50.2120855Z Running 25% of tests based on TD 2024-11-01T17:42:50.2125819Z Running parallel tests on 3 processes 2024-11-01T17:42:50.2126582Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:42:50.2127032Z Serial tests (0): 2024-11-01T17:42:50.2127317Z Parallel tests (1): 2024-11-01T17:42:50.2127636Z cpp/c10_Device_test 1/1 2024-11-01T17:42:50.2127987Z Name: excluded (est. time: 0.0min) 2024-11-01T17:42:50.2128339Z Serial tests (0): 2024-11-01T17:42:50.2128628Z Parallel tests (0): 2024-11-01T17:42:50.2196659Z Running cpp/c10_Device_test 1/1 ... [2024-11-01 17:42:50.217201] 2024-11-01T17:42:50.2197355Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:42:50.2207955Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Device_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-72b90ed026709def.xml', '-x', '--reruns=2'] ... [2024-11-01 17:42:50.217201] 2024-11-01T17:42:50.2210637Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:42:51.6637837Z 2024-11-01T17:42:51.6639059Z cpp/c10_Device_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Device_test_1.1_45dbad563e49d97a_.log 2024-11-01T17:42:51.6639997Z 2024-11-01T17:42:54.3909948Z Running cpp/c10_Device_test 1/1 ... [2024-11-01 17:42:54.390801] 2024-11-01T17:42:54.3910546Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:42:54.3919912Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Device_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7c4bd2de687a5480.xml', '-x', '--reruns=2'] ... [2024-11-01 17:42:54.391409] 2024-11-01T17:42:55.8073224Z 2024-11-01T17:42:55.8074340Z cpp/c10_Device_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Device_test_1.1_ca38df3f1da8cef5_.log 2024-11-01T17:42:55.8075346Z 2024-11-01T17:42:56.4198403Z Running test batch 'tests to run' cost 6.21 seconds 2024-11-01T17:42:56.9620746Z 2024-11-01T17:42:56.9621520Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:42:56.9622169Z echo "c10_Device_test" failed with exit code 0 2024-11-01T17:42:56.9622601Z goto fail 2024-11-01T17:42:56.9622821Z ) 2024-11-01T17:42:56.9623484Z 2024-11-01T17:42:56.9623874Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:42:56.9624518Z echo "c10_Device_test" failed with exit code 0 2024-11-01T17:42:56.9624941Z goto fail 2024-11-01T17:42:56.9625174Z ) 2024-11-01T17:42:56.9625353Z 2024-11-01T17:42:56.9625682Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:42:56.9633712Z 2024-11-01T17:42:56.9634258Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:42:56.9635459Z call :libtorch_check "c10_DispatchKeySet_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2024-11-01T17:42:56.9636478Z if errorlevel 1 goto fail 2024-11-01T17:42:56.9636792Z ) 2024-11-01T17:42:56.9646405Z 2024-11-01T17:42:56.9646886Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:42:56.9650730Z 2024-11-01T17:42:56.9651513Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:42:56.9654026Z 2024-11-01T17:42:56.9654650Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DispatchKeySet_test" == "verify_api_visibility" goto :eof 2024-11-01T17:42:56.9655906Z 2024-11-01T17:42:56.9656824Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2024-11-01T17:42:56.9658360Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2024-11-01T17:42:56.9659034Z 2024-11-01T17:42:56.9659897Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DispatchKeySet_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:42:56.9661124Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2024-11-01T17:42:56.9661896Z goto :eof 2024-11-01T17:42:56.9662130Z ) 2024-11-01T17:42:56.9662255Z 2024-11-01T17:42:56.9663032Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DispatchKeySet_test" 2024-11-01T17:42:57.1304661Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:42:57.1306019Z import pkg_resources 2024-11-01T17:43:02.4724591Z Found test times from artifacts 2024-11-01T17:43:02.5433259Z Found test times from artifacts 2024-11-01T17:43:02.5456171Z Running 25% of tests based on TD 2024-11-01T17:43:02.5461055Z Running parallel tests on 3 processes 2024-11-01T17:43:02.5461538Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:43:02.5461931Z Serial tests (0): 2024-11-01T17:43:02.5462214Z Parallel tests (1): 2024-11-01T17:43:02.5462602Z cpp/c10_DispatchKeySet_test 1/1 2024-11-01T17:43:02.5463048Z Name: excluded (est. time: 0.0min) 2024-11-01T17:43:02.5463398Z Serial tests (0): 2024-11-01T17:43:02.5463696Z Parallel tests (0): 2024-11-01T17:43:02.5532888Z Running cpp/c10_DispatchKeySet_test 1/1 ... [2024-11-01 17:43:02.553176] 2024-11-01T17:43:02.5533510Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:43:02.5544213Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DispatchKeySet_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a5e1f64b7e2eb69e.xml', '-x', '--reruns=2'] ... [2024-11-01 17:43:02.553757] 2024-11-01T17:43:02.5546905Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:43:03.9860453Z 2024-11-01T17:43:03.9861691Z cpp/c10_DispatchKeySet_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DispatchKeySet_test_1.1_478ab5370d269225_.log 2024-11-01T17:43:03.9862700Z 2024-11-01T17:43:06.7417679Z Running cpp/c10_DispatchKeySet_test 1/1 ... [2024-11-01 17:43:06.734935] 2024-11-01T17:43:06.7418363Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:43:06.7428481Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DispatchKeySet_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-cc1fd26d751d3224.xml', '-x', '--reruns=2'] ... [2024-11-01 17:43:06.734935] 2024-11-01T17:43:08.2251570Z 2024-11-01T17:43:08.2252980Z cpp/c10_DispatchKeySet_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DispatchKeySet_test_1.1_69a5985f6a55b1a7_.log 2024-11-01T17:43:08.2254001Z 2024-11-01T17:43:08.8800283Z Running test batch 'tests to run' cost 6.33 seconds 2024-11-01T17:43:09.4052225Z 2024-11-01T17:43:09.4052958Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:43:09.4053672Z echo "c10_DispatchKeySet_test" failed with exit code 0 2024-11-01T17:43:09.4054173Z goto fail 2024-11-01T17:43:09.4054393Z ) 2024-11-01T17:43:09.4054537Z 2024-11-01T17:43:09.4054829Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:43:09.4055500Z echo "c10_DispatchKeySet_test" failed with exit code 0 2024-11-01T17:43:09.4055952Z goto fail 2024-11-01T17:43:09.4056183Z ) 2024-11-01T17:43:09.4056306Z 2024-11-01T17:43:09.4056547Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:43:09.4062880Z 2024-11-01T17:43:09.4063130Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:43:09.4064148Z call :libtorch_check "c10_exception_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2024-11-01T17:43:09.4065097Z if errorlevel 1 goto fail 2024-11-01T17:43:09.4065407Z ) 2024-11-01T17:43:09.4073914Z 2024-11-01T17:43:09.4074632Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:43:09.4077961Z 2024-11-01T17:43:09.4079383Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:43:09.4081003Z 2024-11-01T17:43:09.4081590Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_exception_test" == "verify_api_visibility" goto :eof 2024-11-01T17:43:09.4082610Z 2024-11-01T17:43:09.4083923Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2024-11-01T17:43:09.4085476Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2024-11-01T17:43:09.4086151Z 2024-11-01T17:43:09.4086639Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_exception_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:43:09.4087784Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2024-11-01T17:43:09.4088664Z goto :eof 2024-11-01T17:43:09.4088887Z ) 2024-11-01T17:43:09.4089033Z 2024-11-01T17:43:09.4089592Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_exception_test" 2024-11-01T17:43:09.5718955Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:43:09.5720182Z import pkg_resources 2024-11-01T17:43:14.7117129Z Found test times from artifacts 2024-11-01T17:43:14.7815729Z Found test times from artifacts 2024-11-01T17:43:14.7837974Z Running 25% of tests based on TD 2024-11-01T17:43:14.7842693Z Running parallel tests on 3 processes 2024-11-01T17:43:14.7843536Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:43:14.7843983Z Serial tests (0): 2024-11-01T17:43:14.7844298Z Parallel tests (1): 2024-11-01T17:43:14.7844629Z cpp/c10_exception_test 1/1 2024-11-01T17:43:14.7845016Z Name: excluded (est. time: 0.0min) 2024-11-01T17:43:14.7845379Z Serial tests (0): 2024-11-01T17:43:14.7845666Z Parallel tests (0): 2024-11-01T17:43:14.7917456Z Running cpp/c10_exception_test 1/1 ... [2024-11-01 17:43:14.791407] 2024-11-01T17:43:14.7918051Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:43:14.7929640Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_exception_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b6d6bdef9758a40a.xml', '-x', '--reruns=2'] ... [2024-11-01 17:43:14.792634] 2024-11-01T17:43:14.7932383Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:43:16.2317759Z 2024-11-01T17:43:16.2319102Z cpp/c10_exception_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_exception_test_1.1_292578f9a4f9721b_.log 2024-11-01T17:43:16.2320100Z 2024-11-01T17:43:18.9378187Z Running cpp/c10_exception_test 1/1 ... [2024-11-01 17:43:18.935903] 2024-11-01T17:43:18.9378796Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:43:18.9388138Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_exception_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-319d31523180852e.xml', '-x', '--reruns=2'] ... [2024-11-01 17:43:18.935903] 2024-11-01T17:43:20.3707796Z 2024-11-01T17:43:20.3709115Z cpp/c10_exception_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_exception_test_1.1_0dca7dec49495036_.log 2024-11-01T17:43:20.3710097Z 2024-11-01T17:43:20.9902089Z Running test batch 'tests to run' cost 6.21 seconds 2024-11-01T17:43:21.5719549Z 2024-11-01T17:43:21.5720294Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:43:21.5721613Z echo "c10_exception_test" failed with exit code 0 2024-11-01T17:43:21.5722083Z goto fail 2024-11-01T17:43:21.5722321Z ) 2024-11-01T17:43:21.5722446Z 2024-11-01T17:43:21.5722748Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:43:21.5723373Z echo "c10_exception_test" failed with exit code 0 2024-11-01T17:43:21.5723810Z goto fail 2024-11-01T17:43:21.5724041Z ) 2024-11-01T17:43:21.5724166Z 2024-11-01T17:43:21.5724387Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:43:21.5729104Z 2024-11-01T17:43:21.5729385Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:43:21.5730361Z call :libtorch_check "c10_flags_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2024-11-01T17:43:21.5731248Z if errorlevel 1 goto fail 2024-11-01T17:43:21.5731569Z ) 2024-11-01T17:43:21.5740281Z 2024-11-01T17:43:21.5740764Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:43:21.5745265Z 2024-11-01T17:43:21.5746415Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:43:21.5748133Z 2024-11-01T17:43:21.5748776Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_flags_test" == "verify_api_visibility" goto :eof 2024-11-01T17:43:21.5750070Z 2024-11-01T17:43:21.5750885Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2024-11-01T17:43:21.5752252Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2024-11-01T17:43:21.5752928Z 2024-11-01T17:43:21.5753395Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_flags_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:43:21.5754529Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2024-11-01T17:43:21.5755377Z goto :eof 2024-11-01T17:43:21.5755604Z ) 2024-11-01T17:43:21.5755743Z 2024-11-01T17:43:21.5756273Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_flags_test" 2024-11-01T17:43:21.7534614Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:43:21.7535833Z import pkg_resources 2024-11-01T17:43:26.9443022Z Found test times from artifacts 2024-11-01T17:43:27.0237919Z Found test times from artifacts 2024-11-01T17:43:27.0287630Z Running 25% of tests based on TD 2024-11-01T17:43:27.0327196Z Running parallel tests on 3 processes 2024-11-01T17:43:27.0327711Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:43:27.0328098Z Serial tests (0): 2024-11-01T17:43:27.0328423Z Parallel tests (1): 2024-11-01T17:43:27.0328740Z cpp/c10_flags_test 1/1 2024-11-01T17:43:27.0329127Z Name: excluded (est. time: 0.0min) 2024-11-01T17:43:27.0329539Z Serial tests (0): 2024-11-01T17:43:27.0329869Z Parallel tests (0): 2024-11-01T17:43:27.0401136Z Running cpp/c10_flags_test 1/1 ... [2024-11-01 17:43:27.037336] 2024-11-01T17:43:27.0401715Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:43:27.0411363Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_flags_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-19b0063b468662c7.xml', '-x', '--reruns=2'] ... [2024-11-01 17:43:27.040430] 2024-11-01T17:43:27.0413998Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:43:28.5023356Z 2024-11-01T17:43:28.5025233Z cpp/c10_flags_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_flags_test_1.1_cec403125b167b77_.log 2024-11-01T17:43:28.5026248Z 2024-11-01T17:43:31.1668284Z Running cpp/c10_flags_test 1/1 ... [2024-11-01 17:43:31.160886] 2024-11-01T17:43:31.1668876Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:43:31.1678402Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_flags_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-af514db6ea8e2724.xml', '-x', '--reruns=2'] ... [2024-11-01 17:43:31.160886] 2024-11-01T17:43:32.6038331Z 2024-11-01T17:43:32.6039585Z cpp/c10_flags_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_flags_test_1.1_2296d551255608f3_.log 2024-11-01T17:43:32.6040494Z 2024-11-01T17:43:33.2649288Z Running test batch 'tests to run' cost 6.23 seconds 2024-11-01T17:43:33.7791386Z 2024-11-01T17:43:33.7792122Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:43:33.7792772Z echo "c10_flags_test" failed with exit code 0 2024-11-01T17:43:33.7793210Z goto fail 2024-11-01T17:43:33.7793431Z ) 2024-11-01T17:43:33.7793567Z 2024-11-01T17:43:33.7793858Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:43:33.7794481Z echo "c10_flags_test" failed with exit code 0 2024-11-01T17:43:33.7794934Z goto fail 2024-11-01T17:43:33.7795167Z ) 2024-11-01T17:43:33.7795288Z 2024-11-01T17:43:33.7795522Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:43:33.7802037Z 2024-11-01T17:43:33.7802288Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:43:33.7803325Z call :libtorch_check "c10_generic_math_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2024-11-01T17:43:33.7804312Z if errorlevel 1 goto fail 2024-11-01T17:43:33.7804644Z ) 2024-11-01T17:43:33.7812899Z 2024-11-01T17:43:33.7813376Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:43:33.7817420Z 2024-11-01T17:43:33.7818170Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:43:33.7820276Z 2024-11-01T17:43:33.7820825Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_generic_math_test" == "verify_api_visibility" goto :eof 2024-11-01T17:43:33.7822116Z 2024-11-01T17:43:33.7822949Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2024-11-01T17:43:33.7824399Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2024-11-01T17:43:33.7825063Z 2024-11-01T17:43:33.7825576Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_generic_math_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:43:33.7826731Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2024-11-01T17:43:33.7827489Z goto :eof 2024-11-01T17:43:33.7827725Z ) 2024-11-01T17:43:33.7827848Z 2024-11-01T17:43:33.7828413Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_generic_math_test" 2024-11-01T17:43:33.9464695Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:43:33.9465937Z import pkg_resources 2024-11-01T17:43:39.1305334Z Found test times from artifacts 2024-11-01T17:43:39.2014623Z Found test times from artifacts 2024-11-01T17:43:39.2037304Z Running 25% of tests based on TD 2024-11-01T17:43:39.2042098Z Running parallel tests on 3 processes 2024-11-01T17:43:39.2042686Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:43:39.2043194Z Serial tests (0): 2024-11-01T17:43:39.2043496Z Parallel tests (1): 2024-11-01T17:43:39.2044442Z cpp/c10_generic_math_test 1/1 2024-11-01T17:43:39.2044848Z Name: excluded (est. time: 0.0min) 2024-11-01T17:43:39.2045218Z Serial tests (0): 2024-11-01T17:43:39.2045504Z Parallel tests (0): 2024-11-01T17:43:39.2113445Z Running cpp/c10_generic_math_test 1/1 ... [2024-11-01 17:43:39.207946] 2024-11-01T17:43:39.2114058Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:43:39.2123899Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_generic_math_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a04b696d83efbce8.xml', '-x', '--reruns=2'] ... [2024-11-01 17:43:39.207946] 2024-11-01T17:43:39.2126652Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:43:40.7057447Z 2024-11-01T17:43:40.7059742Z cpp/c10_generic_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_generic_math_test_1.1_696ddb35a148064f_.log 2024-11-01T17:43:40.7061638Z 2024-11-01T17:43:43.2996781Z Running cpp/c10_generic_math_test 1/1 ... [2024-11-01 17:43:43.288411] 2024-11-01T17:43:43.2997397Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:43:43.3006509Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_generic_math_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1254c033702d48a1.xml', '-x', '--reruns=2'] ... [2024-11-01 17:43:43.288411] 2024-11-01T17:43:44.7956509Z 2024-11-01T17:43:44.7957847Z cpp/c10_generic_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_generic_math_test_1.1_ca1806b2c6e0920b_.log 2024-11-01T17:43:44.7958852Z 2024-11-01T17:43:45.4668561Z Running test batch 'tests to run' cost 6.26 seconds 2024-11-01T17:43:46.0014960Z 2024-11-01T17:43:46.0015625Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:43:46.0016302Z echo "c10_generic_math_test" failed with exit code 0 2024-11-01T17:43:46.0016788Z goto fail 2024-11-01T17:43:46.0017029Z ) 2024-11-01T17:43:46.0017163Z 2024-11-01T17:43:46.0017469Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:43:46.0018106Z echo "c10_generic_math_test" failed with exit code 0 2024-11-01T17:43:46.0018559Z goto fail 2024-11-01T17:43:46.0018793Z ) 2024-11-01T17:43:46.0018917Z 2024-11-01T17:43:46.0019137Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:43:46.0025315Z 2024-11-01T17:43:46.0025571Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:43:46.0026551Z call :libtorch_check "c10_Half_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2024-11-01T17:43:46.0027464Z if errorlevel 1 goto fail 2024-11-01T17:43:46.0027769Z ) 2024-11-01T17:43:46.0036578Z 2024-11-01T17:43:46.0037055Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:43:46.0040485Z 2024-11-01T17:43:46.0041222Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:43:46.0043474Z 2024-11-01T17:43:46.0044339Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Half_test" == "verify_api_visibility" goto :eof 2024-11-01T17:43:46.0045129Z 2024-11-01T17:43:46.0045989Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2024-11-01T17:43:46.0047479Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2024-11-01T17:43:46.0048506Z 2024-11-01T17:43:46.0049326Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Half_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:43:46.0050522Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2024-11-01T17:43:46.0051317Z goto :eof 2024-11-01T17:43:46.0051611Z ) 2024-11-01T17:43:46.0051737Z 2024-11-01T17:43:46.0052327Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Half_test" 2024-11-01T17:43:46.1692428Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:43:46.1693675Z import pkg_resources 2024-11-01T17:43:51.3657430Z Found test times from artifacts 2024-11-01T17:43:51.4354383Z Found test times from artifacts 2024-11-01T17:43:51.4384593Z Running 25% of tests based on TD 2024-11-01T17:43:51.4397298Z Running parallel tests on 3 processes 2024-11-01T17:43:51.4397770Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:43:51.4398153Z Serial tests (0): 2024-11-01T17:43:51.4398452Z Parallel tests (1): 2024-11-01T17:43:51.4398767Z cpp/c10_Half_test 1/1 2024-11-01T17:43:51.4399096Z Name: excluded (est. time: 0.0min) 2024-11-01T17:43:51.4399463Z Serial tests (0): 2024-11-01T17:43:51.4399756Z Parallel tests (0): 2024-11-01T17:43:51.4471582Z Running cpp/c10_Half_test 1/1 ... [2024-11-01 17:43:51.446951] 2024-11-01T17:43:51.4472147Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:43:51.4486056Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Half_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-459240c302264cd6.xml', '-x', '--reruns=2'] ... [2024-11-01 17:43:51.448155] 2024-11-01T17:43:51.4488813Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:43:52.8909151Z 2024-11-01T17:43:52.8910356Z cpp/c10_Half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Half_test_1.1_79dbfdee622b29bd_.log 2024-11-01T17:43:52.8911341Z 2024-11-01T17:43:55.5685711Z Running cpp/c10_Half_test 1/1 ... [2024-11-01 17:43:55.564876] 2024-11-01T17:43:55.5686295Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:43:55.5695772Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Half_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e390afdc9f5d87dd.xml', '-x', '--reruns=2'] ... [2024-11-01 17:43:55.564876] 2024-11-01T17:43:57.0876571Z 2024-11-01T17:43:57.0877867Z cpp/c10_Half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Half_test_1.1_11a747de50ab9390_.log 2024-11-01T17:43:57.0878791Z 2024-11-01T17:43:57.7152778Z Running test batch 'tests to run' cost 6.28 seconds 2024-11-01T17:43:58.2262256Z 2024-11-01T17:43:58.2262870Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:43:58.2263503Z echo "c10_Half_test" failed with exit code 0 2024-11-01T17:43:58.2263935Z goto fail 2024-11-01T17:43:58.2264175Z ) 2024-11-01T17:43:58.2264299Z 2024-11-01T17:43:58.2264588Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:43:58.2265210Z echo "c10_Half_test" failed with exit code 0 2024-11-01T17:43:58.2265625Z goto fail 2024-11-01T17:43:58.2265846Z ) 2024-11-01T17:43:58.2265982Z 2024-11-01T17:43:58.2266205Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:43:58.2272174Z 2024-11-01T17:43:58.2272454Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:43:58.2273788Z call :libtorch_check "c10_InlineDeviceGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2024-11-01T17:43:58.2274889Z if errorlevel 1 goto fail 2024-11-01T17:43:58.2275287Z ) 2024-11-01T17:43:58.2283706Z 2024-11-01T17:43:58.2284548Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:43:58.2287670Z 2024-11-01T17:43:58.2288405Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:43:58.2290428Z 2024-11-01T17:43:58.2291202Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineDeviceGuard_test" == "verify_api_visibility" goto :eof 2024-11-01T17:43:58.2291912Z 2024-11-01T17:43:58.2292762Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2024-11-01T17:43:58.2294424Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2024-11-01T17:43:58.2295152Z 2024-11-01T17:43:58.2295682Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineDeviceGuard_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:43:58.2296907Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2024-11-01T17:43:58.2297695Z goto :eof 2024-11-01T17:43:58.2297917Z ) 2024-11-01T17:43:58.2298058Z 2024-11-01T17:43:58.2298658Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_InlineDeviceGuard_test" 2024-11-01T17:43:58.3935519Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:43:58.3936745Z import pkg_resources 2024-11-01T17:44:03.5127532Z Found test times from artifacts 2024-11-01T17:44:03.5825952Z Found test times from artifacts 2024-11-01T17:44:03.5848064Z Running 25% of tests based on TD 2024-11-01T17:44:03.5852953Z Running parallel tests on 3 processes 2024-11-01T17:44:03.5853770Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:44:03.5854250Z Serial tests (0): 2024-11-01T17:44:03.5854590Z Parallel tests (1): 2024-11-01T17:44:03.5854924Z cpp/c10_InlineDeviceGuard_test 1/1 2024-11-01T17:44:03.5855336Z Name: excluded (est. time: 0.0min) 2024-11-01T17:44:03.5855701Z Serial tests (0): 2024-11-01T17:44:03.5855977Z Parallel tests (0): 2024-11-01T17:44:03.5925983Z Running cpp/c10_InlineDeviceGuard_test 1/1 ... [2024-11-01 17:44:03.592273] 2024-11-01T17:44:03.5926627Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:44:03.5940028Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineDeviceGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7d542cc2c1699d22.xml', '-x', '--reruns=2'] ... [2024-11-01 17:44:03.593442] 2024-11-01T17:44:03.5942791Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:44:05.0442670Z 2024-11-01T17:44:05.0444014Z cpp/c10_InlineDeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineDeviceGuard_test_1.1_ac60456c6e427d3f_.log 2024-11-01T17:44:05.0445080Z 2024-11-01T17:44:07.8480234Z Running cpp/c10_InlineDeviceGuard_test 1/1 ... [2024-11-01 17:44:07.840333] 2024-11-01T17:44:07.8480874Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:44:07.8490442Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineDeviceGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-109a147ec8feafd4.xml', '-x', '--reruns=2'] ... [2024-11-01 17:44:07.840333] 2024-11-01T17:44:09.2815318Z 2024-11-01T17:44:09.2816573Z cpp/c10_InlineDeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineDeviceGuard_test_1.1_5ef1679eb1b95208_.log 2024-11-01T17:44:09.2817612Z 2024-11-01T17:44:09.9717817Z Running test batch 'tests to run' cost 6.39 seconds 2024-11-01T17:44:10.4766556Z 2024-11-01T17:44:10.4767473Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:44:10.4768193Z echo "c10_InlineDeviceGuard_test" failed with exit code 0 2024-11-01T17:44:10.4768709Z goto fail 2024-11-01T17:44:10.4768953Z ) 2024-11-01T17:44:10.4769086Z 2024-11-01T17:44:10.4769392Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:44:10.4770063Z echo "c10_InlineDeviceGuard_test" failed with exit code 0 2024-11-01T17:44:10.4770548Z goto fail 2024-11-01T17:44:10.4770960Z ) 2024-11-01T17:44:10.4771131Z 2024-11-01T17:44:10.4771384Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:44:10.4777860Z 2024-11-01T17:44:10.4778091Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:44:10.4779219Z call :libtorch_check "c10_InlineStreamGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2024-11-01T17:44:10.4780268Z if errorlevel 1 goto fail 2024-11-01T17:44:10.4780570Z ) 2024-11-01T17:44:10.4790161Z 2024-11-01T17:44:10.4790949Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:44:10.4794240Z 2024-11-01T17:44:10.4795136Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:44:10.4797627Z 2024-11-01T17:44:10.4798241Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineStreamGuard_test" == "verify_api_visibility" goto :eof 2024-11-01T17:44:10.4798995Z 2024-11-01T17:44:10.4799962Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2024-11-01T17:44:10.4801588Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2024-11-01T17:44:10.4802314Z 2024-11-01T17:44:10.4802849Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineStreamGuard_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:44:10.4804090Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2024-11-01T17:44:10.4804887Z goto :eof 2024-11-01T17:44:10.4805113Z ) 2024-11-01T17:44:10.4805254Z 2024-11-01T17:44:10.4805854Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_InlineStreamGuard_test" 2024-11-01T17:44:10.6430179Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:44:10.6431576Z import pkg_resources 2024-11-01T17:44:15.7760727Z Found test times from artifacts 2024-11-01T17:44:15.8462699Z Found test times from artifacts 2024-11-01T17:44:15.8485213Z Running 25% of tests based on TD 2024-11-01T17:44:15.8489967Z Running parallel tests on 3 processes 2024-11-01T17:44:15.8490708Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:44:15.8491144Z Serial tests (0): 2024-11-01T17:44:15.8491455Z Parallel tests (1): 2024-11-01T17:44:15.8491801Z cpp/c10_InlineStreamGuard_test 1/1 2024-11-01T17:44:15.8492206Z Name: excluded (est. time: 0.0min) 2024-11-01T17:44:15.8492576Z Serial tests (0): 2024-11-01T17:44:15.8492873Z Parallel tests (0): 2024-11-01T17:44:15.8562123Z Running cpp/c10_InlineStreamGuard_test 1/1 ... [2024-11-01 17:44:15.855611] 2024-11-01T17:44:15.8562956Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:44:15.8573500Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineStreamGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5eed63af028006d9.xml', '-x', '--reruns=2'] ... [2024-11-01 17:44:15.856802] 2024-11-01T17:44:15.8576263Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:44:17.3567176Z 2024-11-01T17:44:17.3568383Z cpp/c10_InlineStreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineStreamGuard_test_1.1_cc2e0c963e97c108_.log 2024-11-01T17:44:17.3569429Z 2024-11-01T17:44:20.0138636Z Running cpp/c10_InlineStreamGuard_test 1/1 ... [2024-11-01 17:44:20.011052] 2024-11-01T17:44:20.0139309Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:44:20.0148751Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineStreamGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-167330c3c1ad0fa4.xml', '-x', '--reruns=2'] ... [2024-11-01 17:44:20.014142] 2024-11-01T17:44:21.5504728Z 2024-11-01T17:44:21.5506076Z cpp/c10_InlineStreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineStreamGuard_test_1.1_65eb2e6988be67c9_.log 2024-11-01T17:44:21.5507114Z 2024-11-01T17:44:22.1812774Z Running test batch 'tests to run' cost 6.33 seconds 2024-11-01T17:44:22.6986286Z 2024-11-01T17:44:22.6987015Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:44:22.6987731Z echo "c10_InlineStreamGuard_test" failed with exit code 0 2024-11-01T17:44:22.6988219Z goto fail 2024-11-01T17:44:22.6988477Z ) 2024-11-01T17:44:22.6988618Z 2024-11-01T17:44:22.6988923Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:44:22.6989617Z echo "c10_InlineStreamGuard_test" failed with exit code 0 2024-11-01T17:44:22.6990094Z goto fail 2024-11-01T17:44:22.6990332Z ) 2024-11-01T17:44:22.6990458Z 2024-11-01T17:44:22.6990698Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:44:22.6996942Z 2024-11-01T17:44:22.6997214Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:44:22.6998343Z call :libtorch_check "c10_intrusive_ptr_benchmark" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2024-11-01T17:44:22.6999387Z if errorlevel 1 goto fail 2024-11-01T17:44:22.6999695Z ) 2024-11-01T17:44:22.7008041Z 2024-11-01T17:44:22.7008517Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:44:22.7011974Z 2024-11-01T17:44:22.7013172Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:44:22.7014892Z 2024-11-01T17:44:22.7015508Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_benchmark" == "verify_api_visibility" goto :eof 2024-11-01T17:44:22.7016221Z 2024-11-01T17:44:22.7017078Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2024-11-01T17:44:22.7018610Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2024-11-01T17:44:22.7019322Z 2024-11-01T17:44:22.7019853Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_benchmark" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:44:22.7021091Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2024-11-01T17:44:22.7022036Z goto :eof 2024-11-01T17:44:22.7022334Z ) 2024-11-01T17:44:22.7135801Z 2024-11-01T17:44:22+00:00 2024-11-01T17:44:22.7136769Z Running C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe 2024-11-01T17:44:22.7138503Z Run on (16 X 3000 MHz CPU s) 2024-11-01T17:44:22.7138824Z CPU Caches: 2024-11-01T17:44:22.7139081Z L1 Data 32 KiB (x8) 2024-11-01T17:44:22.7139399Z L1 Instruction 32 KiB (x8) 2024-11-01T17:44:22.7139726Z L2 Unified 1024 KiB (x8) 2024-11-01T17:44:22.7140050Z L3 Unified 36608 KiB (x1) 2024-11-01T17:44:23.6201203Z ---------------------------------------------------------------------------- 2024-11-01T17:44:23.6201874Z Benchmark Time CPU Iterations 2024-11-01T17:44:23.6202465Z ---------------------------------------------------------------------------- 2024-11-01T17:44:23.6203116Z BM_IntrusivePtrCtorDtor 12.1 ns 12.2 ns 64000000 2024-11-01T17:44:24.4306223Z BM_SharedPtrCtorDtor 12.1 ns 12.3 ns 56000000 2024-11-01T17:44:25.3524309Z BM_IntrusivePtrArray/16 225 ns 220 ns 2986667 2024-11-01T17:44:26.6432091Z BM_IntrusivePtrArray/32 486 ns 449 ns 1600000 2024-11-01T17:44:27.4142469Z BM_IntrusivePtrArray/64 899 ns 879 ns 746667 2024-11-01T17:44:28.3485305Z BM_IntrusivePtrArray/128 1804 ns 1803 ns 407273 2024-11-01T17:44:29.4499086Z BM_IntrusivePtrArray/256 3593 ns 3610 ns 194783 2024-11-01T17:44:30.2323394Z BM_IntrusivePtrArray/512 7837 ns 7673 ns 89600 2024-11-01T17:44:31.0801973Z BM_IntrusivePtrArray/1024 15127 ns 14997 ns 44800 2024-11-01T17:44:32.1711499Z BM_IntrusivePtrArray/2048 30965 ns 29506 ns 24889 2024-11-01T17:44:32.8203420Z BM_IntrusivePtrArray/4096 58481 ns 56250 ns 10000 2024-11-01T17:44:33.8016067Z BM_SharedPtrArray/16 228 ns 229 ns 3200000 2024-11-01T17:44:35.0230371Z BM_SharedPtrArray/32 450 ns 449 ns 1600000 2024-11-01T17:44:35.8074646Z BM_SharedPtrArray/64 915 ns 921 ns 746667 2024-11-01T17:44:36.6313253Z BM_SharedPtrArray/128 1810 ns 1814 ns 344615 2024-11-01T17:44:37.7341552Z BM_SharedPtrArray/256 3606 ns 3610 ns 194783 2024-11-01T17:44:38.4592458Z BM_SharedPtrArray/512 7201 ns 7324 ns 89600 2024-11-01T17:44:39.3372295Z BM_SharedPtrArray/1024 14418 ns 14439 ns 49778 2024-11-01T17:44:40.4494348Z BM_SharedPtrArray/2048 31610 ns 29506 ns 24889 2024-11-01T17:44:41.1619086Z BM_SharedPtrArray/4096 57895 ns 57199 ns 11200 2024-11-01T17:44:41.7712137Z BM_IntrusivePtrExclusiveOwnership 60.5 ns 61.0 ns 8960000 2024-11-01T17:44:42.5679844Z BM_SharedPtrExclusiveOwnership 64.7 ns 64.2 ns 11200000 2024-11-01T17:44:42.5707839Z 2024-11-01T17:44:42.5708359Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:44:42.5709456Z call :libtorch_check "c10_intrusive_ptr_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2024-11-01T17:44:42.5710558Z if errorlevel 1 goto fail 2024-11-01T17:44:42.5710876Z ) 2024-11-01T17:44:42.5720762Z 2024-11-01T17:44:42.5721420Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:44:42.5725493Z 2024-11-01T17:44:42.5726375Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:44:42.5728499Z 2024-11-01T17:44:42.5729305Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_test" == "verify_api_visibility" goto :eof 2024-11-01T17:44:42.5730228Z 2024-11-01T17:44:42.5731195Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2024-11-01T17:44:42.5732663Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2024-11-01T17:44:42.5733350Z 2024-11-01T17:44:42.5733850Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:44:42.5735113Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2024-11-01T17:44:42.5735867Z goto :eof 2024-11-01T17:44:42.5736099Z ) 2024-11-01T17:44:42.5736223Z 2024-11-01T17:44:42.5737300Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_intrusive_ptr_test" 2024-11-01T17:44:42.7378692Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:44:42.7380548Z import pkg_resources 2024-11-01T17:44:47.7871755Z Found test times from artifacts 2024-11-01T17:44:47.8616069Z Found test times from artifacts 2024-11-01T17:44:47.8640586Z Running 25% of tests based on TD 2024-11-01T17:44:47.8645914Z Running parallel tests on 3 processes 2024-11-01T17:44:47.8646606Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:44:47.8647076Z Serial tests (0): 2024-11-01T17:44:47.8647428Z Parallel tests (1): 2024-11-01T17:44:47.8647759Z cpp/c10_intrusive_ptr_test 1/1 2024-11-01T17:44:47.8648129Z Name: excluded (est. time: 0.0min) 2024-11-01T17:44:47.8648490Z Serial tests (0): 2024-11-01T17:44:47.8648778Z Parallel tests (0): 2024-11-01T17:44:47.8726588Z Running cpp/c10_intrusive_ptr_test 1/1 ... [2024-11-01 17:44:47.872019] 2024-11-01T17:44:47.8727217Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:44:47.8738418Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_intrusive_ptr_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d9b4d398f857138d.xml', '-x', '--reruns=2'] ... [2024-11-01 17:44:47.873195] 2024-11-01T17:44:47.8741110Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:44:49.3201657Z 2024-11-01T17:44:49.3202935Z cpp/c10_intrusive_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_intrusive_ptr_test_1.1_39a61a8ae00dc63b_.log 2024-11-01T17:44:49.3203933Z 2024-11-01T17:44:52.0386695Z Running cpp/c10_intrusive_ptr_test 1/1 ... [2024-11-01 17:44:52.038212] 2024-11-01T17:44:52.0387326Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:44:52.0399430Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_intrusive_ptr_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e24658fb54370dbe.xml', '-x', '--reruns=2'] ... [2024-11-01 17:44:52.039394] 2024-11-01T17:44:54.7701982Z 2024-11-01T17:44:54.7703154Z cpp/c10_intrusive_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_intrusive_ptr_test_1.1_dfef70fb44f02fd4_.log 2024-11-01T17:44:54.7710307Z 2024-11-01T17:44:55.4357520Z Running test batch 'tests to run' cost 7.57 seconds 2024-11-01T17:44:55.9441590Z 2024-11-01T17:44:55.9442524Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:44:55.9443221Z echo "c10_intrusive_ptr_test" failed with exit code 0 2024-11-01T17:44:55.9443672Z goto fail 2024-11-01T17:44:55.9443913Z ) 2024-11-01T17:44:55.9444033Z 2024-11-01T17:44:55.9444508Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:44:55.9445322Z echo "c10_intrusive_ptr_test" failed with exit code 0 2024-11-01T17:44:55.9445764Z goto fail 2024-11-01T17:44:55.9446051Z ) 2024-11-01T17:44:55.9446176Z 2024-11-01T17:44:55.9446439Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:44:55.9452596Z 2024-11-01T17:44:55.9452883Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:44:55.9453867Z call :libtorch_check "c10_irange_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2024-11-01T17:44:55.9454781Z if errorlevel 1 goto fail 2024-11-01T17:44:55.9455081Z ) 2024-11-01T17:44:55.9464642Z 2024-11-01T17:44:55.9465131Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:44:55.9468839Z 2024-11-01T17:44:55.9469970Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:44:55.9471630Z 2024-11-01T17:44:55.9472321Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_irange_test" == "verify_api_visibility" goto :eof 2024-11-01T17:44:55.9473127Z 2024-11-01T17:44:55.9473924Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2024-11-01T17:44:55.9475370Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2024-11-01T17:44:55.9476002Z 2024-11-01T17:44:55.9476701Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_irange_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:44:55.9477811Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2024-11-01T17:44:55.9478537Z goto :eof 2024-11-01T17:44:55.9478757Z ) 2024-11-01T17:44:55.9478897Z 2024-11-01T17:44:55.9479443Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_irange_test" 2024-11-01T17:44:56.1298949Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:44:56.1300306Z import pkg_resources 2024-11-01T17:45:01.2555074Z Found test times from artifacts 2024-11-01T17:45:01.3269279Z Found test times from artifacts 2024-11-01T17:45:01.3294645Z Running 25% of tests based on TD 2024-11-01T17:45:01.3299275Z Running parallel tests on 3 processes 2024-11-01T17:45:01.3299995Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:45:01.3300415Z Serial tests (0): 2024-11-01T17:45:01.3300717Z Parallel tests (1): 2024-11-01T17:45:01.3301034Z cpp/c10_irange_test 1/1 2024-11-01T17:45:01.3301371Z Name: excluded (est. time: 0.0min) 2024-11-01T17:45:01.3301739Z Serial tests (0): 2024-11-01T17:45:01.3302029Z Parallel tests (0): 2024-11-01T17:45:01.3374699Z Running cpp/c10_irange_test 1/1 ... [2024-11-01 17:45:01.333246] 2024-11-01T17:45:01.3375303Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:45:01.3386675Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_irange_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6ddfe4f01c916d81.xml', '-x', '--reruns=2'] ... [2024-11-01 17:45:01.338336] 2024-11-01T17:45:01.3389322Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:45:02.7957983Z 2024-11-01T17:45:02.7959259Z cpp/c10_irange_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_irange_test_1.1_ba0154d6a7ecd12c_.log 2024-11-01T17:45:02.7960278Z 2024-11-01T17:45:05.5061286Z Running cpp/c10_irange_test 1/1 ... [2024-11-01 17:45:05.500618] 2024-11-01T17:45:05.5062024Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:45:05.5071529Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_irange_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a426846319d8ec59.xml', '-x', '--reruns=2'] ... [2024-11-01 17:45:05.506779] 2024-11-01T17:45:06.9250106Z 2024-11-01T17:45:06.9251548Z cpp/c10_irange_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_irange_test_1.1_b512acdb86b100c4_.log 2024-11-01T17:45:06.9252475Z 2024-11-01T17:45:07.5706566Z Running test batch 'tests to run' cost 6.24 seconds 2024-11-01T17:45:08.0812865Z 2024-11-01T17:45:08.0813657Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:45:08.0814348Z echo "c10_irange_test" failed with exit code 0 2024-11-01T17:45:08.0814778Z goto fail 2024-11-01T17:45:08.0815826Z ) 2024-11-01T17:45:08.0815958Z 2024-11-01T17:45:08.0816263Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:45:08.0816895Z echo "c10_irange_test" failed with exit code 0 2024-11-01T17:45:08.0817319Z goto fail 2024-11-01T17:45:08.0817541Z ) 2024-11-01T17:45:08.0817674Z 2024-11-01T17:45:08.0817893Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:45:08.0824736Z 2024-11-01T17:45:08.0825192Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:45:08.0826244Z call :libtorch_check "c10_lazy_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2024-11-01T17:45:08.0827131Z if errorlevel 1 goto fail 2024-11-01T17:45:08.0827447Z ) 2024-11-01T17:45:08.0835930Z 2024-11-01T17:45:08.0836473Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:45:08.0839933Z 2024-11-01T17:45:08.0840688Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:45:08.0842933Z 2024-11-01T17:45:08.0843770Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_lazy_test" == "verify_api_visibility" goto :eof 2024-11-01T17:45:08.0844431Z 2024-11-01T17:45:08.0845202Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2024-11-01T17:45:08.0846565Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2024-11-01T17:45:08.0847195Z 2024-11-01T17:45:08.0847687Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_lazy_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:45:08.0848860Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2024-11-01T17:45:08.0849570Z goto :eof 2024-11-01T17:45:08.0849794Z ) 2024-11-01T17:45:08.0849927Z 2024-11-01T17:45:08.0850465Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_lazy_test" 2024-11-01T17:45:08.2490470Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:45:08.2491691Z import pkg_resources 2024-11-01T17:45:13.3527771Z Found test times from artifacts 2024-11-01T17:45:13.4232801Z Found test times from artifacts 2024-11-01T17:45:13.4255622Z Running 25% of tests based on TD 2024-11-01T17:45:13.4260472Z Running parallel tests on 3 processes 2024-11-01T17:45:13.4261269Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:45:13.4261751Z Serial tests (0): 2024-11-01T17:45:13.4262112Z Parallel tests (1): 2024-11-01T17:45:13.4262423Z cpp/c10_lazy_test 1/1 2024-11-01T17:45:13.4262751Z Name: excluded (est. time: 0.0min) 2024-11-01T17:45:13.4263111Z Serial tests (0): 2024-11-01T17:45:13.4263533Z Parallel tests (0): 2024-11-01T17:45:13.4333457Z Running cpp/c10_lazy_test 1/1 ... [2024-11-01 17:45:13.433030] 2024-11-01T17:45:13.4334314Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:45:13.4344674Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_lazy_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-67ae2e27fad1864f.xml', '-x', '--reruns=2'] ... [2024-11-01 17:45:13.434156] 2024-11-01T17:45:13.4347301Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:45:14.8963705Z 2024-11-01T17:45:14.8965106Z cpp/c10_lazy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_lazy_test_1.1_4c76d35e7337589a_.log 2024-11-01T17:45:14.8966017Z 2024-11-01T17:45:17.6229407Z Running cpp/c10_lazy_test 1/1 ... [2024-11-01 17:45:17.622147] 2024-11-01T17:45:17.6230704Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:45:17.6239634Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_lazy_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9cc30fdba87d8cad.xml', '-x', '--reruns=2'] ... [2024-11-01 17:45:17.622147] 2024-11-01T17:45:19.0625547Z 2024-11-01T17:45:19.0626938Z cpp/c10_lazy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_lazy_test_1.1_9ac80e3ebbdb8e01_.log 2024-11-01T17:45:19.0627855Z 2024-11-01T17:45:19.7228028Z Running test batch 'tests to run' cost 6.3 seconds 2024-11-01T17:45:20.2356387Z 2024-11-01T17:45:20.2357115Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:45:20.2357753Z echo "c10_lazy_test" failed with exit code 0 2024-11-01T17:45:20.2358196Z goto fail 2024-11-01T17:45:20.2358492Z ) 2024-11-01T17:45:20.2358633Z 2024-11-01T17:45:20.2358978Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:45:20.2359649Z echo "c10_lazy_test" failed with exit code 0 2024-11-01T17:45:20.2360045Z goto fail 2024-11-01T17:45:20.2360273Z ) 2024-11-01T17:45:20.2360396Z 2024-11-01T17:45:20.2360629Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:45:20.2366527Z 2024-11-01T17:45:20.2367136Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:45:20.2368206Z call :libtorch_check "c10_LeftRight_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2024-11-01T17:45:20.2369145Z if errorlevel 1 goto fail 2024-11-01T17:45:20.2369457Z ) 2024-11-01T17:45:20.2377932Z 2024-11-01T17:45:20.2378418Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:45:20.2381805Z 2024-11-01T17:45:20.2382891Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:45:20.2384727Z 2024-11-01T17:45:20.2385376Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_LeftRight_test" == "verify_api_visibility" goto :eof 2024-11-01T17:45:20.2386041Z 2024-11-01T17:45:20.2387270Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2024-11-01T17:45:20.2388715Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2024-11-01T17:45:20.2389374Z 2024-11-01T17:45:20.2389871Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_LeftRight_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:45:20.2391008Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2024-11-01T17:45:20.2391750Z goto :eof 2024-11-01T17:45:20.2392103Z ) 2024-11-01T17:45:20.2392310Z 2024-11-01T17:45:20.2392944Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_LeftRight_test" 2024-11-01T17:45:20.4046152Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:45:20.4047373Z import pkg_resources 2024-11-01T17:45:25.5011261Z Found test times from artifacts 2024-11-01T17:45:25.5717209Z Found test times from artifacts 2024-11-01T17:45:25.5739901Z Running 25% of tests based on TD 2024-11-01T17:45:25.5744493Z Running parallel tests on 3 processes 2024-11-01T17:45:25.5753738Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:45:25.5754225Z Serial tests (0): 2024-11-01T17:45:25.5754542Z Parallel tests (1): 2024-11-01T17:45:25.5754870Z cpp/c10_LeftRight_test 1/1 2024-11-01T17:45:25.5755241Z Name: excluded (est. time: 0.0min) 2024-11-01T17:45:25.5756335Z Serial tests (0): 2024-11-01T17:45:25.5756635Z Parallel tests (0): 2024-11-01T17:45:25.5816169Z Running cpp/c10_LeftRight_test 1/1 ... [2024-11-01 17:45:25.581306] 2024-11-01T17:45:25.5816753Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:45:25.5826526Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_LeftRight_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7f39ba2cf683d2d8.xml', '-x', '--reruns=2'] ... [2024-11-01 17:45:25.581306] 2024-11-01T17:45:25.5829189Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:45:27.0218863Z 2024-11-01T17:45:27.0220148Z cpp/c10_LeftRight_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_LeftRight_test_1.1_78363282c92fbce5_.log 2024-11-01T17:45:27.0221157Z 2024-11-01T17:45:29.7604254Z Running cpp/c10_LeftRight_test 1/1 ... [2024-11-01 17:45:29.760130] 2024-11-01T17:45:29.7604894Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:45:29.7615163Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_LeftRight_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9040ab9d11ad9fb3.xml', '-x', '--reruns=2'] ... [2024-11-01 17:45:29.760732] 2024-11-01T17:45:31.3352641Z 2024-11-01T17:45:31.3353928Z cpp/c10_LeftRight_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_LeftRight_test_1.1_83166a2d9e2f0285_.log 2024-11-01T17:45:31.3354908Z 2024-11-01T17:45:32.0052608Z Running test batch 'tests to run' cost 6.43 seconds 2024-11-01T17:45:32.5920670Z 2024-11-01T17:45:32.5921354Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:45:32.5922022Z echo "c10_LeftRight_test" failed with exit code 0 2024-11-01T17:45:32.5922484Z goto fail 2024-11-01T17:45:32.5922726Z ) 2024-11-01T17:45:32.5922846Z 2024-11-01T17:45:32.5923137Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:45:32.5923778Z echo "c10_LeftRight_test" failed with exit code 0 2024-11-01T17:45:32.5924212Z goto fail 2024-11-01T17:45:32.5924433Z ) 2024-11-01T17:45:32.5924564Z 2024-11-01T17:45:32.5924781Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:45:32.5931937Z 2024-11-01T17:45:32.5932375Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:45:32.5933421Z call :libtorch_check "c10_logging_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2024-11-01T17:45:32.5934338Z if errorlevel 1 goto fail 2024-11-01T17:45:32.5934651Z ) 2024-11-01T17:45:32.5943926Z 2024-11-01T17:45:32.5944581Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:45:32.5947856Z 2024-11-01T17:45:32.5948672Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:45:32.5951411Z 2024-11-01T17:45:32.5952136Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_logging_test" == "verify_api_visibility" goto :eof 2024-11-01T17:45:32.5952792Z 2024-11-01T17:45:32.5953581Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2024-11-01T17:45:32.5955024Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2024-11-01T17:45:32.5955968Z 2024-11-01T17:45:32.5956510Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_logging_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:45:32.5957619Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2024-11-01T17:45:32.5959039Z goto :eof 2024-11-01T17:45:32.5959260Z ) 2024-11-01T17:45:32.5959407Z 2024-11-01T17:45:32.5959952Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_logging_test" 2024-11-01T17:45:32.7587173Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:45:32.7588428Z import pkg_resources 2024-11-01T17:45:37.8333889Z Found test times from artifacts 2024-11-01T17:45:37.9037864Z Found test times from artifacts 2024-11-01T17:45:37.9060130Z Running 25% of tests based on TD 2024-11-01T17:45:37.9064982Z Running parallel tests on 3 processes 2024-11-01T17:45:37.9065821Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:45:37.9066275Z Serial tests (0): 2024-11-01T17:45:37.9066588Z Parallel tests (1): 2024-11-01T17:45:37.9066910Z cpp/c10_logging_test 1/1 2024-11-01T17:45:37.9067281Z Name: excluded (est. time: 0.0min) 2024-11-01T17:45:37.9067646Z Serial tests (0): 2024-11-01T17:45:37.9067934Z Parallel tests (0): 2024-11-01T17:45:37.9136279Z Running cpp/c10_logging_test 1/1 ... [2024-11-01 17:45:37.910669] 2024-11-01T17:45:37.9136862Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:45:37.9146687Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_logging_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4d73603e6e27a8b5.xml', '-x', '--reruns=2'] ... [2024-11-01 17:45:37.910669] 2024-11-01T17:45:37.9149321Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:45:39.3420959Z 2024-11-01T17:45:39.3422407Z cpp/c10_logging_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_logging_test_1.1_c5c61d256274f164_.log 2024-11-01T17:45:39.3423461Z 2024-11-01T17:45:41.9865227Z Running cpp/c10_logging_test 1/1 ... [2024-11-01 17:45:41.986249] 2024-11-01T17:45:41.9865828Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:45:41.9875178Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_logging_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-248b3c4ee8679a72.xml', '-x', '--reruns=2'] ... [2024-11-01 17:45:41.986817] 2024-11-01T17:45:43.4586639Z 2024-11-01T17:45:43.4588470Z cpp/c10_logging_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_logging_test_1.1_9594e1f709b3091e_.log 2024-11-01T17:45:43.4589412Z 2024-11-01T17:45:44.0762568Z Running test batch 'tests to run' cost 6.16 seconds 2024-11-01T17:45:44.6009330Z 2024-11-01T17:45:44.6010226Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:45:44.6011020Z echo "c10_logging_test" failed with exit code 0 2024-11-01T17:45:44.6011508Z goto fail 2024-11-01T17:45:44.6011754Z ) 2024-11-01T17:45:44.6011876Z 2024-11-01T17:45:44.6012178Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:45:44.6012791Z echo "c10_logging_test" failed with exit code 0 2024-11-01T17:45:44.6013216Z goto fail 2024-11-01T17:45:44.6013444Z ) 2024-11-01T17:45:44.6013568Z 2024-11-01T17:45:44.6013789Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:45:44.6020168Z 2024-11-01T17:45:44.6020407Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:45:44.6021512Z call :libtorch_check "c10_Metaprogramming_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2024-11-01T17:45:44.6022528Z if errorlevel 1 goto fail 2024-11-01T17:45:44.6022884Z ) 2024-11-01T17:45:44.6031949Z 2024-11-01T17:45:44.6032461Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:45:44.6036104Z 2024-11-01T17:45:44.6036859Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:45:44.6038950Z 2024-11-01T17:45:44.6039573Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Metaprogramming_test" == "verify_api_visibility" goto :eof 2024-11-01T17:45:44.6040268Z 2024-11-01T17:45:44.6041526Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2024-11-01T17:45:44.6043063Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2024-11-01T17:45:44.6043759Z 2024-11-01T17:45:44.6044288Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Metaprogramming_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:45:44.6045518Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2024-11-01T17:45:44.6046300Z goto :eof 2024-11-01T17:45:44.6046523Z ) 2024-11-01T17:45:44.6046662Z 2024-11-01T17:45:44.6047255Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Metaprogramming_test" 2024-11-01T17:45:44.7677322Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:45:44.7678551Z import pkg_resources 2024-11-01T17:45:50.0469494Z Found test times from artifacts 2024-11-01T17:45:50.1177736Z Found test times from artifacts 2024-11-01T17:45:50.1200523Z Running 25% of tests based on TD 2024-11-01T17:45:50.1205839Z Running parallel tests on 3 processes 2024-11-01T17:45:50.1206390Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:45:50.1206862Z Serial tests (0): 2024-11-01T17:45:50.1207197Z Parallel tests (1): 2024-11-01T17:45:50.1207626Z cpp/c10_Metaprogramming_test 1/1 2024-11-01T17:45:50.1208093Z Name: excluded (est. time: 0.0min) 2024-11-01T17:45:50.1208496Z Serial tests (0): 2024-11-01T17:45:50.1208836Z Parallel tests (0): 2024-11-01T17:45:50.1280271Z Running cpp/c10_Metaprogramming_test 1/1 ... [2024-11-01 17:45:50.127212] 2024-11-01T17:45:50.1280919Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:45:50.1290416Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Metaprogramming_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-03c05a9d8c44c565.xml', '-x', '--reruns=2'] ... [2024-11-01 17:45:50.127212] 2024-11-01T17:45:50.1293241Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:45:51.5923397Z 2024-11-01T17:45:51.5924810Z cpp/c10_Metaprogramming_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Metaprogramming_test_1.1_494f6a19c3372c82_.log 2024-11-01T17:45:51.5925832Z 2024-11-01T17:45:54.2808794Z Running cpp/c10_Metaprogramming_test 1/1 ... [2024-11-01 17:45:54.275295] 2024-11-01T17:45:54.2809456Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:45:54.2818291Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Metaprogramming_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-92a32335b4d140fb.xml', '-x', '--reruns=2'] ... [2024-11-01 17:45:54.275295] 2024-11-01T17:45:55.7362547Z 2024-11-01T17:45:55.7363943Z cpp/c10_Metaprogramming_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Metaprogramming_test_1.1_d9bd74d4cb76b691_.log 2024-11-01T17:45:55.7365618Z 2024-11-01T17:45:56.4226611Z Running test batch 'tests to run' cost 6.3 seconds 2024-11-01T17:45:56.9335967Z 2024-11-01T17:45:56.9336695Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:45:56.9337425Z echo "c10_Metaprogramming_test" failed with exit code 0 2024-11-01T17:45:56.9337905Z goto fail 2024-11-01T17:45:56.9338193Z ) 2024-11-01T17:45:56.9338315Z 2024-11-01T17:45:56.9338663Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:45:56.9339325Z echo "c10_Metaprogramming_test" failed with exit code 0 2024-11-01T17:45:56.9339795Z goto fail 2024-11-01T17:45:56.9340026Z ) 2024-11-01T17:45:56.9340149Z 2024-11-01T17:45:56.9340379Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:45:56.9347225Z 2024-11-01T17:45:56.9347843Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:45:56.9348951Z call :libtorch_check "c10_NetworkFlow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2024-11-01T17:45:56.9349939Z if errorlevel 1 goto fail 2024-11-01T17:45:56.9350305Z ) 2024-11-01T17:45:56.9359097Z 2024-11-01T17:45:56.9359603Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:45:56.9363559Z 2024-11-01T17:45:56.9364629Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:45:56.9366552Z 2024-11-01T17:45:56.9367156Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_NetworkFlow_test" == "verify_api_visibility" goto :eof 2024-11-01T17:45:56.9367931Z 2024-11-01T17:45:56.9369017Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2024-11-01T17:45:56.9370467Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2024-11-01T17:45:56.9371152Z 2024-11-01T17:45:56.9371647Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_NetworkFlow_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:45:56.9372802Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2024-11-01T17:45:56.9373557Z goto :eof 2024-11-01T17:45:56.9373824Z ) 2024-11-01T17:45:56.9373963Z 2024-11-01T17:45:56.9374578Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_NetworkFlow_test" 2024-11-01T17:45:57.0998362Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:45:57.0999740Z import pkg_resources 2024-11-01T17:46:02.3258075Z Found test times from artifacts 2024-11-01T17:46:02.3964716Z Found test times from artifacts 2024-11-01T17:46:02.3988167Z Running 25% of tests based on TD 2024-11-01T17:46:02.3993127Z Running parallel tests on 3 processes 2024-11-01T17:46:02.3994105Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:46:02.3994553Z Serial tests (0): 2024-11-01T17:46:02.3994858Z Parallel tests (1): 2024-11-01T17:46:02.3995178Z cpp/c10_NetworkFlow_test 1/1 2024-11-01T17:46:02.3995615Z Name: excluded (est. time: 0.0min) 2024-11-01T17:46:02.3995977Z Serial tests (0): 2024-11-01T17:46:02.3996256Z Parallel tests (0): 2024-11-01T17:46:02.4064321Z Running cpp/c10_NetworkFlow_test 1/1 ... [2024-11-01 17:46:02.406216] 2024-11-01T17:46:02.4064928Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:46:02.4074353Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_NetworkFlow_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fcee3e915d22a3fd.xml', '-x', '--reruns=2'] ... [2024-11-01 17:46:02.406216] 2024-11-01T17:46:02.4077754Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:46:03.8790760Z 2024-11-01T17:46:03.8792015Z cpp/c10_NetworkFlow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_NetworkFlow_test_1.1_12e1c24896d22b8f_.log 2024-11-01T17:46:03.8793034Z 2024-11-01T17:46:06.6463988Z Running cpp/c10_NetworkFlow_test 1/1 ... [2024-11-01 17:46:06.642614] 2024-11-01T17:46:06.6464598Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:46:06.6473510Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_NetworkFlow_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-78fecd7ce57a8281.xml', '-x', '--reruns=2'] ... [2024-11-01 17:46:06.642614] 2024-11-01T17:46:08.0799898Z 2024-11-01T17:46:08.0801386Z cpp/c10_NetworkFlow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_NetworkFlow_test_1.1_4028796ca754c35b_.log 2024-11-01T17:46:08.0802369Z 2024-11-01T17:46:08.6960054Z Running test batch 'tests to run' cost 6.29 seconds 2024-11-01T17:46:09.2079062Z 2024-11-01T17:46:09.2079700Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:46:09.2080377Z echo "c10_NetworkFlow_test" failed with exit code 0 2024-11-01T17:46:09.2080832Z goto fail 2024-11-01T17:46:09.2081057Z ) 2024-11-01T17:46:09.2081191Z 2024-11-01T17:46:09.2081482Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:46:09.2082128Z echo "c10_NetworkFlow_test" failed with exit code 0 2024-11-01T17:46:09.2082566Z goto fail 2024-11-01T17:46:09.2082797Z ) 2024-11-01T17:46:09.2082922Z 2024-11-01T17:46:09.2083208Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:46:09.2089750Z 2024-11-01T17:46:09.2090033Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:46:09.2091039Z call :libtorch_check "c10_optional_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2024-11-01T17:46:09.2091970Z if errorlevel 1 goto fail 2024-11-01T17:46:09.2092287Z ) 2024-11-01T17:46:09.2100712Z 2024-11-01T17:46:09.2101200Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:46:09.2104556Z 2024-11-01T17:46:09.2105282Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:46:09.2107348Z 2024-11-01T17:46:09.2107894Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_optional_test" == "verify_api_visibility" goto :eof 2024-11-01T17:46:09.2108731Z 2024-11-01T17:46:09.2109885Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2024-11-01T17:46:09.2111486Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2024-11-01T17:46:09.2112148Z 2024-11-01T17:46:09.2112632Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_optional_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:46:09.2113754Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2024-11-01T17:46:09.2114476Z goto :eof 2024-11-01T17:46:09.2114710Z ) 2024-11-01T17:46:09.2114834Z 2024-11-01T17:46:09.2115473Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_optional_test" 2024-11-01T17:46:09.3750695Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:46:09.3751937Z import pkg_resources 2024-11-01T17:46:14.4330947Z Found test times from artifacts 2024-11-01T17:46:14.5032546Z Found test times from artifacts 2024-11-01T17:46:14.5054757Z Running 25% of tests based on TD 2024-11-01T17:46:14.5059452Z Running parallel tests on 3 processes 2024-11-01T17:46:14.5060279Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:46:14.5060745Z Serial tests (0): 2024-11-01T17:46:14.5061049Z Parallel tests (1): 2024-11-01T17:46:14.5061367Z cpp/c10_optional_test 1/1 2024-11-01T17:46:14.5061724Z Name: excluded (est. time: 0.0min) 2024-11-01T17:46:14.5062088Z Serial tests (0): 2024-11-01T17:46:14.5062378Z Parallel tests (0): 2024-11-01T17:46:14.5130500Z Running cpp/c10_optional_test 1/1 ... [2024-11-01 17:46:14.510313] 2024-11-01T17:46:14.5131083Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:46:14.5140891Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_optional_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e51875a4fac098e5.xml', '-x', '--reruns=2'] ... [2024-11-01 17:46:14.510313] 2024-11-01T17:46:14.5143549Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:46:15.9549106Z 2024-11-01T17:46:15.9550540Z cpp/c10_optional_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_optional_test_1.1_bdfc933950d1125e_.log 2024-11-01T17:46:15.9551499Z 2024-11-01T17:46:18.6573884Z Running cpp/c10_optional_test 1/1 ... [2024-11-01 17:46:18.657172] 2024-11-01T17:46:18.6574560Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:46:18.6584972Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_optional_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8bb6c686f8b5e0d6.xml', '-x', '--reruns=2'] ... [2024-11-01 17:46:18.658228] 2024-11-01T17:46:20.1227789Z 2024-11-01T17:46:20.1228930Z cpp/c10_optional_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_optional_test_1.1_424663e1555fd90a_.log 2024-11-01T17:46:20.1229863Z 2024-11-01T17:46:20.7952044Z Running test batch 'tests to run' cost 6.29 seconds 2024-11-01T17:46:21.3102644Z 2024-11-01T17:46:21.3103387Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:46:21.3104049Z echo "c10_optional_test" failed with exit code 0 2024-11-01T17:46:21.3104497Z goto fail 2024-11-01T17:46:21.3104765Z ) 2024-11-01T17:46:21.3104900Z 2024-11-01T17:46:21.3105185Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:46:21.3105812Z echo "c10_optional_test" failed with exit code 0 2024-11-01T17:46:21.3106234Z goto fail 2024-11-01T17:46:21.3106465Z ) 2024-11-01T17:46:21.3106724Z 2024-11-01T17:46:21.3107042Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:46:21.3113902Z 2024-11-01T17:46:21.3114505Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:46:21.3115866Z call :libtorch_check "c10_ordered_preserving_dict_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2024-11-01T17:46:21.3116984Z if errorlevel 1 goto fail 2024-11-01T17:46:21.3117307Z ) 2024-11-01T17:46:21.3125851Z 2024-11-01T17:46:21.3126486Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:46:21.3129807Z 2024-11-01T17:46:21.3130535Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:46:21.3132663Z 2024-11-01T17:46:21.3133621Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ordered_preserving_dict_test" == "verify_api_visibility" goto :eof 2024-11-01T17:46:21.3135020Z 2024-11-01T17:46:21.3136222Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2024-11-01T17:46:21.3137817Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2024-11-01T17:46:21.3138550Z 2024-11-01T17:46:21.3139124Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ordered_preserving_dict_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:46:21.3140401Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2024-11-01T17:46:21.3141221Z goto :eof 2024-11-01T17:46:21.3141454Z ) 2024-11-01T17:46:21.3141578Z 2024-11-01T17:46:21.3142209Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ordered_preserving_dict_test" 2024-11-01T17:46:21.4775932Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:46:21.4777180Z import pkg_resources 2024-11-01T17:46:26.6381290Z Found test times from artifacts 2024-11-01T17:46:26.7092356Z Found test times from artifacts 2024-11-01T17:46:26.7114198Z Running 25% of tests based on TD 2024-11-01T17:46:26.7119448Z Running parallel tests on 3 processes 2024-11-01T17:46:26.7119937Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:46:26.7120336Z Serial tests (0): 2024-11-01T17:46:26.7120625Z Parallel tests (1): 2024-11-01T17:46:26.7120984Z cpp/c10_ordered_preserving_dict_test 1/1 2024-11-01T17:46:26.7121425Z Name: excluded (est. time: 0.0min) 2024-11-01T17:46:26.7121781Z Serial tests (0): 2024-11-01T17:46:26.7122071Z Parallel tests (0): 2024-11-01T17:46:26.7192499Z Running cpp/c10_ordered_preserving_dict_test 1/1 ... [2024-11-01 17:46:26.716432] 2024-11-01T17:46:26.7193182Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:46:26.7203325Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ordered_preserving_dict_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5e080ec6fb45cd4a.xml', '-x', '--reruns=2'] ... [2024-11-01 17:46:26.716432] 2024-11-01T17:46:26.7206048Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:46:28.2130300Z 2024-11-01T17:46:28.2132031Z cpp/c10_ordered_preserving_dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ordered_preserving_dict_test_1.1_c8deb17459bbd2dc_.log 2024-11-01T17:46:28.2133129Z 2024-11-01T17:46:30.8693515Z Running cpp/c10_ordered_preserving_dict_test 1/1 ... [2024-11-01 17:46:30.868804] 2024-11-01T17:46:30.8694422Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:46:30.8703665Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ordered_preserving_dict_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9df866d95e10946d.xml', '-x', '--reruns=2'] ... [2024-11-01 17:46:30.869955] 2024-11-01T17:46:32.4069354Z 2024-11-01T17:46:32.4071749Z cpp/c10_ordered_preserving_dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ordered_preserving_dict_test_1.1_0e22736b97ee7918_.log 2024-11-01T17:46:32.4072857Z 2024-11-01T17:46:33.0272998Z Running test batch 'tests to run' cost 6.32 seconds 2024-11-01T17:46:33.5354610Z 2024-11-01T17:46:33.5355320Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:46:33.5356070Z echo "c10_ordered_preserving_dict_test" failed with exit code 0 2024-11-01T17:46:33.5356867Z goto fail 2024-11-01T17:46:33.5357150Z ) 2024-11-01T17:46:33.5357301Z 2024-11-01T17:46:33.5357599Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:46:33.5358306Z echo "c10_ordered_preserving_dict_test" failed with exit code 0 2024-11-01T17:46:33.5358823Z goto fail 2024-11-01T17:46:33.5359044Z ) 2024-11-01T17:46:33.5359183Z 2024-11-01T17:46:33.5359405Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:46:33.5366666Z 2024-11-01T17:46:33.5367184Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:46:33.5368216Z call :libtorch_check "c10_registry_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2024-11-01T17:46:33.5369203Z if errorlevel 1 goto fail 2024-11-01T17:46:33.5369567Z ) 2024-11-01T17:46:33.5378594Z 2024-11-01T17:46:33.5379095Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:46:33.5382945Z 2024-11-01T17:46:33.5383940Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:46:33.5385870Z 2024-11-01T17:46:33.5386451Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_registry_test" == "verify_api_visibility" goto :eof 2024-11-01T17:46:33.5388171Z 2024-11-01T17:46:33.5389005Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2024-11-01T17:46:33.5390418Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2024-11-01T17:46:33.5391382Z 2024-11-01T17:46:33.5392001Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_registry_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:46:33.5393204Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2024-11-01T17:46:33.5393961Z goto :eof 2024-11-01T17:46:33.5394212Z ) 2024-11-01T17:46:33.5394335Z 2024-11-01T17:46:33.5394889Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_registry_test" 2024-11-01T17:46:33.7036468Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:46:33.7037706Z import pkg_resources 2024-11-01T17:46:38.9044602Z Found test times from artifacts 2024-11-01T17:46:38.9745416Z Found test times from artifacts 2024-11-01T17:46:38.9768192Z Running 25% of tests based on TD 2024-11-01T17:46:38.9772855Z Running parallel tests on 3 processes 2024-11-01T17:46:38.9773315Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:46:38.9773716Z Serial tests (0): 2024-11-01T17:46:38.9774014Z Parallel tests (1): 2024-11-01T17:46:38.9774340Z cpp/c10_registry_test 1/1 2024-11-01T17:46:38.9774903Z Name: excluded (est. time: 0.0min) 2024-11-01T17:46:38.9775415Z Serial tests (0): 2024-11-01T17:46:38.9775757Z Parallel tests (0): 2024-11-01T17:46:38.9845848Z Running cpp/c10_registry_test 1/1 ... [2024-11-01 17:46:38.984053] 2024-11-01T17:46:38.9846449Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:46:38.9855920Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_registry_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ab24abdc50bf38a3.xml', '-x', '--reruns=2'] ... [2024-11-01 17:46:38.984053] 2024-11-01T17:46:38.9858558Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:46:40.4314197Z 2024-11-01T17:46:40.4315763Z cpp/c10_registry_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_registry_test_1.1_bb8bf9a44280af5b_.log 2024-11-01T17:46:40.4316870Z 2024-11-01T17:46:43.0927733Z Running cpp/c10_registry_test 1/1 ... [2024-11-01 17:46:43.084985] 2024-11-01T17:46:43.0928349Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:46:43.0937394Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_registry_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-dcee15355dd5fde6.xml', '-x', '--reruns=2'] ... [2024-11-01 17:46:43.084985] 2024-11-01T17:46:44.4991177Z 2024-11-01T17:46:44.4992489Z cpp/c10_registry_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_registry_test_1.1_3088e4d39b478fb7_.log 2024-11-01T17:46:44.4993542Z 2024-11-01T17:46:45.1297937Z Running test batch 'tests to run' cost 6.15 seconds 2024-11-01T17:46:45.7068864Z 2024-11-01T17:46:45.7069650Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:46:45.7070337Z echo "c10_registry_test" failed with exit code 0 2024-11-01T17:46:45.7070803Z goto fail 2024-11-01T17:46:45.7071030Z ) 2024-11-01T17:46:45.7071169Z 2024-11-01T17:46:45.7071512Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:46:45.7072196Z echo "c10_registry_test" failed with exit code 0 2024-11-01T17:46:45.7072643Z goto fail 2024-11-01T17:46:45.7072868Z ) 2024-11-01T17:46:45.7073004Z 2024-11-01T17:46:45.7073226Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:46:45.7079746Z 2024-11-01T17:46:45.7080309Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:46:45.7081358Z call :libtorch_check "c10_Scalar_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2024-11-01T17:46:45.7082284Z if errorlevel 1 goto fail 2024-11-01T17:46:45.7082601Z ) 2024-11-01T17:46:45.7091108Z 2024-11-01T17:46:45.7091753Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:46:45.7094996Z 2024-11-01T17:46:45.7095808Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:46:45.7097852Z 2024-11-01T17:46:45.7098481Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Scalar_test" == "verify_api_visibility" goto :eof 2024-11-01T17:46:45.7099628Z 2024-11-01T17:46:45.7100510Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2024-11-01T17:46:45.7101968Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2024-11-01T17:46:45.7102968Z 2024-11-01T17:46:45.7103747Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Scalar_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:46:45.7105412Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2024-11-01T17:46:45.7106542Z goto :eof 2024-11-01T17:46:45.7106797Z ) 2024-11-01T17:46:45.7107008Z 2024-11-01T17:46:45.7107559Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Scalar_test" 2024-11-01T17:46:45.8745498Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:46:45.8746839Z import pkg_resources 2024-11-01T17:46:51.0256079Z Found test times from artifacts 2024-11-01T17:46:51.0954172Z Found test times from artifacts 2024-11-01T17:46:51.0980764Z Running 25% of tests based on TD 2024-11-01T17:46:51.0986046Z Running parallel tests on 3 processes 2024-11-01T17:46:51.0986877Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:46:51.0987618Z Serial tests (0): 2024-11-01T17:46:51.0988153Z Parallel tests (1): 2024-11-01T17:46:51.0988747Z cpp/c10_Scalar_test 1/1 2024-11-01T17:46:51.0989625Z Name: excluded (est. time: 0.0min) 2024-11-01T17:46:51.0990328Z Serial tests (0): 2024-11-01T17:46:51.0990876Z Parallel tests (0): 2024-11-01T17:46:51.1059942Z Running cpp/c10_Scalar_test 1/1 ... [2024-11-01 17:46:51.104578] 2024-11-01T17:46:51.1060536Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:46:51.1072127Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Scalar_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-63df4c2b7ccf94f2.xml', '-x', '--reruns=2'] ... [2024-11-01 17:46:51.106181] 2024-11-01T17:46:51.1074889Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:46:52.5831621Z 2024-11-01T17:46:52.5832828Z cpp/c10_Scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Scalar_test_1.1_f30149b7377f29e1_.log 2024-11-01T17:46:52.5833770Z 2024-11-01T17:46:55.2154461Z Running cpp/c10_Scalar_test 1/1 ... [2024-11-01 17:46:55.201144] 2024-11-01T17:46:55.2155049Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:46:55.2163970Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Scalar_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-87f8170175db4c0c.xml', '-x', '--reruns=2'] ... [2024-11-01 17:46:55.201144] 2024-11-01T17:46:56.6413447Z 2024-11-01T17:46:56.6414683Z cpp/c10_Scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Scalar_test_1.1_5d477bf7c7ed5872_.log 2024-11-01T17:46:56.6416215Z 2024-11-01T17:46:57.2929898Z Running test batch 'tests to run' cost 6.19 seconds 2024-11-01T17:46:57.8039571Z 2024-11-01T17:46:57.8040620Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:46:57.8041403Z echo "c10_Scalar_test" failed with exit code 0 2024-11-01T17:46:57.8041905Z goto fail 2024-11-01T17:46:57.8042182Z ) 2024-11-01T17:46:57.8042323Z 2024-11-01T17:46:57.8042664Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:46:57.8043397Z echo "c10_Scalar_test" failed with exit code 0 2024-11-01T17:46:57.8043865Z goto fail 2024-11-01T17:46:57.8044105Z ) 2024-11-01T17:46:57.8044282Z 2024-11-01T17:46:57.8044523Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:46:57.8050992Z 2024-11-01T17:46:57.8051541Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:46:57.8052800Z call :libtorch_check "c10_SizesAndStrides_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2024-11-01T17:46:57.8053907Z if errorlevel 1 goto fail 2024-11-01T17:46:57.8054406Z ) 2024-11-01T17:46:57.8062929Z 2024-11-01T17:46:57.8063664Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:46:57.8066996Z 2024-11-01T17:46:57.8068015Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:46:57.8069861Z 2024-11-01T17:46:57.8070617Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SizesAndStrides_test" == "verify_api_visibility" goto :eof 2024-11-01T17:46:57.8071695Z 2024-11-01T17:46:57.8072579Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2024-11-01T17:46:57.8074085Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2024-11-01T17:46:57.8075044Z 2024-11-01T17:46:57.8075732Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SizesAndStrides_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:46:57.8077171Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2024-11-01T17:46:57.8077962Z goto :eof 2024-11-01T17:46:57.8078203Z ) 2024-11-01T17:46:57.8078329Z 2024-11-01T17:46:57.8078932Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_SizesAndStrides_test" 2024-11-01T17:46:57.9725547Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:46:57.9726807Z import pkg_resources 2024-11-01T17:47:03.1143436Z Found test times from artifacts 2024-11-01T17:47:03.1853962Z Found test times from artifacts 2024-11-01T17:47:03.1877735Z Running 25% of tests based on TD 2024-11-01T17:47:03.1882915Z Running parallel tests on 3 processes 2024-11-01T17:47:03.1883726Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:47:03.1884209Z Serial tests (0): 2024-11-01T17:47:03.1884501Z Parallel tests (1): 2024-11-01T17:47:03.1884845Z cpp/c10_SizesAndStrides_test 1/1 2024-11-01T17:47:03.1885262Z Name: excluded (est. time: 0.0min) 2024-11-01T17:47:03.1885614Z Serial tests (0): 2024-11-01T17:47:03.1885911Z Parallel tests (0): 2024-11-01T17:47:03.1954446Z Running cpp/c10_SizesAndStrides_test 1/1 ... [2024-11-01 17:47:03.192798] 2024-11-01T17:47:03.1955130Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:47:03.1965541Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SizesAndStrides_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-423283dbfdbb68e6.xml', '-x', '--reruns=2'] ... [2024-11-01 17:47:03.195885] 2024-11-01T17:47:03.1968408Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:47:04.6446319Z 2024-11-01T17:47:04.6447683Z cpp/c10_SizesAndStrides_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SizesAndStrides_test_1.1_82b5be4c997085ed_.log 2024-11-01T17:47:04.6448789Z 2024-11-01T17:47:07.3600534Z Running cpp/c10_SizesAndStrides_test 1/1 ... [2024-11-01 17:47:07.358956] 2024-11-01T17:47:07.3601170Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:47:07.3610153Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SizesAndStrides_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a0592bed3d11c52d.xml', '-x', '--reruns=2'] ... [2024-11-01 17:47:07.358956] 2024-11-01T17:47:08.8293477Z 2024-11-01T17:47:08.8295079Z cpp/c10_SizesAndStrides_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SizesAndStrides_test_1.1_c9c8903e80e20181_.log 2024-11-01T17:47:08.8296534Z 2024-11-01T17:47:09.4752384Z Running test batch 'tests to run' cost 6.29 seconds 2024-11-01T17:47:09.9794743Z 2024-11-01T17:47:09.9795604Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:47:09.9796361Z echo "c10_SizesAndStrides_test" failed with exit code 0 2024-11-01T17:47:09.9796849Z goto fail 2024-11-01T17:47:09.9797085Z ) 2024-11-01T17:47:09.9797223Z 2024-11-01T17:47:09.9797514Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:47:09.9798186Z echo "c10_SizesAndStrides_test" failed with exit code 0 2024-11-01T17:47:09.9798644Z goto fail 2024-11-01T17:47:09.9798880Z ) 2024-11-01T17:47:09.9799003Z 2024-11-01T17:47:09.9799244Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:47:09.9805643Z 2024-11-01T17:47:09.9806238Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:47:09.9807391Z call :libtorch_check "c10_small_vector_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2024-11-01T17:47:09.9808605Z if errorlevel 1 goto fail 2024-11-01T17:47:09.9808930Z ) 2024-11-01T17:47:09.9816643Z 2024-11-01T17:47:09.9817364Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:47:09.9821485Z 2024-11-01T17:47:09.9822242Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:47:09.9824423Z 2024-11-01T17:47:09.9824999Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_small_vector_test" == "verify_api_visibility" goto :eof 2024-11-01T17:47:09.9826386Z 2024-11-01T17:47:09.9827382Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2024-11-01T17:47:09.9844164Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2024-11-01T17:47:09.9846097Z 2024-11-01T17:47:09.9846669Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_small_vector_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:47:09.9847834Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2024-11-01T17:47:09.9848705Z goto :eof 2024-11-01T17:47:09.9848969Z ) 2024-11-01T17:47:09.9849121Z 2024-11-01T17:47:09.9849692Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_small_vector_test" 2024-11-01T17:47:10.1484721Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:47:10.1486505Z import pkg_resources 2024-11-01T17:47:15.3365420Z Found test times from artifacts 2024-11-01T17:47:15.4069628Z Found test times from artifacts 2024-11-01T17:47:15.4091766Z Running 25% of tests based on TD 2024-11-01T17:47:15.4096844Z Running parallel tests on 3 processes 2024-11-01T17:47:15.4097290Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:47:15.4097695Z Serial tests (0): 2024-11-01T17:47:15.4097981Z Parallel tests (1): 2024-11-01T17:47:15.4098304Z cpp/c10_small_vector_test 1/1 2024-11-01T17:47:15.4098686Z Name: excluded (est. time: 0.0min) 2024-11-01T17:47:15.4099038Z Serial tests (0): 2024-11-01T17:47:15.4099332Z Parallel tests (0): 2024-11-01T17:47:15.4169607Z Running cpp/c10_small_vector_test 1/1 ... [2024-11-01 17:47:15.416505] 2024-11-01T17:47:15.4170216Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:47:15.4182289Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_small_vector_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-68ef7b862d38e804.xml', '-x', '--reruns=2'] ... [2024-11-01 17:47:15.417890] 2024-11-01T17:47:15.4186505Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:47:16.8854816Z 2024-11-01T17:47:16.8856295Z cpp/c10_small_vector_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_small_vector_test_1.1_cb1786804ab7d950_.log 2024-11-01T17:47:16.8857280Z 2024-11-01T17:47:19.5659434Z Running cpp/c10_small_vector_test 1/1 ... [2024-11-01 17:47:19.557421] 2024-11-01T17:47:19.5660078Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:47:19.5704011Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_small_vector_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-774834f7d07c80c2.xml', '-x', '--reruns=2'] ... [2024-11-01 17:47:19.557421] 2024-11-01T17:47:21.9124099Z 2024-11-01T17:47:21.9125311Z cpp/c10_small_vector_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_small_vector_test_1.1_64e75377f0fd3313_.log 2024-11-01T17:47:21.9129288Z 2024-11-01T17:47:22.5316630Z Running test batch 'tests to run' cost 7.12 seconds 2024-11-01T17:47:23.0669756Z 2024-11-01T17:47:23.0670545Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:47:23.0671234Z echo "c10_small_vector_test" failed with exit code 0 2024-11-01T17:47:23.0671716Z goto fail 2024-11-01T17:47:23.0671967Z ) 2024-11-01T17:47:23.0672124Z 2024-11-01T17:47:23.0672420Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:47:23.0673082Z echo "c10_small_vector_test" failed with exit code 0 2024-11-01T17:47:23.0673526Z goto fail 2024-11-01T17:47:23.0673767Z ) 2024-11-01T17:47:23.0673894Z 2024-11-01T17:47:23.0674153Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:47:23.0679894Z 2024-11-01T17:47:23.0680497Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:47:23.0681543Z call :libtorch_check "c10_ssize_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2024-11-01T17:47:23.0682462Z if errorlevel 1 goto fail 2024-11-01T17:47:23.0682774Z ) 2024-11-01T17:47:23.0690689Z 2024-11-01T17:47:23.0691423Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:47:23.0694543Z 2024-11-01T17:47:23.0695341Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:47:23.0697350Z 2024-11-01T17:47:23.0698051Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ssize_test" == "verify_api_visibility" goto :eof 2024-11-01T17:47:23.0699093Z 2024-11-01T17:47:23.0700013Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2024-11-01T17:47:23.0701406Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2024-11-01T17:47:23.0702197Z 2024-11-01T17:47:23.0702731Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ssize_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:47:23.0703831Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2024-11-01T17:47:23.0704560Z goto :eof 2024-11-01T17:47:23.0704792Z ) 2024-11-01T17:47:23.0704937Z 2024-11-01T17:47:23.0705471Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ssize_test" 2024-11-01T17:47:23.2341000Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:47:23.2342414Z import pkg_resources 2024-11-01T17:47:28.3997869Z Found test times from artifacts 2024-11-01T17:47:28.4714914Z Found test times from artifacts 2024-11-01T17:47:28.4737425Z Running 25% of tests based on TD 2024-11-01T17:47:28.4742160Z Running parallel tests on 3 processes 2024-11-01T17:47:28.4742638Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:47:28.4743071Z Serial tests (0): 2024-11-01T17:47:28.4743363Z Parallel tests (1): 2024-11-01T17:47:28.4743674Z cpp/c10_ssize_test 1/1 2024-11-01T17:47:28.4744003Z Name: excluded (est. time: 0.0min) 2024-11-01T17:47:28.4744366Z Serial tests (0): 2024-11-01T17:47:28.4744654Z Parallel tests (0): 2024-11-01T17:47:28.4814791Z Running cpp/c10_ssize_test 1/1 ... [2024-11-01 17:47:28.479864] 2024-11-01T17:47:28.4815368Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:47:28.4826926Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ssize_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f02dcc8af4878447.xml', '-x', '--reruns=2'] ... [2024-11-01 17:47:28.481460] 2024-11-01T17:47:28.4829673Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:47:29.9240239Z 2024-11-01T17:47:29.9241390Z cpp/c10_ssize_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ssize_test_1.1_f0a2598629ef7ad3_.log 2024-11-01T17:47:29.9242304Z 2024-11-01T17:47:32.6039095Z Running cpp/c10_ssize_test 1/1 ... [2024-11-01 17:47:32.597289] 2024-11-01T17:47:32.6039704Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:47:32.6049135Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ssize_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1c40f0ac51a5da61.xml', '-x', '--reruns=2'] ... [2024-11-01 17:47:32.597289] 2024-11-01T17:47:34.0304399Z 2024-11-01T17:47:34.0305606Z cpp/c10_ssize_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ssize_test_1.1_0ea13860292f575c_.log 2024-11-01T17:47:34.0306511Z 2024-11-01T17:47:34.7331487Z Running test batch 'tests to run' cost 6.26 seconds 2024-11-01T17:47:35.2431497Z 2024-11-01T17:47:35.2432257Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:47:35.2433039Z echo "c10_ssize_test" failed with exit code 0 2024-11-01T17:47:35.2433523Z goto fail 2024-11-01T17:47:35.2433821Z ) 2024-11-01T17:47:35.2433953Z 2024-11-01T17:47:35.2434302Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:47:35.2435064Z echo "c10_ssize_test" failed with exit code 0 2024-11-01T17:47:35.2435589Z goto fail 2024-11-01T17:47:35.2435833Z ) 2024-11-01T17:47:35.2436077Z 2024-11-01T17:47:35.2436429Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:47:35.2443689Z 2024-11-01T17:47:35.2444295Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:47:35.2445398Z call :libtorch_check "c10_StreamGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2024-11-01T17:47:35.2446465Z if errorlevel 1 goto fail 2024-11-01T17:47:35.2446836Z ) 2024-11-01T17:47:35.2456353Z 2024-11-01T17:47:35.2456850Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:47:35.2460967Z 2024-11-01T17:47:35.2462021Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:47:35.2463879Z 2024-11-01T17:47:35.2464444Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_StreamGuard_test" == "verify_api_visibility" goto :eof 2024-11-01T17:47:35.2466246Z 2024-11-01T17:47:35.2467321Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2024-11-01T17:47:35.2468849Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2024-11-01T17:47:35.2469514Z 2024-11-01T17:47:35.2470206Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_StreamGuard_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:47:35.2471365Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2024-11-01T17:47:35.2472130Z goto :eof 2024-11-01T17:47:35.2472367Z ) 2024-11-01T17:47:35.2472490Z 2024-11-01T17:47:35.2473056Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_StreamGuard_test" 2024-11-01T17:47:35.4100236Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:47:35.4101633Z import pkg_resources 2024-11-01T17:47:40.4801860Z Found test times from artifacts 2024-11-01T17:47:40.5513761Z Found test times from artifacts 2024-11-01T17:47:40.5536465Z Running 25% of tests based on TD 2024-11-01T17:47:40.5540936Z Running parallel tests on 3 processes 2024-11-01T17:47:40.5541378Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:47:40.5541772Z Serial tests (0): 2024-11-01T17:47:40.5542081Z Parallel tests (1): 2024-11-01T17:47:40.5542412Z cpp/c10_StreamGuard_test 1/1 2024-11-01T17:47:40.5542782Z Name: excluded (est. time: 0.0min) 2024-11-01T17:47:40.5543154Z Serial tests (0): 2024-11-01T17:47:40.5543456Z Parallel tests (0): 2024-11-01T17:47:40.5610617Z Running cpp/c10_StreamGuard_test 1/1 ... [2024-11-01 17:47:40.556300] 2024-11-01T17:47:40.5611219Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:47:40.5620823Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_StreamGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-31b58d4924220903.xml', '-x', '--reruns=2'] ... [2024-11-01 17:47:40.556300] 2024-11-01T17:47:40.5623510Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:47:41.9982808Z 2024-11-01T17:47:41.9984267Z cpp/c10_StreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_StreamGuard_test_1.1_d210a5833ad31627_.log 2024-11-01T17:47:41.9985248Z 2024-11-01T17:47:44.7892959Z Running cpp/c10_StreamGuard_test 1/1 ... [2024-11-01 17:47:44.789081] 2024-11-01T17:47:44.7893595Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:47:44.7902796Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_StreamGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4712df9106b84e12.xml', '-x', '--reruns=2'] ... [2024-11-01 17:47:44.789710] 2024-11-01T17:47:46.1799984Z 2024-11-01T17:47:46.1801266Z cpp/c10_StreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_StreamGuard_test_1.1_a4fc41757c827657_.log 2024-11-01T17:47:46.1802256Z 2024-11-01T17:47:46.7956639Z Running test batch 'tests to run' cost 6.25 seconds 2024-11-01T17:47:47.3360834Z 2024-11-01T17:47:47.3361565Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:47:47.3362231Z echo "c10_StreamGuard_test" failed with exit code 0 2024-11-01T17:47:47.3362707Z goto fail 2024-11-01T17:47:47.3362952Z ) 2024-11-01T17:47:47.3363077Z 2024-11-01T17:47:47.3363369Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:47:47.3364161Z echo "c10_StreamGuard_test" failed with exit code 0 2024-11-01T17:47:47.3364700Z goto fail 2024-11-01T17:47:47.3364926Z ) 2024-11-01T17:47:47.3365066Z 2024-11-01T17:47:47.3365355Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:47:47.3371208Z 2024-11-01T17:47:47.3371804Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:47:47.3372919Z call :libtorch_check "c10_string_util_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2024-11-01T17:47:47.3373881Z if errorlevel 1 goto fail 2024-11-01T17:47:47.3374206Z ) 2024-11-01T17:47:47.3382911Z 2024-11-01T17:47:47.3383575Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:47:47.3387050Z 2024-11-01T17:47:47.3387802Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:47:47.3390351Z 2024-11-01T17:47:47.3390966Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_util_test" == "verify_api_visibility" goto :eof 2024-11-01T17:47:47.3392271Z 2024-11-01T17:47:47.3393369Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2024-11-01T17:47:47.3394926Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2024-11-01T17:47:47.3395638Z 2024-11-01T17:47:47.3396261Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_util_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:47:47.3397422Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2024-11-01T17:47:47.3398178Z goto :eof 2024-11-01T17:47:47.3398407Z ) 2024-11-01T17:47:47.3398545Z 2024-11-01T17:47:47.3399108Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_string_util_test" 2024-11-01T17:47:47.5016892Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:47:47.5018154Z import pkg_resources 2024-11-01T17:47:52.6480085Z Found test times from artifacts 2024-11-01T17:47:52.7189961Z Found test times from artifacts 2024-11-01T17:47:52.7212237Z Running 25% of tests based on TD 2024-11-01T17:47:52.7217212Z Running parallel tests on 3 processes 2024-11-01T17:47:52.7218049Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:47:52.7218507Z Serial tests (0): 2024-11-01T17:47:52.7218811Z Parallel tests (1): 2024-11-01T17:47:52.7219177Z cpp/c10_string_util_test 1/1 2024-11-01T17:47:52.7219584Z Name: excluded (est. time: 0.0min) 2024-11-01T17:47:52.7219951Z Serial tests (0): 2024-11-01T17:47:52.7220240Z Parallel tests (0): 2024-11-01T17:47:52.7290284Z Running cpp/c10_string_util_test 1/1 ... [2024-11-01 17:47:52.728822] 2024-11-01T17:47:52.7290902Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:47:52.7300226Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_util_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9debbb64c1a6e473.xml', '-x', '--reruns=2'] ... [2024-11-01 17:47:52.729406] 2024-11-01T17:47:52.7302891Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:47:54.1777520Z 2024-11-01T17:47:54.1778788Z cpp/c10_string_util_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_util_test_1.1_60cf70722f31c41a_.log 2024-11-01T17:47:54.1779812Z 2024-11-01T17:47:56.8833419Z Running cpp/c10_string_util_test 1/1 ... [2024-11-01 17:47:56.882683] 2024-11-01T17:47:56.8834205Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:47:56.8843601Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_util_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2039eb5016730272.xml', '-x', '--reruns=2'] ... [2024-11-01 17:47:56.883778] 2024-11-01T17:47:58.3576264Z 2024-11-01T17:47:58.3577743Z cpp/c10_string_util_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_util_test_1.1_6b100cb3a14001dd_.log 2024-11-01T17:47:58.3578724Z 2024-11-01T17:47:59.0079411Z Running test batch 'tests to run' cost 6.28 seconds 2024-11-01T17:47:59.5326347Z 2024-11-01T17:47:59.5327206Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:47:59.5327898Z echo "c10_string_util_test" failed with exit code 0 2024-11-01T17:47:59.5328347Z goto fail 2024-11-01T17:47:59.5328600Z ) 2024-11-01T17:47:59.5328739Z 2024-11-01T17:47:59.5329200Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:47:59.5329844Z echo "c10_string_util_test" failed with exit code 0 2024-11-01T17:47:59.5330294Z goto fail 2024-11-01T17:47:59.5330530Z ) 2024-11-01T17:47:59.5330654Z 2024-11-01T17:47:59.5330880Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:47:59.5338060Z 2024-11-01T17:47:59.5338333Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:47:59.5339436Z call :libtorch_check "c10_string_view_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2024-11-01T17:47:59.5340410Z if errorlevel 1 goto fail 2024-11-01T17:47:59.5340713Z ) 2024-11-01T17:47:59.5349497Z 2024-11-01T17:47:59.5350015Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:47:59.5353753Z 2024-11-01T17:47:59.5354959Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:47:59.5357143Z 2024-11-01T17:47:59.5357785Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_view_test" == "verify_api_visibility" goto :eof 2024-11-01T17:47:59.5359011Z 2024-11-01T17:47:59.5359874Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2024-11-01T17:47:59.5361324Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2024-11-01T17:47:59.5362189Z 2024-11-01T17:47:59.5363029Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_view_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:47:59.5364188Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2024-11-01T17:47:59.5364951Z goto :eof 2024-11-01T17:47:59.5365178Z ) 2024-11-01T17:47:59.5365322Z 2024-11-01T17:47:59.5365892Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_string_view_test" 2024-11-01T17:47:59.7009657Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:47:59.7010899Z import pkg_resources 2024-11-01T17:48:04.9251603Z Found test times from artifacts 2024-11-01T17:48:04.9954134Z Found test times from artifacts 2024-11-01T17:48:04.9976195Z Running 25% of tests based on TD 2024-11-01T17:48:04.9981219Z Running parallel tests on 3 processes 2024-11-01T17:48:04.9981653Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:48:04.9982060Z Serial tests (0): 2024-11-01T17:48:04.9982345Z Parallel tests (1): 2024-11-01T17:48:04.9982670Z cpp/c10_string_view_test 1/1 2024-11-01T17:48:04.9983051Z Name: excluded (est. time: 0.0min) 2024-11-01T17:48:04.9983403Z Serial tests (0): 2024-11-01T17:48:04.9983820Z Parallel tests (0): 2024-11-01T17:48:05.0052074Z Running cpp/c10_string_view_test 1/1 ... [2024-11-01 17:48:05.004914] 2024-11-01T17:48:05.0052813Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:48:05.0062628Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_view_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2937ed8a10659071.xml', '-x', '--reruns=2'] ... [2024-11-01 17:48:05.004914] 2024-11-01T17:48:05.0065295Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:48:06.4477323Z 2024-11-01T17:48:06.4479261Z cpp/c10_string_view_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_view_test_1.1_623383123c8ecdf2_.log 2024-11-01T17:48:06.4480707Z 2024-11-01T17:48:09.1860750Z Running cpp/c10_string_view_test 1/1 ... [2024-11-01 17:48:09.171225] 2024-11-01T17:48:09.1861390Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:48:09.1871280Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_view_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a89cf3fb91be7734.xml', '-x', '--reruns=2'] ... [2024-11-01 17:48:09.171225] 2024-11-01T17:48:10.6527407Z 2024-11-01T17:48:10.6528749Z cpp/c10_string_view_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_view_test_1.1_d61dd9209a92f6c9_.log 2024-11-01T17:48:10.6529724Z 2024-11-01T17:48:11.2700291Z Running test batch 'tests to run' cost 6.28 seconds 2024-11-01T17:48:11.7809644Z 2024-11-01T17:48:11.7810299Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:48:11.7811008Z echo "c10_string_view_test" failed with exit code 0 2024-11-01T17:48:11.7811497Z goto fail 2024-11-01T17:48:11.7811724Z ) 2024-11-01T17:48:11.7811879Z 2024-11-01T17:48:11.7812169Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:48:11.7812827Z echo "c10_string_view_test" failed with exit code 0 2024-11-01T17:48:11.7813268Z goto fail 2024-11-01T17:48:11.7813509Z ) 2024-11-01T17:48:11.7813636Z 2024-11-01T17:48:11.7813874Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:48:11.7819890Z 2024-11-01T17:48:11.7820158Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:48:11.7821143Z call :libtorch_check "c10_SymInt_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2024-11-01T17:48:11.7822062Z if errorlevel 1 goto fail 2024-11-01T17:48:11.7822380Z ) 2024-11-01T17:48:11.7830996Z 2024-11-01T17:48:11.7831887Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:48:11.7835054Z 2024-11-01T17:48:11.7835804Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:48:11.7838022Z 2024-11-01T17:48:11.7838598Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SymInt_test" == "verify_api_visibility" goto :eof 2024-11-01T17:48:11.7839831Z 2024-11-01T17:48:11.7840664Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2024-11-01T17:48:11.7842215Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2024-11-01T17:48:11.7848841Z 2024-11-01T17:48:11.7849620Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SymInt_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:48:11.7850897Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2024-11-01T17:48:11.7851703Z goto :eof 2024-11-01T17:48:11.7851949Z ) 2024-11-01T17:48:11.7852073Z 2024-11-01T17:48:11.7852701Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_SymInt_test" 2024-11-01T17:48:11.9479481Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:48:11.9480701Z import pkg_resources 2024-11-01T17:48:17.0966340Z Found test times from artifacts 2024-11-01T17:48:17.1678044Z Found test times from artifacts 2024-11-01T17:48:17.1700215Z Running 25% of tests based on TD 2024-11-01T17:48:17.1705207Z Running parallel tests on 3 processes 2024-11-01T17:48:17.1706051Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:48:17.1706512Z Serial tests (0): 2024-11-01T17:48:17.1706828Z Parallel tests (1): 2024-11-01T17:48:17.1707141Z cpp/c10_SymInt_test 1/1 2024-11-01T17:48:17.1707513Z Name: excluded (est. time: 0.0min) 2024-11-01T17:48:17.1708058Z Serial tests (0): 2024-11-01T17:48:17.1708349Z Parallel tests (0): 2024-11-01T17:48:17.1776887Z Running cpp/c10_SymInt_test 1/1 ... [2024-11-01 17:48:17.174550] 2024-11-01T17:48:17.1777474Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:48:17.1788638Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SymInt_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9abc89710322cc0b.xml', '-x', '--reruns=2'] ... [2024-11-01 17:48:17.178140] 2024-11-01T17:48:17.1791296Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:48:18.6259459Z 2024-11-01T17:48:18.6260632Z cpp/c10_SymInt_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SymInt_test_1.1_c2bc14ebdcd0aba8_.log 2024-11-01T17:48:18.6261583Z 2024-11-01T17:48:21.3056616Z Running cpp/c10_SymInt_test 1/1 ... [2024-11-01 17:48:21.305255] 2024-11-01T17:48:21.3057237Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:48:21.3068968Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SymInt_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4265a66c43ba4b5d.xml', '-x', '--reruns=2'] ... [2024-11-01 17:48:21.306415] 2024-11-01T17:48:22.7194574Z 2024-11-01T17:48:22.7195760Z cpp/c10_SymInt_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SymInt_test_1.1_3323ef98d3722e56_.log 2024-11-01T17:48:22.7196679Z 2024-11-01T17:48:23.3357168Z Running test batch 'tests to run' cost 6.16 seconds 2024-11-01T17:48:23.8890522Z 2024-11-01T17:48:23.8891268Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:48:23.8891945Z echo "c10_SymInt_test" failed with exit code 0 2024-11-01T17:48:23.8892384Z goto fail 2024-11-01T17:48:23.8892633Z ) 2024-11-01T17:48:23.8892760Z 2024-11-01T17:48:23.8893066Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:48:23.8893700Z echo "c10_SymInt_test" failed with exit code 0 2024-11-01T17:48:23.8894119Z goto fail 2024-11-01T17:48:23.8894358Z ) 2024-11-01T17:48:23.8894485Z 2024-11-01T17:48:23.8894728Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:48:23.8905304Z 2024-11-01T17:48:23.8906051Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:48:23.8907487Z call :libtorch_check "c10_Synchronized_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2024-11-01T17:48:23.8908502Z if errorlevel 1 goto fail 2024-11-01T17:48:23.8908815Z ) 2024-11-01T17:48:23.8916810Z 2024-11-01T17:48:23.8917760Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:48:23.8920677Z 2024-11-01T17:48:23.8922006Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:48:23.8924113Z 2024-11-01T17:48:23.8924709Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Synchronized_test" == "verify_api_visibility" goto :eof 2024-11-01T17:48:23.8926147Z 2024-11-01T17:48:23.8926998Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2024-11-01T17:48:23.8928484Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2024-11-01T17:48:23.8929166Z 2024-11-01T17:48:23.8929760Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Synchronized_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:48:23.8930946Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2024-11-01T17:48:23.8931805Z goto :eof 2024-11-01T17:48:23.8932046Z ) 2024-11-01T17:48:23.8932171Z 2024-11-01T17:48:23.8932759Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Synchronized_test" 2024-11-01T17:48:24.0564638Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:48:24.0565859Z import pkg_resources 2024-11-01T17:48:29.1968569Z Found test times from artifacts 2024-11-01T17:48:29.2670586Z Found test times from artifacts 2024-11-01T17:48:29.2692669Z Running 25% of tests based on TD 2024-11-01T17:48:29.2697657Z Running parallel tests on 3 processes 2024-11-01T17:48:29.2698485Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:48:29.2698931Z Serial tests (0): 2024-11-01T17:48:29.2699254Z Parallel tests (1): 2024-11-01T17:48:29.2699603Z cpp/c10_Synchronized_test 1/1 2024-11-01T17:48:29.2699989Z Name: excluded (est. time: 0.0min) 2024-11-01T17:48:29.2700356Z Serial tests (0): 2024-11-01T17:48:29.2700697Z Parallel tests (0): 2024-11-01T17:48:29.2771464Z Running cpp/c10_Synchronized_test 1/1 ... [2024-11-01 17:48:29.276520] 2024-11-01T17:48:29.2772088Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:48:29.2781822Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Synchronized_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-609ed00301476ee4.xml', '-x', '--reruns=2'] ... [2024-11-01 17:48:29.277693] 2024-11-01T17:48:29.2784567Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:48:30.7226857Z 2024-11-01T17:48:30.7228140Z cpp/c10_Synchronized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Synchronized_test_1.1_f5ee128c4851517e_.log 2024-11-01T17:48:30.7229184Z 2024-11-01T17:48:33.4915946Z Running cpp/c10_Synchronized_test 1/1 ... [2024-11-01 17:48:33.477623] 2024-11-01T17:48:33.4916585Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:48:33.4925612Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Synchronized_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e9ee67635faf120a.xml', '-x', '--reruns=2'] ... [2024-11-01 17:48:33.477623] 2024-11-01T17:48:34.9175498Z 2024-11-01T17:48:34.9177025Z cpp/c10_Synchronized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Synchronized_test_1.1_b9b3b72968feda42_.log 2024-11-01T17:48:34.9178062Z 2024-11-01T17:48:35.5304977Z Running test batch 'tests to run' cost 6.26 seconds 2024-11-01T17:48:36.0890443Z 2024-11-01T17:48:36.0891375Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:48:36.0892057Z echo "c10_Synchronized_test" failed with exit code 0 2024-11-01T17:48:36.0892530Z goto fail 2024-11-01T17:48:36.0892768Z ) 2024-11-01T17:48:36.0892890Z 2024-11-01T17:48:36.0893182Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:48:36.0893835Z echo "c10_Synchronized_test" failed with exit code 0 2024-11-01T17:48:36.0894290Z goto fail 2024-11-01T17:48:36.0894511Z ) 2024-11-01T17:48:36.0894648Z 2024-11-01T17:48:36.0894867Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:48:36.0900468Z 2024-11-01T17:48:36.0900715Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:48:36.0901733Z call :libtorch_check "c10_tempfile_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2024-11-01T17:48:36.0902762Z if errorlevel 1 goto fail 2024-11-01T17:48:36.0903082Z ) 2024-11-01T17:48:36.0912120Z 2024-11-01T17:48:36.0912996Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:48:36.0916227Z 2024-11-01T17:48:36.0916982Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:48:36.0919114Z 2024-11-01T17:48:36.0919832Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_tempfile_test" == "verify_api_visibility" goto :eof 2024-11-01T17:48:36.0921122Z 2024-11-01T17:48:36.0922036Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2024-11-01T17:48:36.0923460Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2024-11-01T17:48:36.0924116Z 2024-11-01T17:48:36.0924638Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_tempfile_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:48:36.0926003Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2024-11-01T17:48:36.0926873Z goto :eof 2024-11-01T17:48:36.0927123Z ) 2024-11-01T17:48:36.0932044Z 2024-11-01T17:48:36.0932649Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_tempfile_test" 2024-11-01T17:48:36.2566625Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:48:36.2567858Z import pkg_resources 2024-11-01T17:48:41.4016779Z Found test times from artifacts 2024-11-01T17:48:41.4720491Z Found test times from artifacts 2024-11-01T17:48:41.4741799Z Running 25% of tests based on TD 2024-11-01T17:48:41.4746573Z Running parallel tests on 3 processes 2024-11-01T17:48:41.4747027Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:48:41.4747423Z Serial tests (0): 2024-11-01T17:48:41.4747728Z Parallel tests (1): 2024-11-01T17:48:41.4748036Z cpp/c10_tempfile_test 1/1 2024-11-01T17:48:41.4748404Z Name: excluded (est. time: 0.0min) 2024-11-01T17:48:41.4748772Z Serial tests (0): 2024-11-01T17:48:41.4749050Z Parallel tests (0): 2024-11-01T17:48:41.4817849Z Running cpp/c10_tempfile_test 1/1 ... [2024-11-01 17:48:41.480701] 2024-11-01T17:48:41.4818458Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:48:41.4829139Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_tempfile_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e42bcefe37e52f43.xml', '-x', '--reruns=2'] ... [2024-11-01 17:48:41.480701] 2024-11-01T17:48:41.4831934Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:48:42.9213701Z 2024-11-01T17:48:42.9214966Z cpp/c10_tempfile_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_tempfile_test_1.1_b01236a06d07a874_.log 2024-11-01T17:48:42.9215926Z 2024-11-01T17:48:45.6183146Z Running cpp/c10_tempfile_test 1/1 ... [2024-11-01 17:48:45.609031] 2024-11-01T17:48:45.6183763Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:48:45.6192761Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_tempfile_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ff1b7e11e8f5cfce.xml', '-x', '--reruns=2'] ... [2024-11-01 17:48:45.609031] 2024-11-01T17:48:47.0327625Z 2024-11-01T17:48:47.0328890Z cpp/c10_tempfile_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_tempfile_test_1.1_e6fedc449c9a2e53_.log 2024-11-01T17:48:47.0329990Z 2024-11-01T17:48:47.6737693Z Running test batch 'tests to run' cost 6.2 seconds 2024-11-01T17:48:48.1792493Z 2024-11-01T17:48:48.1793508Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:48:48.1794188Z echo "c10_tempfile_test" failed with exit code 0 2024-11-01T17:48:48.1794630Z goto fail 2024-11-01T17:48:48.1794872Z ) 2024-11-01T17:48:48.1794997Z 2024-11-01T17:48:48.1795309Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:48:48.1795935Z echo "c10_tempfile_test" failed with exit code 0 2024-11-01T17:48:48.1796375Z goto fail 2024-11-01T17:48:48.1796612Z ) 2024-11-01T17:48:48.1796737Z 2024-11-01T17:48:48.1796960Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:48:48.1802666Z 2024-11-01T17:48:48.1802945Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:48:48.1804020Z call :libtorch_check "c10_ThreadLocal_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2024-11-01T17:48:48.1805027Z if errorlevel 1 goto fail 2024-11-01T17:48:48.1805333Z ) 2024-11-01T17:48:48.1813855Z 2024-11-01T17:48:48.1814432Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:48:48.1818302Z 2024-11-01T17:48:48.1819035Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:48:48.1821246Z 2024-11-01T17:48:48.1822144Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ThreadLocal_test" == "verify_api_visibility" goto :eof 2024-11-01T17:48:48.1823164Z 2024-11-01T17:48:48.1824075Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2024-11-01T17:48:48.1825558Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2024-11-01T17:48:48.1826234Z 2024-11-01T17:48:48.1826735Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ThreadLocal_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:48:48.1827897Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2024-11-01T17:48:48.1828663Z goto :eof 2024-11-01T17:48:48.1828888Z ) 2024-11-01T17:48:48.1829034Z 2024-11-01T17:48:48.1829598Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ThreadLocal_test" 2024-11-01T17:48:48.3473610Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:48:48.3474864Z import pkg_resources 2024-11-01T17:48:53.5635496Z Found test times from artifacts 2024-11-01T17:48:53.6342797Z Found test times from artifacts 2024-11-01T17:48:53.6365217Z Running 25% of tests based on TD 2024-11-01T17:48:53.6369983Z Running parallel tests on 3 processes 2024-11-01T17:48:53.6370511Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:48:53.6370920Z Serial tests (0): 2024-11-01T17:48:53.6371206Z Parallel tests (1): 2024-11-01T17:48:53.6371536Z cpp/c10_ThreadLocal_test 1/1 2024-11-01T17:48:53.6371923Z Name: excluded (est. time: 0.0min) 2024-11-01T17:48:53.6372278Z Serial tests (0): 2024-11-01T17:48:53.6372576Z Parallel tests (0): 2024-11-01T17:48:53.6443401Z Running cpp/c10_ThreadLocal_test 1/1 ... [2024-11-01 17:48:53.644071] 2024-11-01T17:48:53.6444000Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:48:53.6454677Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ThreadLocal_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2cb9b68e06acabc2.xml', '-x', '--reruns=2'] ... [2024-11-01 17:48:53.644071] 2024-11-01T17:48:53.6457661Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:48:55.0890555Z 2024-11-01T17:48:55.0892126Z cpp/c10_ThreadLocal_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ThreadLocal_test_1.1_44e0b431afee1055_.log 2024-11-01T17:48:55.0893106Z 2024-11-01T17:48:57.7384130Z Running cpp/c10_ThreadLocal_test 1/1 ... [2024-11-01 17:48:57.737283] 2024-11-01T17:48:57.7384764Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:48:57.7396657Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ThreadLocal_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7c5786eb5d0876c4.xml', '-x', '--reruns=2'] ... [2024-11-01 17:48:57.738964] 2024-11-01T17:48:59.1854524Z 2024-11-01T17:48:59.1855711Z cpp/c10_ThreadLocal_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ThreadLocal_test_1.1_423f19d75739e3b4_.log 2024-11-01T17:48:59.1856686Z 2024-11-01T17:48:59.8351406Z Running test batch 'tests to run' cost 6.2 seconds 2024-11-01T17:49:00.3766990Z 2024-11-01T17:49:00.3767700Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:49:00.3768393Z echo "c10_ThreadLocal_test" failed with exit code 0 2024-11-01T17:49:00.3768869Z goto fail 2024-11-01T17:49:00.3769096Z ) 2024-11-01T17:49:00.3769236Z 2024-11-01T17:49:00.3769531Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:49:00.3770276Z echo "c10_ThreadLocal_test" failed with exit code 0 2024-11-01T17:49:00.3770719Z goto fail 2024-11-01T17:49:00.3770962Z ) 2024-11-01T17:49:00.3771086Z 2024-11-01T17:49:00.3771328Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:49:00.3778645Z 2024-11-01T17:49:00.3779212Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:49:00.3780273Z call :libtorch_check "c10_typeid_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2024-11-01T17:49:00.3781184Z if errorlevel 1 goto fail 2024-11-01T17:49:00.3781507Z ) 2024-11-01T17:49:00.3790478Z 2024-11-01T17:49:00.3790950Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:49:00.3794788Z 2024-11-01T17:49:00.3795837Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:49:00.3797800Z 2024-11-01T17:49:00.3798427Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_typeid_test" == "verify_api_visibility" goto :eof 2024-11-01T17:49:00.3799854Z 2024-11-01T17:49:00.3800835Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2024-11-01T17:49:00.3802381Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2024-11-01T17:49:00.3803329Z 2024-11-01T17:49:00.3803950Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_typeid_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:49:00.3805068Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2024-11-01T17:49:00.3805845Z goto :eof 2024-11-01T17:49:00.3806139Z ) 2024-11-01T17:49:00.3806267Z 2024-11-01T17:49:00.3806824Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_typeid_test" 2024-11-01T17:49:00.5445051Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:49:00.5446272Z import pkg_resources 2024-11-01T17:49:05.7363447Z Found test times from artifacts 2024-11-01T17:49:05.8063915Z Found test times from artifacts 2024-11-01T17:49:05.8085929Z Running 25% of tests based on TD 2024-11-01T17:49:05.8090787Z Running parallel tests on 3 processes 2024-11-01T17:49:05.8091589Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:49:05.8092021Z Serial tests (0): 2024-11-01T17:49:05.8092346Z Parallel tests (1): 2024-11-01T17:49:05.8092664Z cpp/c10_typeid_test 1/1 2024-11-01T17:49:05.8093016Z Name: excluded (est. time: 0.0min) 2024-11-01T17:49:05.8093389Z Serial tests (0): 2024-11-01T17:49:05.8093690Z Parallel tests (0): 2024-11-01T17:49:05.8162452Z Running cpp/c10_typeid_test 1/1 ... [2024-11-01 17:49:05.815982] 2024-11-01T17:49:05.8163042Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:49:05.8173989Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_typeid_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ed1e589035bfd0f5.xml', '-x', '--reruns=2'] ... [2024-11-01 17:49:05.816575] 2024-11-01T17:49:05.8176660Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:49:07.2744511Z 2024-11-01T17:49:07.2745651Z cpp/c10_typeid_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_typeid_test_1.1_cf48f74f1f8a24df_.log 2024-11-01T17:49:07.2746681Z 2024-11-01T17:49:10.0918621Z Running cpp/c10_typeid_test 1/1 ... [2024-11-01 17:49:10.091503] 2024-11-01T17:49:10.0919229Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:49:10.0928605Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_typeid_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ffd610b706e1d200.xml', '-x', '--reruns=2'] ... [2024-11-01 17:49:10.092599] 2024-11-01T17:49:11.5524008Z 2024-11-01T17:49:11.5525351Z cpp/c10_typeid_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_typeid_test_1.1_1cd07bcdb744b6a4_.log 2024-11-01T17:49:11.5527174Z 2024-11-01T17:49:12.2533375Z Running test batch 'tests to run' cost 6.45 seconds 2024-11-01T17:49:12.7640193Z 2024-11-01T17:49:12.7640880Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:49:12.7641544Z echo "c10_typeid_test" failed with exit code 0 2024-11-01T17:49:12.7642000Z goto fail 2024-11-01T17:49:12.7642228Z ) 2024-11-01T17:49:12.7642369Z 2024-11-01T17:49:12.7642660Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:49:12.7643295Z echo "c10_typeid_test" failed with exit code 0 2024-11-01T17:49:12.7643712Z goto fail 2024-11-01T17:49:12.7643953Z ) 2024-11-01T17:49:12.7644076Z 2024-11-01T17:49:12.7644478Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:49:12.7650253Z 2024-11-01T17:49:12.7650622Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:49:12.7651645Z call :libtorch_check "c10_TypeIndex_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2024-11-01T17:49:12.7652604Z if errorlevel 1 goto fail 2024-11-01T17:49:12.7652927Z ) 2024-11-01T17:49:12.7661741Z 2024-11-01T17:49:12.7662276Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:49:12.7667239Z 2024-11-01T17:49:12.7667983Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:49:12.7670178Z 2024-11-01T17:49:12.7670730Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeIndex_test" == "verify_api_visibility" goto :eof 2024-11-01T17:49:12.7672187Z 2024-11-01T17:49:12.7673678Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2024-11-01T17:49:12.7675286Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2024-11-01T17:49:12.7675999Z 2024-11-01T17:49:12.7676495Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeIndex_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:49:12.7677630Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2024-11-01T17:49:12.7678382Z goto :eof 2024-11-01T17:49:12.7678608Z ) 2024-11-01T17:49:12.7678748Z 2024-11-01T17:49:12.7679390Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeIndex_test" 2024-11-01T17:49:12.9312743Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:49:12.9314041Z import pkg_resources 2024-11-01T17:49:18.0704948Z Found test times from artifacts 2024-11-01T17:49:18.1414697Z Found test times from artifacts 2024-11-01T17:49:18.1437219Z Running 25% of tests based on TD 2024-11-01T17:49:18.1442407Z Running parallel tests on 3 processes 2024-11-01T17:49:18.1443135Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:49:18.1443587Z Serial tests (0): 2024-11-01T17:49:18.1443883Z Parallel tests (1): 2024-11-01T17:49:18.1444217Z cpp/c10_TypeIndex_test 1/1 2024-11-01T17:49:18.1444585Z Name: excluded (est. time: 0.0min) 2024-11-01T17:49:18.1444941Z Serial tests (0): 2024-11-01T17:49:18.1445236Z Parallel tests (0): 2024-11-01T17:49:18.1516668Z Running cpp/c10_TypeIndex_test 1/1 ... [2024-11-01 17:49:18.151220] 2024-11-01T17:49:18.1517254Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:49:18.1531012Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeIndex_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-958edd927f7ba27e.xml', '-x', '--reruns=2'] ... [2024-11-01 17:49:18.151844] 2024-11-01T17:49:18.1533688Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:49:19.6044977Z 2024-11-01T17:49:19.6046304Z cpp/c10_TypeIndex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeIndex_test_1.1_a61543ebdfb4628d_.log 2024-11-01T17:49:19.6047292Z 2024-11-01T17:49:22.3052198Z Running cpp/c10_TypeIndex_test 1/1 ... [2024-11-01 17:49:22.303553] 2024-11-01T17:49:22.3052818Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:49:22.3062327Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeIndex_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b3aeb7d67f83b54d.xml', '-x', '--reruns=2'] ... [2024-11-01 17:49:22.303553] 2024-11-01T17:49:23.7424690Z 2024-11-01T17:49:23.7426156Z cpp/c10_TypeIndex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeIndex_test_1.1_7ff74430e71f58e2_.log 2024-11-01T17:49:23.7427125Z 2024-11-01T17:49:24.4126169Z Running test batch 'tests to run' cost 6.26 seconds 2024-11-01T17:49:24.9259185Z 2024-11-01T17:49:24.9259899Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:49:24.9260578Z echo "c10_TypeIndex_test" failed with exit code 0 2024-11-01T17:49:24.9261072Z goto fail 2024-11-01T17:49:24.9261364Z ) 2024-11-01T17:49:24.9261498Z 2024-11-01T17:49:24.9261813Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:49:24.9262442Z echo "c10_TypeIndex_test" failed with exit code 0 2024-11-01T17:49:24.9262898Z goto fail 2024-11-01T17:49:24.9263293Z ) 2024-11-01T17:49:24.9263422Z 2024-11-01T17:49:24.9263654Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:49:24.9269765Z 2024-11-01T17:49:24.9270019Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:49:24.9271042Z call :libtorch_check "c10_TypeList_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2024-11-01T17:49:24.9271983Z if errorlevel 1 goto fail 2024-11-01T17:49:24.9272340Z ) 2024-11-01T17:49:24.9281089Z 2024-11-01T17:49:24.9281565Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:49:24.9285023Z 2024-11-01T17:49:24.9286184Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:49:24.9287952Z 2024-11-01T17:49:24.9288544Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeList_test" == "verify_api_visibility" goto :eof 2024-11-01T17:49:24.9289903Z 2024-11-01T17:49:24.9290771Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2024-11-01T17:49:24.9292192Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2024-11-01T17:49:24.9293175Z 2024-11-01T17:49:24.9293883Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeList_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:49:24.9295068Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2024-11-01T17:49:24.9295835Z goto :eof 2024-11-01T17:49:24.9296080Z ) 2024-11-01T17:49:24.9296202Z 2024-11-01T17:49:24.9296773Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeList_test" 2024-11-01T17:49:25.0938257Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:49:25.0939497Z import pkg_resources 2024-11-01T17:49:30.1627665Z Found test times from artifacts 2024-11-01T17:49:30.2336573Z Found test times from artifacts 2024-11-01T17:49:30.2358652Z Running 25% of tests based on TD 2024-11-01T17:49:30.2363714Z Running parallel tests on 3 processes 2024-11-01T17:49:30.2364523Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:49:30.2364972Z Serial tests (0): 2024-11-01T17:49:30.2365302Z Parallel tests (1): 2024-11-01T17:49:30.2365612Z cpp/c10_TypeList_test 1/1 2024-11-01T17:49:30.2365985Z Name: excluded (est. time: 0.0min) 2024-11-01T17:49:30.2366358Z Serial tests (0): 2024-11-01T17:49:30.2366639Z Parallel tests (0): 2024-11-01T17:49:30.2435411Z Running cpp/c10_TypeList_test 1/1 ... [2024-11-01 17:49:30.240965] 2024-11-01T17:49:30.2436014Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:49:30.2446147Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeList_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-93cc2e0945ab4ae6.xml', '-x', '--reruns=2'] ... [2024-11-01 17:49:30.240965] 2024-11-01T17:49:30.2448897Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:49:31.7394199Z 2024-11-01T17:49:31.7395522Z cpp/c10_TypeList_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeList_test_1.1_5cfbce47fe301326_.log 2024-11-01T17:49:31.7396584Z 2024-11-01T17:49:34.3883187Z Running cpp/c10_TypeList_test 1/1 ... [2024-11-01 17:49:34.388130] 2024-11-01T17:49:34.3883798Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:49:34.3914770Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeList_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-87e8b4cc21ad71b4.xml', '-x', '--reruns=2'] ... [2024-11-01 17:49:34.390996] 2024-11-01T17:49:35.8449369Z 2024-11-01T17:49:35.8450755Z cpp/c10_TypeList_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeList_test_1.1_eb6043ae5ed2cd28_.log 2024-11-01T17:49:35.8451711Z 2024-11-01T17:49:36.4819466Z Running test batch 'tests to run' cost 6.25 seconds 2024-11-01T17:49:36.9948573Z 2024-11-01T17:49:36.9949528Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:49:36.9950229Z echo "c10_TypeList_test" failed with exit code 0 2024-11-01T17:49:36.9950688Z goto fail 2024-11-01T17:49:36.9950931Z ) 2024-11-01T17:49:36.9951058Z 2024-11-01T17:49:36.9951343Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:49:36.9952002Z echo "c10_TypeList_test" failed with exit code 0 2024-11-01T17:49:36.9952490Z goto fail 2024-11-01T17:49:36.9952720Z ) 2024-11-01T17:49:36.9952862Z 2024-11-01T17:49:36.9953088Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:49:36.9959291Z 2024-11-01T17:49:36.9959571Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:49:36.9960617Z call :libtorch_check "c10_TypeTraits_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2024-11-01T17:49:36.9961570Z if errorlevel 1 goto fail 2024-11-01T17:49:36.9961895Z ) 2024-11-01T17:49:36.9970033Z 2024-11-01T17:49:36.9970524Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:49:36.9973914Z 2024-11-01T17:49:36.9974642Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:49:36.9976842Z 2024-11-01T17:49:36.9977387Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeTraits_test" == "verify_api_visibility" goto :eof 2024-11-01T17:49:36.9978647Z 2024-11-01T17:49:36.9979913Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2024-11-01T17:49:36.9981405Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2024-11-01T17:49:36.9982067Z 2024-11-01T17:49:36.9982578Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeTraits_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:49:36.9983720Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2024-11-01T17:49:36.9984487Z goto :eof 2024-11-01T17:49:36.9984735Z ) 2024-11-01T17:49:36.9984859Z 2024-11-01T17:49:36.9985552Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeTraits_test" 2024-11-01T17:49:37.1627292Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:49:37.1628609Z import pkg_resources 2024-11-01T17:49:42.3599980Z Found test times from artifacts 2024-11-01T17:49:42.4299122Z Found test times from artifacts 2024-11-01T17:49:42.4321396Z Running 25% of tests based on TD 2024-11-01T17:49:42.4325873Z Running parallel tests on 3 processes 2024-11-01T17:49:42.4326320Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:49:42.4326719Z Serial tests (0): 2024-11-01T17:49:42.4327003Z Parallel tests (1): 2024-11-01T17:49:42.4327322Z cpp/c10_TypeTraits_test 1/1 2024-11-01T17:49:42.4327700Z Name: excluded (est. time: 0.0min) 2024-11-01T17:49:42.4328051Z Serial tests (0): 2024-11-01T17:49:42.4328344Z Parallel tests (0): 2024-11-01T17:49:42.4398255Z Running cpp/c10_TypeTraits_test 1/1 ... [2024-11-01 17:49:42.439431] 2024-11-01T17:49:42.4400597Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:49:42.4409852Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeTraits_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0821f690bdcf67a2.xml', '-x', '--reruns=2'] ... [2024-11-01 17:49:42.440616] 2024-11-01T17:49:42.4413224Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:49:43.8857103Z 2024-11-01T17:49:43.8858279Z cpp/c10_TypeTraits_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeTraits_test_1.1_fd1491568792de8d_.log 2024-11-01T17:49:43.8859265Z 2024-11-01T17:49:46.6049900Z Running cpp/c10_TypeTraits_test 1/1 ... [2024-11-01 17:49:46.594854] 2024-11-01T17:49:46.6050622Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:49:46.6060528Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeTraits_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-479348415a8b5f31.xml', '-x', '--reruns=2'] ... [2024-11-01 17:49:46.605513] 2024-11-01T17:49:48.0118211Z 2024-11-01T17:49:48.0119521Z cpp/c10_TypeTraits_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeTraits_test_1.1_50ffcf594cb34003_.log 2024-11-01T17:49:48.0120491Z 2024-11-01T17:49:48.6865343Z Running test batch 'tests to run' cost 6.27 seconds 2024-11-01T17:49:49.2364926Z 2024-11-01T17:49:49.2365663Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:49:49.2366317Z echo "c10_TypeTraits_test" failed with exit code 0 2024-11-01T17:49:49.2366784Z goto fail 2024-11-01T17:49:49.2367018Z ) 2024-11-01T17:49:49.2367161Z 2024-11-01T17:49:49.2367452Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:49:49.2368104Z echo "c10_TypeTraits_test" failed with exit code 0 2024-11-01T17:49:49.2368548Z goto fail 2024-11-01T17:49:49.2368769Z ) 2024-11-01T17:49:49.2368906Z 2024-11-01T17:49:49.2369127Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:49:49.2374968Z 2024-11-01T17:49:49.2375709Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:49:49.2377230Z call :libtorch_check "CppSignature_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2024-11-01T17:49:49.2378190Z if errorlevel 1 goto fail 2024-11-01T17:49:49.2378518Z ) 2024-11-01T17:49:49.2386825Z 2024-11-01T17:49:49.2387565Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:49:49.2390707Z 2024-11-01T17:49:49.2391610Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:49:49.2393950Z 2024-11-01T17:49:49.2395202Z (base) C:\actions-runner\_work\pytorch\pytorch>if "CppSignature_test" == "verify_api_visibility" goto :eof 2024-11-01T17:49:49.2395898Z 2024-11-01T17:49:49.2396683Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2024-11-01T17:49:49.2398118Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2024-11-01T17:49:49.2398776Z 2024-11-01T17:49:49.2399390Z (base) C:\actions-runner\_work\pytorch\pytorch>if "CppSignature_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:49:49.2400533Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2024-11-01T17:49:49.2401269Z goto :eof 2024-11-01T17:49:49.2401513Z ) 2024-11-01T17:49:49.2401646Z 2024-11-01T17:49:49.2402302Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/CppSignature_test" 2024-11-01T17:49:49.4035042Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:49:49.4036266Z import pkg_resources 2024-11-01T17:49:54.4742411Z Found test times from artifacts 2024-11-01T17:49:54.5453758Z Found test times from artifacts 2024-11-01T17:49:54.5475645Z Running 25% of tests based on TD 2024-11-01T17:49:54.5480373Z Running parallel tests on 3 processes 2024-11-01T17:49:54.5480793Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:49:54.5481203Z Serial tests (0): 2024-11-01T17:49:54.5481509Z Parallel tests (1): 2024-11-01T17:49:54.5481823Z cpp/CppSignature_test 1/1 2024-11-01T17:49:54.5482195Z Name: excluded (est. time: 0.0min) 2024-11-01T17:49:54.5482569Z Serial tests (0): 2024-11-01T17:49:54.5482861Z Parallel tests (0): 2024-11-01T17:49:54.5549630Z Running cpp/CppSignature_test 1/1 ... [2024-11-01 17:49:54.547165] 2024-11-01T17:49:54.5550243Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:49:54.5560215Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\CppSignature_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-868e8c7f03d6002f.xml', '-x', '--reruns=2'] ... [2024-11-01 17:49:54.547165] 2024-11-01T17:49:54.5562851Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:49:57.1324599Z 2024-11-01T17:49:57.1326039Z cpp/CppSignature_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.CppSignature_test_1.1_970e1920231a02c1_.log 2024-11-01T17:49:57.1327124Z 2024-11-01T17:49:58.8027454Z Running cpp/CppSignature_test 1/1 ... [2024-11-01 17:49:58.802018] 2024-11-01T17:49:58.8028083Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:49:58.8038891Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\CppSignature_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-44995033effe069c.xml', '-x', '--reruns=2'] ... [2024-11-01 17:49:58.803202] 2024-11-01T17:50:02.3117015Z 2024-11-01T17:50:02.3118281Z cpp/CppSignature_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.CppSignature_test_1.1_6a6eac961db4a1bd_.log 2024-11-01T17:50:02.3119249Z 2024-11-01T17:50:02.9249301Z Running test batch 'tests to run' cost 8.38 seconds 2024-11-01T17:50:03.4438461Z 2024-11-01T17:50:03.4439183Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:50:03.4440022Z echo "CppSignature_test" failed with exit code 0 2024-11-01T17:50:03.4440575Z goto fail 2024-11-01T17:50:03.4440819Z ) 2024-11-01T17:50:03.4440945Z 2024-11-01T17:50:03.4441319Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:50:03.4441971Z echo "CppSignature_test" failed with exit code 0 2024-11-01T17:50:03.4442425Z goto fail 2024-11-01T17:50:03.4442649Z ) 2024-11-01T17:50:03.4442789Z 2024-11-01T17:50:03.4443014Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:50:03.4449887Z 2024-11-01T17:50:03.4450134Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:50:03.4451170Z call :libtorch_check "cpu_allocator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2024-11-01T17:50:03.4452111Z if errorlevel 1 goto fail 2024-11-01T17:50:03.4452435Z ) 2024-11-01T17:50:03.4461366Z 2024-11-01T17:50:03.4462244Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:50:03.4465336Z 2024-11-01T17:50:03.4466091Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:50:03.4468234Z 2024-11-01T17:50:03.4468815Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_allocator_test" == "verify_api_visibility" goto :eof 2024-11-01T17:50:03.4470054Z 2024-11-01T17:50:03.4470929Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2024-11-01T17:50:03.4472443Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2024-11-01T17:50:03.4473114Z 2024-11-01T17:50:03.4473604Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_allocator_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:50:03.4474744Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2024-11-01T17:50:03.4475485Z goto :eof 2024-11-01T17:50:03.4475731Z ) 2024-11-01T17:50:03.4475857Z 2024-11-01T17:50:03.4476431Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_allocator_test" 2024-11-01T17:50:03.6098515Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:50:08.7121736Z import pkg_resources 2024-11-01T17:50:08.7122154Z Found test times from artifacts 2024-11-01T17:50:08.7828519Z Found test times from artifacts 2024-11-01T17:50:08.7850866Z Running 25% of tests based on TD 2024-11-01T17:50:08.7855690Z Running parallel tests on 3 processes 2024-11-01T17:50:08.7856520Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:50:08.7856985Z Serial tests (0): 2024-11-01T17:50:08.7857280Z Parallel tests (1): 2024-11-01T17:50:08.7857613Z cpp/cpu_allocator_test 1/1 2024-11-01T17:50:08.7857996Z Name: excluded (est. time: 0.0min) 2024-11-01T17:50:08.7858366Z Serial tests (0): 2024-11-01T17:50:08.7858658Z Parallel tests (0): 2024-11-01T17:50:08.7928094Z Running cpp/cpu_allocator_test 1/1 ... [2024-11-01 17:50:08.784309] 2024-11-01T17:50:08.7928699Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:50:08.7938582Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_allocator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fe912e3f9c7f1ff8.xml', '-x', '--reruns=2'] ... [2024-11-01 17:50:08.784309] 2024-11-01T17:50:08.7941251Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:50:11.3790085Z 2024-11-01T17:50:11.3791522Z cpp/cpu_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_allocator_test_1.1_b8ca3334feda582a_.log 2024-11-01T17:50:11.3792721Z 2024-11-01T17:50:13.0260518Z Running cpp/cpu_allocator_test 1/1 ... [2024-11-01 17:50:13.025545] 2024-11-01T17:50:13.0262084Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:50:13.0270245Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_allocator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6a86cb59b00c0199.xml', '-x', '--reruns=2'] ... [2024-11-01 17:50:13.026685] 2024-11-01T17:50:16.0537397Z 2024-11-01T17:50:16.0538728Z cpp/cpu_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_allocator_test_1.1_d8be36a2dac1f0fe_.log 2024-11-01T17:50:16.0539701Z 2024-11-01T17:50:16.6706390Z Running test batch 'tests to run' cost 7.89 seconds 2024-11-01T17:50:17.1771586Z 2024-11-01T17:50:17.1772337Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:50:17.1773157Z echo "cpu_allocator_test" failed with exit code 0 2024-11-01T17:50:17.1773635Z goto fail 2024-11-01T17:50:17.1773881Z ) 2024-11-01T17:50:17.1774006Z 2024-11-01T17:50:17.1774296Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:50:17.1774950Z echo "cpu_allocator_test" failed with exit code 0 2024-11-01T17:50:17.1775402Z goto fail 2024-11-01T17:50:17.1775630Z ) 2024-11-01T17:50:17.1775774Z 2024-11-01T17:50:17.1776001Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:50:17.1781773Z 2024-11-01T17:50:17.1782381Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:50:17.1783468Z call :libtorch_check "cpu_generator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2024-11-01T17:50:17.1784430Z if errorlevel 1 goto fail 2024-11-01T17:50:17.1784741Z ) 2024-11-01T17:50:17.1793022Z 2024-11-01T17:50:17.1793766Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:50:17.1796886Z 2024-11-01T17:50:17.1797915Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:50:17.1800085Z 2024-11-01T17:50:17.1800650Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_generator_test" == "verify_api_visibility" goto :eof 2024-11-01T17:50:17.1801927Z 2024-11-01T17:50:17.1802763Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2024-11-01T17:50:17.1804202Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2024-11-01T17:50:17.1804858Z 2024-11-01T17:50:17.1805368Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_generator_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:50:17.1806502Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2024-11-01T17:50:17.1807270Z goto :eof 2024-11-01T17:50:17.1807516Z ) 2024-11-01T17:50:17.1807641Z 2024-11-01T17:50:17.1808200Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_generator_test" 2024-11-01T17:50:17.3434030Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:50:17.3435263Z import pkg_resources 2024-11-01T17:50:22.4354742Z Found test times from artifacts 2024-11-01T17:50:22.5062969Z Found test times from artifacts 2024-11-01T17:50:22.5085662Z Running 25% of tests based on TD 2024-11-01T17:50:22.5090765Z Running parallel tests on 3 processes 2024-11-01T17:50:22.5091564Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:50:22.5092023Z Serial tests (0): 2024-11-01T17:50:22.5092534Z Parallel tests (1): 2024-11-01T17:50:22.5092967Z cpp/cpu_generator_test 1/1 2024-11-01T17:50:22.5093458Z Name: excluded (est. time: 0.0min) 2024-11-01T17:50:22.5093836Z Serial tests (0): 2024-11-01T17:50:22.5094121Z Parallel tests (0): 2024-11-01T17:50:22.5161597Z Running cpp/cpu_generator_test 1/1 ... [2024-11-01 17:50:22.514021] 2024-11-01T17:50:22.5162203Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:50:22.5172323Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_generator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c60a6fc09cedc55d.xml', '-x', '--reruns=2'] ... [2024-11-01 17:50:22.514021] 2024-11-01T17:50:22.5175181Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:50:25.1372254Z 2024-11-01T17:50:25.1373568Z cpp/cpu_generator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_generator_test_1.1_934c086941486e3d_.log 2024-11-01T17:50:25.1374544Z 2024-11-01T17:50:26.7226432Z Running cpp/cpu_generator_test 1/1 ... [2024-11-01 17:50:26.722470] 2024-11-01T17:50:26.7227036Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:50:26.7236316Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_generator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8f9e77ec1bec473b.xml', '-x', '--reruns=2'] ... [2024-11-01 17:50:26.723037] 2024-11-01T17:50:32.5206529Z 2024-11-01T17:50:32.5207761Z cpp/cpu_generator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_generator_test_1.1_459598b6107e1a22_.log 2024-11-01T17:50:32.5208712Z 2024-11-01T17:50:33.1376454Z Running test batch 'tests to run' cost 10.63 seconds 2024-11-01T17:50:33.6538788Z 2024-11-01T17:50:33.6539380Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:50:33.6540025Z echo "cpu_generator_test" failed with exit code 0 2024-11-01T17:50:33.6540488Z goto fail 2024-11-01T17:50:33.6540736Z ) 2024-11-01T17:50:33.6540870Z 2024-11-01T17:50:33.6541160Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:50:33.6541807Z echo "cpu_generator_test" failed with exit code 0 2024-11-01T17:50:33.6542260Z goto fail 2024-11-01T17:50:33.6542487Z ) 2024-11-01T17:50:33.6542632Z 2024-11-01T17:50:33.6542857Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:50:33.6549401Z 2024-11-01T17:50:33.6549663Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:50:33.6550815Z call :libtorch_check "cpu_profiling_allocator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2024-11-01T17:50:33.6551944Z if errorlevel 1 goto fail 2024-11-01T17:50:33.6552270Z ) 2024-11-01T17:50:33.6560998Z 2024-11-01T17:50:33.6561810Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:50:33.6564931Z 2024-11-01T17:50:33.6565749Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:50:33.6567800Z 2024-11-01T17:50:33.6568454Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_profiling_allocator_test" == "verify_api_visibility" goto :eof 2024-11-01T17:50:33.6569626Z 2024-11-01T17:50:33.6570615Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2024-11-01T17:50:33.6572179Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2024-11-01T17:50:33.6573040Z 2024-11-01T17:50:33.6573756Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_profiling_allocator_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:50:33.6575002Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2024-11-01T17:50:33.6575822Z goto :eof 2024-11-01T17:50:33.6576067Z ) 2024-11-01T17:50:33.6576196Z 2024-11-01T17:50:33.6576823Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_profiling_allocator_test" 2024-11-01T17:50:33.8208332Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:50:33.8209575Z import pkg_resources 2024-11-01T17:50:39.0464183Z Found test times from artifacts 2024-11-01T17:50:39.1174631Z Found test times from artifacts 2024-11-01T17:50:39.1197259Z Running 25% of tests based on TD 2024-11-01T17:50:39.1202222Z Running parallel tests on 3 processes 2024-11-01T17:50:39.1203027Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:50:39.1203492Z Serial tests (0): 2024-11-01T17:50:39.1203801Z Parallel tests (1): 2024-11-01T17:50:39.1204157Z cpp/cpu_profiling_allocator_test 1/1 2024-11-01T17:50:39.1204587Z Name: excluded (est. time: 0.0min) 2024-11-01T17:50:39.1204945Z Serial tests (0): 2024-11-01T17:50:39.1205245Z Parallel tests (0): 2024-11-01T17:50:39.1274860Z Running cpp/cpu_profiling_allocator_test 1/1 ... [2024-11-01 17:50:39.126631] 2024-11-01T17:50:39.1275501Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:50:39.1285889Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_profiling_allocator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-131afa87e396c2b7.xml', '-x', '--reruns=2'] ... [2024-11-01 17:50:39.126631] 2024-11-01T17:50:39.1288617Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:50:41.7710166Z 2024-11-01T17:50:41.7712410Z cpp/cpu_profiling_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_profiling_allocator_test_1.1_211ef8a8a5826f78_.log 2024-11-01T17:50:41.7714069Z 2024-11-01T17:50:43.4080138Z Running cpp/cpu_profiling_allocator_test 1/1 ... [2024-11-01 17:50:43.404626] 2024-11-01T17:50:43.4080797Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:50:43.4093908Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_profiling_allocator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0315fd4d98a2fdd6.xml', '-x', '--reruns=2'] ... [2024-11-01 17:50:43.404626] 2024-11-01T17:50:46.6070534Z 2024-11-01T17:50:46.6071920Z cpp/cpu_profiling_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_profiling_allocator_test_1.1_1e1eed12d6526da1_.log 2024-11-01T17:50:46.6073084Z 2024-11-01T17:50:47.2210673Z Running test batch 'tests to run' cost 8.11 seconds 2024-11-01T17:50:47.7488128Z 2024-11-01T17:50:47.7489056Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:50:47.7489804Z echo "cpu_profiling_allocator_test" failed with exit code 0 2024-11-01T17:50:47.7490324Z goto fail 2024-11-01T17:50:47.7490569Z ) 2024-11-01T17:50:47.7490693Z 2024-11-01T17:50:47.7491041Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:50:47.7491798Z echo "cpu_profiling_allocator_test" failed with exit code 0 2024-11-01T17:50:47.7492300Z goto fail 2024-11-01T17:50:47.7492521Z ) 2024-11-01T17:50:47.7492661Z 2024-11-01T17:50:47.7493042Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:50:47.7498452Z 2024-11-01T17:50:47.7498736Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:50:47.7499787Z call :libtorch_check "cpu_rng_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2024-11-01T17:50:47.7500661Z if errorlevel 1 goto fail 2024-11-01T17:50:47.7500978Z ) 2024-11-01T17:50:47.7509321Z 2024-11-01T17:50:47.7510110Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:50:47.7513324Z 2024-11-01T17:50:47.7514079Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:50:47.7516191Z 2024-11-01T17:50:47.7516743Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_rng_test" == "verify_api_visibility" goto :eof 2024-11-01T17:50:47.7517940Z 2024-11-01T17:50:47.7518747Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2024-11-01T17:50:47.7520278Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2024-11-01T17:50:47.7520956Z 2024-11-01T17:50:47.7521608Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_rng_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:50:47.7522688Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2024-11-01T17:50:47.7523387Z goto :eof 2024-11-01T17:50:47.7523621Z ) 2024-11-01T17:50:47.7523747Z 2024-11-01T17:50:47.7524285Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_rng_test" 2024-11-01T17:50:47.9161225Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:50:47.9162451Z import pkg_resources 2024-11-01T17:50:53.0346530Z Found test times from artifacts 2024-11-01T17:50:53.1059125Z Found test times from artifacts 2024-11-01T17:50:53.1080644Z Running 25% of tests based on TD 2024-11-01T17:50:53.1085204Z Running parallel tests on 3 processes 2024-11-01T17:50:53.1085904Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:50:53.1086362Z Serial tests (0): 2024-11-01T17:50:53.1086676Z Parallel tests (1): 2024-11-01T17:50:53.1086982Z cpp/cpu_rng_test 1/1 2024-11-01T17:50:53.1087335Z Name: excluded (est. time: 0.0min) 2024-11-01T17:50:53.1087713Z Serial tests (0): 2024-11-01T17:50:53.1087999Z Parallel tests (0): 2024-11-01T17:50:53.1155895Z Running cpp/cpu_rng_test 1/1 ... [2024-11-01 17:50:53.113397] 2024-11-01T17:50:53.1156465Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:50:53.1166355Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_rng_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-26c1672901f9e606.xml', '-x', '--reruns=2'] ... [2024-11-01 17:50:53.113397] 2024-11-01T17:50:53.1168999Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:50:56.0129851Z 2024-11-01T17:50:56.0130967Z cpp/cpu_rng_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_rng_test_1.1_0f9dbca448a39538_.log 2024-11-01T17:50:56.0131880Z 2024-11-01T17:50:57.3139855Z Running cpp/cpu_rng_test 1/1 ... [2024-11-01 17:50:57.312771] 2024-11-01T17:50:57.3140418Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:50:57.3150262Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_rng_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-cc4985c44ecc8afb.xml', '-x', '--reruns=2'] ... [2024-11-01 17:50:57.312771] 2024-11-01T17:51:04.2635477Z 2024-11-01T17:51:04.2636735Z cpp/cpu_rng_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_rng_test_1.1_bdd3eb7fd4d610b0_.log 2024-11-01T17:51:04.2637632Z 2024-11-01T17:51:04.8784997Z Running test batch 'tests to run' cost 11.77 seconds 2024-11-01T17:51:05.3918843Z 2024-11-01T17:51:05.3919767Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:51:05.3920421Z echo "cpu_rng_test" failed with exit code 0 2024-11-01T17:51:05.3920827Z goto fail 2024-11-01T17:51:05.3921063Z ) 2024-11-01T17:51:05.3921186Z 2024-11-01T17:51:05.3921482Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:51:05.3922075Z echo "cpu_rng_test" failed with exit code 0 2024-11-01T17:51:05.3922489Z goto fail 2024-11-01T17:51:05.3922723Z ) 2024-11-01T17:51:05.3922846Z 2024-11-01T17:51:05.3923079Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:51:05.3929784Z 2024-11-01T17:51:05.3930308Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:51:05.3931297Z call :libtorch_check "Dict_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2024-11-01T17:51:05.3932158Z if errorlevel 1 goto fail 2024-11-01T17:51:05.3932469Z ) 2024-11-01T17:51:05.3945783Z 2024-11-01T17:51:05.3946436Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:51:05.3949669Z 2024-11-01T17:51:05.3950563Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:51:05.3952610Z 2024-11-01T17:51:05.3953189Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dict_test" == "verify_api_visibility" goto :eof 2024-11-01T17:51:05.3954378Z 2024-11-01T17:51:05.3955175Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2024-11-01T17:51:05.3956505Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2024-11-01T17:51:05.3957486Z 2024-11-01T17:51:05.3958084Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dict_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:51:05.3959117Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2024-11-01T17:51:05.3959793Z goto :eof 2024-11-01T17:51:05.3960032Z ) 2024-11-01T17:51:05.3960155Z 2024-11-01T17:51:05.3960672Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/Dict_test" 2024-11-01T17:51:05.5587147Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:51:05.5588392Z import pkg_resources 2024-11-01T17:51:10.7057100Z Found test times from artifacts 2024-11-01T17:51:10.7762558Z Found test times from artifacts 2024-11-01T17:51:10.7784663Z Running 25% of tests based on TD 2024-11-01T17:51:10.7789417Z Running parallel tests on 3 processes 2024-11-01T17:51:10.7790241Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:51:10.7790756Z Serial tests (0): 2024-11-01T17:51:10.7791079Z Parallel tests (1): 2024-11-01T17:51:10.7791394Z cpp/Dict_test 1/1 2024-11-01T17:51:10.7791706Z Name: excluded (est. time: 0.0min) 2024-11-01T17:51:10.7792078Z Serial tests (0): 2024-11-01T17:51:10.7792371Z Parallel tests (0): 2024-11-01T17:51:10.7859507Z Running cpp/Dict_test 1/1 ... [2024-11-01 17:51:10.773038] 2024-11-01T17:51:10.7860052Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:51:10.7870226Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dict_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d8c0d7ccea907354.xml', '-x', '--reruns=2'] ... [2024-11-01 17:51:10.773038] 2024-11-01T17:51:10.7873075Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:51:13.6246746Z 2024-11-01T17:51:13.6249540Z cpp/Dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dict_test_1.1_f05cf2352eaa862f_.log 2024-11-01T17:51:13.6250397Z 2024-11-01T17:51:14.9579425Z Running cpp/Dict_test 1/1 ... [2024-11-01 17:51:14.950476] 2024-11-01T17:51:14.9579985Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:51:14.9589352Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dict_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-cf2015a0ee48a6fd.xml', '-x', '--reruns=2'] ... [2024-11-01 17:51:14.950476] 2024-11-01T17:51:26.5138361Z 2024-11-01T17:51:26.5139521Z cpp/Dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dict_test_1.1_5b89f8492ca531ed_.log 2024-11-01T17:51:26.5140507Z 2024-11-01T17:51:27.1613464Z Running test batch 'tests to run' cost 16.38 seconds 2024-11-01T17:51:27.6696382Z 2024-11-01T17:51:27.6697056Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:51:27.6697662Z echo "Dict_test" failed with exit code 0 2024-11-01T17:51:27.6698073Z goto fail 2024-11-01T17:51:27.6698316Z ) 2024-11-01T17:51:27.6698440Z 2024-11-01T17:51:27.6698738Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:51:27.6699325Z echo "Dict_test" failed with exit code 0 2024-11-01T17:51:27.6699726Z goto fail 2024-11-01T17:51:27.6699958Z ) 2024-11-01T17:51:27.6700084Z 2024-11-01T17:51:27.6700308Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:51:27.6707372Z 2024-11-01T17:51:27.6707937Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:51:27.6708956Z call :libtorch_check "Dimname_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2024-11-01T17:51:27.6709837Z if errorlevel 1 goto fail 2024-11-01T17:51:27.6710212Z ) 2024-11-01T17:51:27.6720214Z 2024-11-01T17:51:27.6720826Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:51:27.6725804Z 2024-11-01T17:51:27.6726647Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:51:27.6728923Z 2024-11-01T17:51:27.6729759Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dimname_test" == "verify_api_visibility" goto :eof 2024-11-01T17:51:27.6730770Z 2024-11-01T17:51:27.6731654Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2024-11-01T17:51:27.6733180Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2024-11-01T17:51:27.6734716Z 2024-11-01T17:51:27.6735433Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dimname_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:51:27.6736707Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2024-11-01T17:51:27.6737531Z goto :eof 2024-11-01T17:51:27.6737802Z ) 2024-11-01T17:51:27.6738061Z 2024-11-01T17:51:27.6767445Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/Dimname_test" 2024-11-01T17:51:27.8375390Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:51:27.8376624Z import pkg_resources 2024-11-01T17:51:33.0094275Z Found test times from artifacts 2024-11-01T17:51:33.0798451Z Found test times from artifacts 2024-11-01T17:51:33.0820353Z Running 25% of tests based on TD 2024-11-01T17:51:33.0825369Z Running parallel tests on 3 processes 2024-11-01T17:51:33.0825810Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:51:33.0826201Z Serial tests (0): 2024-11-01T17:51:33.0826499Z Parallel tests (1): 2024-11-01T17:51:33.0826811Z cpp/Dimname_test 1/1 2024-11-01T17:51:33.0827190Z Name: excluded (est. time: 0.0min) 2024-11-01T17:51:33.0827599Z Serial tests (0): 2024-11-01T17:51:33.0827891Z Parallel tests (0): 2024-11-01T17:51:33.0898047Z Running cpp/Dimname_test 1/1 ... [2024-11-01 17:51:33.089605] 2024-11-01T17:51:33.0898617Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:51:33.0909344Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dimname_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2177e6dc664a0fcc.xml', '-x', '--reruns=2'] ... [2024-11-01 17:51:33.090186] 2024-11-01T17:51:33.0912301Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:51:35.6224076Z 2024-11-01T17:51:35.6225218Z cpp/Dimname_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dimname_test_1.1_9a4aa204ee216319_.log 2024-11-01T17:51:35.6226109Z 2024-11-01T17:51:37.2515233Z Running cpp/Dimname_test 1/1 ... [2024-11-01 17:51:37.247229] 2024-11-01T17:51:37.2515818Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:51:37.2524733Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dimname_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3c76985c09481ade.xml', '-x', '--reruns=2'] ... [2024-11-01 17:51:37.247229] 2024-11-01T17:51:40.8785581Z 2024-11-01T17:51:40.8786711Z cpp/Dimname_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dimname_test_1.1_4402b5ed0baca2f6_.log 2024-11-01T17:51:40.8787628Z 2024-11-01T17:51:41.5214169Z Running test batch 'tests to run' cost 8.44 seconds 2024-11-01T17:51:42.0577363Z 2024-11-01T17:51:42.0578175Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:51:42.0578806Z echo "Dimname_test" failed with exit code 0 2024-11-01T17:51:42.0579267Z goto fail 2024-11-01T17:51:42.0579524Z ) 2024-11-01T17:51:42.0579651Z 2024-11-01T17:51:42.0579938Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:51:42.0580560Z echo "Dimname_test" failed with exit code 0 2024-11-01T17:51:42.0580978Z goto fail 2024-11-01T17:51:42.0581203Z ) 2024-11-01T17:51:42.0581342Z 2024-11-01T17:51:42.0581565Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:51:42.0587853Z 2024-11-01T17:51:42.0588150Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:51:42.0589222Z call :libtorch_check "dispatch_key_set_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2024-11-01T17:51:42.0590255Z if errorlevel 1 goto fail 2024-11-01T17:51:42.0590563Z ) 2024-11-01T17:51:42.0599007Z 2024-11-01T17:51:42.0599484Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:51:42.0603276Z 2024-11-01T17:51:42.0604461Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:51:42.0606315Z 2024-11-01T17:51:42.0606898Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dispatch_key_set_test" == "verify_api_visibility" goto :eof 2024-11-01T17:51:42.0608209Z 2024-11-01T17:51:42.0609208Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2024-11-01T17:51:42.0610830Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2024-11-01T17:51:42.0611523Z 2024-11-01T17:51:42.0612026Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dispatch_key_set_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:51:42.0613202Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2024-11-01T17:51:42.0613954Z goto :eof 2024-11-01T17:51:42.0614196Z ) 2024-11-01T17:51:42.0614324Z 2024-11-01T17:51:42.0614910Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/dispatch_key_set_test" 2024-11-01T17:51:42.2490761Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:51:42.2492001Z import pkg_resources 2024-11-01T17:51:47.4821254Z Found test times from artifacts 2024-11-01T17:51:47.5527987Z Found test times from artifacts 2024-11-01T17:51:47.5550078Z Running 25% of tests based on TD 2024-11-01T17:51:47.5554977Z Running parallel tests on 3 processes 2024-11-01T17:51:47.5555412Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:51:47.5555849Z Serial tests (0): 2024-11-01T17:51:47.5556152Z Parallel tests (1): 2024-11-01T17:51:47.5556548Z cpp/dispatch_key_set_test 1/1 2024-11-01T17:51:47.5556934Z Name: excluded (est. time: 0.0min) 2024-11-01T17:51:47.5557284Z Serial tests (0): 2024-11-01T17:51:47.5557581Z Parallel tests (0): 2024-11-01T17:51:47.5625999Z Running cpp/dispatch_key_set_test 1/1 ... [2024-11-01 17:51:47.561595] 2024-11-01T17:51:47.5626614Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:51:47.5636500Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dispatch_key_set_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8ed8efe44a7e02f4.xml', '-x', '--reruns=2'] ... [2024-11-01 17:51:47.561595] 2024-11-01T17:51:47.5639198Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:51:50.2247603Z 2024-11-01T17:51:50.2248950Z cpp/dispatch_key_set_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dispatch_key_set_test_1.1_1752706231be77c8_.log 2024-11-01T17:51:50.2250039Z 2024-11-01T17:51:51.7246239Z Running cpp/dispatch_key_set_test 1/1 ... [2024-11-01 17:51:51.724318] 2024-11-01T17:51:51.7246877Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:51:51.7257085Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dispatch_key_set_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-105305c7ddba3a1d.xml', '-x', '--reruns=2'] ... [2024-11-01 17:51:51.725420] 2024-11-01T17:51:54.8312448Z 2024-11-01T17:51:54.8313904Z cpp/dispatch_key_set_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dispatch_key_set_test_1.1_11e1403e91160781_.log 2024-11-01T17:51:54.8314921Z 2024-11-01T17:51:55.5042329Z Running test batch 'tests to run' cost 7.95 seconds 2024-11-01T17:51:56.0144816Z 2024-11-01T17:51:56.0145408Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:51:56.0146086Z echo "dispatch_key_set_test" failed with exit code 0 2024-11-01T17:51:56.0146547Z goto fail 2024-11-01T17:51:56.0146804Z ) 2024-11-01T17:51:56.0146929Z 2024-11-01T17:51:56.0147238Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:51:56.0147892Z echo "dispatch_key_set_test" failed with exit code 0 2024-11-01T17:51:56.0148359Z goto fail 2024-11-01T17:51:56.0148763Z ) 2024-11-01T17:51:56.0148964Z 2024-11-01T17:51:56.0149264Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:51:56.0155310Z 2024-11-01T17:51:56.0155588Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:51:56.0156609Z call :libtorch_check "dlconvertor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2024-11-01T17:51:56.0157555Z if errorlevel 1 goto fail 2024-11-01T17:51:56.0157859Z ) 2024-11-01T17:51:56.0166964Z 2024-11-01T17:51:56.0167809Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:51:56.0170964Z 2024-11-01T17:51:56.0171755Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:51:56.0173819Z 2024-11-01T17:51:56.0174476Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dlconvertor_test" == "verify_api_visibility" goto :eof 2024-11-01T17:51:56.0175628Z 2024-11-01T17:51:56.0187897Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2024-11-01T17:51:56.0189602Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2024-11-01T17:51:56.0190384Z 2024-11-01T17:51:56.0190891Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dlconvertor_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:51:56.0192092Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2024-11-01T17:51:56.0192907Z goto :eof 2024-11-01T17:51:56.0193184Z ) 2024-11-01T17:51:56.0193364Z 2024-11-01T17:51:56.0193934Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/dlconvertor_test" 2024-11-01T17:51:56.1815466Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:51:56.1816809Z import pkg_resources 2024-11-01T17:52:01.4088168Z Found test times from artifacts 2024-11-01T17:52:01.4798407Z Found test times from artifacts 2024-11-01T17:52:01.4820764Z Running 25% of tests based on TD 2024-11-01T17:52:01.4825536Z Running parallel tests on 3 processes 2024-11-01T17:52:01.4826068Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:52:01.4826547Z Serial tests (0): 2024-11-01T17:52:01.4826886Z Parallel tests (1): 2024-11-01T17:52:01.4827291Z cpp/dlconvertor_test 1/1 2024-11-01T17:52:01.4827721Z Name: excluded (est. time: 0.0min) 2024-11-01T17:52:01.4828141Z Serial tests (0): 2024-11-01T17:52:01.4828514Z Parallel tests (0): 2024-11-01T17:52:01.4896681Z Running cpp/dlconvertor_test 1/1 ... [2024-11-01 17:52:01.486020] 2024-11-01T17:52:01.4907345Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:52:01.4909355Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dlconvertor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e26a69abf80b4867.xml', '-x', '--reruns=2'] ... [2024-11-01 17:52:01.486020] 2024-11-01T17:52:01.4912177Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:52:04.2239240Z 2024-11-01T17:52:04.2240907Z cpp/dlconvertor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dlconvertor_test_1.1_bb4de0287dbd5254_.log 2024-11-01T17:52:04.2241892Z 2024-11-01T17:52:05.7519226Z Running cpp/dlconvertor_test 1/1 ... [2024-11-01 17:52:05.751661] 2024-11-01T17:52:05.7519853Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:52:05.7529460Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dlconvertor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e63008a610da00cc.xml', '-x', '--reruns=2'] ... [2024-11-01 17:52:05.752251] 2024-11-01T17:52:08.8177790Z 2024-11-01T17:52:08.8179060Z cpp/dlconvertor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dlconvertor_test_1.1_63b55245ab454822_.log 2024-11-01T17:52:08.8180084Z 2024-11-01T17:52:09.4695478Z Running test batch 'tests to run' cost 7.99 seconds 2024-11-01T17:52:09.9815378Z 2024-11-01T17:52:09.9816226Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:52:09.9816944Z echo "dlconvertor_test" failed with exit code 0 2024-11-01T17:52:09.9817488Z goto fail 2024-11-01T17:52:09.9817811Z ) 2024-11-01T17:52:09.9817964Z 2024-11-01T17:52:09.9818320Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:52:09.9819014Z echo "dlconvertor_test" failed with exit code 0 2024-11-01T17:52:09.9819756Z goto fail 2024-11-01T17:52:09.9820119Z ) 2024-11-01T17:52:09.9820271Z 2024-11-01T17:52:09.9820530Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:52:09.9826953Z 2024-11-01T17:52:09.9827262Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:52:09.9828432Z call :libtorch_check "extension_backend_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2024-11-01T17:52:09.9829586Z if errorlevel 1 goto fail 2024-11-01T17:52:09.9829945Z ) 2024-11-01T17:52:09.9838642Z 2024-11-01T17:52:09.9839161Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:52:09.9842640Z 2024-11-01T17:52:09.9843502Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:52:09.9846049Z 2024-11-01T17:52:09.9846677Z (base) C:\actions-runner\_work\pytorch\pytorch>if "extension_backend_test" == "verify_api_visibility" goto :eof 2024-11-01T17:52:09.9847926Z 2024-11-01T17:52:09.9849041Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2024-11-01T17:52:09.9850642Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2024-11-01T17:52:09.9851386Z 2024-11-01T17:52:09.9851950Z (base) C:\actions-runner\_work\pytorch\pytorch>if "extension_backend_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:52:09.9853274Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2024-11-01T17:52:09.9854064Z goto :eof 2024-11-01T17:52:09.9854300Z ) 2024-11-01T17:52:09.9854451Z 2024-11-01T17:52:09.9855076Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/extension_backend_test" 2024-11-01T17:52:10.1505524Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:52:10.1506782Z import pkg_resources 2024-11-01T17:52:15.3189579Z Found test times from artifacts 2024-11-01T17:52:15.3897816Z Found test times from artifacts 2024-11-01T17:52:15.3920171Z Running 25% of tests based on TD 2024-11-01T17:52:15.3925007Z Running parallel tests on 3 processes 2024-11-01T17:52:15.3925503Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:52:15.3925977Z Serial tests (0): 2024-11-01T17:52:15.3926272Z Parallel tests (1): 2024-11-01T17:52:15.3926616Z cpp/extension_backend_test 1/1 2024-11-01T17:52:15.3927021Z Name: excluded (est. time: 0.0min) 2024-11-01T17:52:15.3927380Z Serial tests (0): 2024-11-01T17:52:15.3927684Z Parallel tests (0): 2024-11-01T17:52:15.3997110Z Running cpp/extension_backend_test 1/1 ... [2024-11-01 17:52:15.397584] 2024-11-01T17:52:15.3998256Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:52:15.4007649Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\extension_backend_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-150fcb72b38a4859.xml', '-x', '--reruns=2'] ... [2024-11-01 17:52:15.397584] 2024-11-01T17:52:15.4010386Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:52:18.1033655Z 2024-11-01T17:52:18.1035032Z cpp/extension_backend_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.extension_backend_test_1.1_9436cf04dc09f538_.log 2024-11-01T17:52:18.1036107Z 2024-11-01T17:52:19.5713149Z Running cpp/extension_backend_test 1/1 ... [2024-11-01 17:52:19.563742] 2024-11-01T17:52:19.5713823Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:52:19.5723067Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\extension_backend_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-59b7763d09672fcf.xml', '-x', '--reruns=2'] ... [2024-11-01 17:52:19.563742] 2024-11-01T17:52:22.7503662Z 2024-11-01T17:52:22.7504917Z cpp/extension_backend_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.extension_backend_test_1.1_92623bd6cac56482_.log 2024-11-01T17:52:22.7506483Z 2024-11-01T17:52:23.3907292Z Running test batch 'tests to run' cost 8.0 seconds 2024-11-01T17:52:23.9260438Z 2024-11-01T17:52:23.9261269Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:52:23.9261954Z echo "extension_backend_test" failed with exit code 0 2024-11-01T17:52:23.9262478Z goto fail 2024-11-01T17:52:23.9262754Z ) 2024-11-01T17:52:23.9262911Z 2024-11-01T17:52:23.9263208Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:52:23.9263939Z echo "extension_backend_test" failed with exit code 0 2024-11-01T17:52:23.9264494Z goto fail 2024-11-01T17:52:23.9264726Z ) 2024-11-01T17:52:23.9265840Z 2024-11-01T17:52:23.9266527Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:52:23.9272202Z 2024-11-01T17:52:23.9272722Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:52:23.9273695Z call :libtorch_check "half_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2024-11-01T17:52:23.9274547Z if errorlevel 1 goto fail 2024-11-01T17:52:23.9274882Z ) 2024-11-01T17:52:23.9283707Z 2024-11-01T17:52:23.9284451Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:52:23.9287765Z 2024-11-01T17:52:23.9288513Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:52:23.9290704Z 2024-11-01T17:52:23.9291364Z (base) C:\actions-runner\_work\pytorch\pytorch>if "half_test" == "verify_api_visibility" goto :eof 2024-11-01T17:52:23.9292521Z 2024-11-01T17:52:23.9293345Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2024-11-01T17:52:23.9294661Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2024-11-01T17:52:23.9295324Z 2024-11-01T17:52:23.9295918Z (base) C:\actions-runner\_work\pytorch\pytorch>if "half_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:52:23.9297024Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2024-11-01T17:52:23.9297815Z goto :eof 2024-11-01T17:52:23.9298071Z ) 2024-11-01T17:52:23.9298199Z 2024-11-01T17:52:23.9299258Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/half_test" 2024-11-01T17:52:24.0932558Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:52:24.0933813Z import pkg_resources 2024-11-01T17:52:29.2603005Z Found test times from artifacts 2024-11-01T17:52:29.3370186Z Found test times from artifacts 2024-11-01T17:52:29.3394089Z Running 25% of tests based on TD 2024-11-01T17:52:29.3399713Z Running parallel tests on 3 processes 2024-11-01T17:52:29.3400545Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:52:29.3401064Z Serial tests (0): 2024-11-01T17:52:29.3401448Z Parallel tests (1): 2024-11-01T17:52:29.3401755Z cpp/half_test 1/1 2024-11-01T17:52:29.3402096Z Name: excluded (est. time: 0.0min) 2024-11-01T17:52:29.3402468Z Serial tests (0): 2024-11-01T17:52:29.3402780Z Parallel tests (0): 2024-11-01T17:52:29.3478907Z Running cpp/half_test 1/1 ... [2024-11-01 17:52:29.347384] 2024-11-01T17:52:29.3479678Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:52:29.3492655Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\half_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-156d74eae42f2305.xml', '-x', '--reruns=2'] ... [2024-11-01 17:52:29.348569] 2024-11-01T17:52:29.3495293Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:52:32.0266995Z 2024-11-01T17:52:32.0268120Z cpp/half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.half_test_1.1_dee8cfccfb9833ff_.log 2024-11-01T17:52:32.0268996Z 2024-11-01T17:52:33.4384959Z Running cpp/half_test 1/1 ... [2024-11-01 17:52:33.435641] 2024-11-01T17:52:33.4385529Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:52:33.4394797Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\half_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e93a4585893ccff4.xml', '-x', '--reruns=2'] ... [2024-11-01 17:52:33.435641] 2024-11-01T17:52:37.5635153Z 2024-11-01T17:52:37.5636325Z cpp/half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.half_test_1.1_054fc92076c5e1c8_.log 2024-11-01T17:52:37.5637194Z 2024-11-01T17:52:38.1865541Z Running test batch 'tests to run' cost 8.85 seconds 2024-11-01T17:52:38.7019259Z 2024-11-01T17:52:38.7019957Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:52:38.7020619Z echo "half_test" failed with exit code 0 2024-11-01T17:52:38.7021049Z goto fail 2024-11-01T17:52:38.7021288Z ) 2024-11-01T17:52:38.7021451Z 2024-11-01T17:52:38.7021761Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:52:38.7022385Z echo "half_test" failed with exit code 0 2024-11-01T17:52:38.7022782Z goto fail 2024-11-01T17:52:38.7023026Z ) 2024-11-01T17:52:38.7023154Z 2024-11-01T17:52:38.7023402Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:52:38.7030392Z 2024-11-01T17:52:38.7031000Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:52:38.7032043Z call :libtorch_check "IListRef_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2024-11-01T17:52:38.7032944Z if errorlevel 1 goto fail 2024-11-01T17:52:38.7033277Z ) 2024-11-01T17:52:38.7041272Z 2024-11-01T17:52:38.7041924Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:52:38.7045450Z 2024-11-01T17:52:38.7046421Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:52:38.7048407Z 2024-11-01T17:52:38.7049169Z (base) C:\actions-runner\_work\pytorch\pytorch>if "IListRef_test" == "verify_api_visibility" goto :eof 2024-11-01T17:52:38.7050254Z 2024-11-01T17:52:38.7051444Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2024-11-01T17:52:38.7052863Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2024-11-01T17:52:38.7053605Z 2024-11-01T17:52:38.7054213Z (base) C:\actions-runner\_work\pytorch\pytorch>if "IListRef_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:52:38.7055319Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2024-11-01T17:52:38.7056059Z goto :eof 2024-11-01T17:52:38.7056295Z ) 2024-11-01T17:52:38.7056445Z 2024-11-01T17:52:38.7056989Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/IListRef_test" 2024-11-01T17:52:38.8672939Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:52:38.8674343Z import pkg_resources 2024-11-01T17:52:43.9767733Z Found test times from artifacts 2024-11-01T17:52:44.0474657Z Found test times from artifacts 2024-11-01T17:52:44.0496858Z Running 25% of tests based on TD 2024-11-01T17:52:44.0501340Z Running parallel tests on 3 processes 2024-11-01T17:52:44.0501801Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:52:44.0502227Z Serial tests (0): 2024-11-01T17:52:44.0502526Z Parallel tests (1): 2024-11-01T17:52:44.0502854Z cpp/IListRef_test 1/1 2024-11-01T17:52:44.0503211Z Name: excluded (est. time: 0.0min) 2024-11-01T17:52:44.0503569Z Serial tests (0): 2024-11-01T17:52:44.0503880Z Parallel tests (0): 2024-11-01T17:52:44.0572624Z Running cpp/IListRef_test 1/1 ... [2024-11-01 17:52:44.056750] 2024-11-01T17:52:44.0573211Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:52:44.0583404Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\IListRef_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5063c9373ebb831d.xml', '-x', '--reruns=2'] ... [2024-11-01 17:52:44.056750] 2024-11-01T17:52:44.0586052Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:52:46.6411068Z 2024-11-01T17:52:46.6412293Z cpp/IListRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.IListRef_test_1.1_5d25e59dc8a8cf4a_.log 2024-11-01T17:52:46.6413237Z 2024-11-01T17:52:48.1781459Z Running cpp/IListRef_test 1/1 ... [2024-11-01 17:52:48.174700] 2024-11-01T17:52:48.1782074Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:52:48.1792195Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\IListRef_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-dc4ffdda4f6e5cd6.xml', '-x', '--reruns=2'] ... [2024-11-01 17:52:48.174700] 2024-11-01T17:52:54.8812312Z 2024-11-01T17:52:54.8813683Z cpp/IListRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.IListRef_test_1.1_7658518d4db15fd7_.log 2024-11-01T17:52:54.8814598Z 2024-11-01T17:52:55.4977669Z Running test batch 'tests to run' cost 11.45 seconds 2024-11-01T17:52:56.0666167Z 2024-11-01T17:52:56.0666806Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:52:56.0667490Z echo "IListRef_test" failed with exit code 0 2024-11-01T17:52:56.0667945Z goto fail 2024-11-01T17:52:56.0668194Z ) 2024-11-01T17:52:56.0668482Z 2024-11-01T17:52:56.0668952Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:52:56.0669671Z echo "IListRef_test" failed with exit code 0 2024-11-01T17:52:56.0670112Z goto fail 2024-11-01T17:52:56.0670345Z ) 2024-11-01T17:52:56.0670500Z 2024-11-01T17:52:56.0670726Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:52:56.0676720Z 2024-11-01T17:52:56.0677324Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:52:56.0678429Z call :libtorch_check "inline_container_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2024-11-01T17:52:56.0679432Z if errorlevel 1 goto fail 2024-11-01T17:52:56.0679768Z ) 2024-11-01T17:52:56.0687564Z 2024-11-01T17:52:56.0688058Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:52:56.0691275Z 2024-11-01T17:52:56.0692389Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:52:56.0694117Z 2024-11-01T17:52:56.0694870Z (base) C:\actions-runner\_work\pytorch\pytorch>if "inline_container_test" == "verify_api_visibility" goto :eof 2024-11-01T17:52:56.0696434Z 2024-11-01T17:52:56.0697325Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2024-11-01T17:52:56.0698818Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2024-11-01T17:52:56.0699524Z 2024-11-01T17:52:56.0700028Z (base) C:\actions-runner\_work\pytorch\pytorch>if "inline_container_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:52:56.0701211Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2024-11-01T17:52:56.0701970Z goto :eof 2024-11-01T17:52:56.0702221Z ) 2024-11-01T17:52:56.0702360Z 2024-11-01T17:52:56.0702968Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/inline_container_test" 2024-11-01T17:52:56.2344728Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:52:56.2345989Z import pkg_resources 2024-11-01T17:53:01.4126157Z Found test times from artifacts 2024-11-01T17:53:01.4826898Z Found test times from artifacts 2024-11-01T17:53:01.4849392Z Running 25% of tests based on TD 2024-11-01T17:53:01.4855608Z Running parallel tests on 3 processes 2024-11-01T17:53:01.4856164Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:53:01.4856599Z Serial tests (0): 2024-11-01T17:53:01.4856896Z Parallel tests (1): 2024-11-01T17:53:01.4857246Z cpp/inline_container_test 1/1 2024-11-01T17:53:01.4857649Z Name: excluded (est. time: 0.0min) 2024-11-01T17:53:01.4858146Z Serial tests (0): 2024-11-01T17:53:01.4858486Z Parallel tests (0): 2024-11-01T17:53:01.4926170Z Running cpp/inline_container_test 1/1 ... [2024-11-01 17:53:01.492214] 2024-11-01T17:53:01.4927218Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:53:01.4936759Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\inline_container_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2235da9016fa5f6c.xml', '-x', '--reruns=2'] ... [2024-11-01 17:53:01.493370] 2024-11-01T17:53:01.4939543Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:53:04.2039422Z 2024-11-01T17:53:04.2040730Z cpp/inline_container_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.inline_container_test_1.1_03aa5a5805b9577d_.log 2024-11-01T17:53:04.2041924Z 2024-11-01T17:53:05.7207506Z Running cpp/inline_container_test 1/1 ... [2024-11-01 17:53:05.720512] 2024-11-01T17:53:05.7208880Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:53:05.7218215Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\inline_container_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3163885ed688fc9b.xml', '-x', '--reruns=2'] ... [2024-11-01 17:53:05.721092] 2024-11-01T17:53:10.5838207Z 2024-11-01T17:53:10.5839483Z cpp/inline_container_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.inline_container_test_1.1_2aae8e733005c1a8_.log 2024-11-01T17:53:10.5840477Z 2024-11-01T17:53:11.2212366Z Running test batch 'tests to run' cost 9.74 seconds 2024-11-01T17:53:11.7658452Z 2024-11-01T17:53:11.7659121Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:53:11.7659965Z echo "inline_container_test" failed with exit code 0 2024-11-01T17:53:11.7660512Z goto fail 2024-11-01T17:53:11.7660776Z ) 2024-11-01T17:53:11.7660913Z 2024-11-01T17:53:11.7661209Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:53:11.7661877Z echo "inline_container_test" failed with exit code 0 2024-11-01T17:53:11.7662351Z goto fail 2024-11-01T17:53:11.7662581Z ) 2024-11-01T17:53:11.7662728Z 2024-11-01T17:53:11.7663011Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:53:11.7669196Z 2024-11-01T17:53:11.7669482Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:53:11.7670463Z call :libtorch_check "ivalue_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2024-11-01T17:53:11.7671336Z if errorlevel 1 goto fail 2024-11-01T17:53:11.7671671Z ) 2024-11-01T17:53:11.7681450Z 2024-11-01T17:53:11.7681955Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:53:11.7685511Z 2024-11-01T17:53:11.7686264Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:53:11.7688872Z 2024-11-01T17:53:11.7689444Z (base) C:\actions-runner\_work\pytorch\pytorch>if "ivalue_test" == "verify_api_visibility" goto :eof 2024-11-01T17:53:11.7690737Z 2024-11-01T17:53:11.7691982Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2024-11-01T17:53:11.7693500Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2024-11-01T17:53:11.7694192Z 2024-11-01T17:53:11.7694776Z (base) C:\actions-runner\_work\pytorch\pytorch>if "ivalue_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:53:11.7695856Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2024-11-01T17:53:11.7696585Z goto :eof 2024-11-01T17:53:11.7696822Z ) 2024-11-01T17:53:11.7696968Z 2024-11-01T17:53:11.7697491Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/ivalue_test" 2024-11-01T17:53:11.9326236Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:53:11.9327479Z import pkg_resources 2024-11-01T17:53:17.0007977Z Found test times from artifacts 2024-11-01T17:53:17.0709471Z Found test times from artifacts 2024-11-01T17:53:17.0731775Z Running 25% of tests based on TD 2024-11-01T17:53:17.0736510Z Running parallel tests on 3 processes 2024-11-01T17:53:17.0736964Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:53:17.0737392Z Serial tests (0): 2024-11-01T17:53:17.0737686Z Parallel tests (1): 2024-11-01T17:53:17.0738007Z cpp/ivalue_test 1/1 2024-11-01T17:53:17.0738503Z Name: excluded (est. time: 0.0min) 2024-11-01T17:53:17.0738949Z Serial tests (0): 2024-11-01T17:53:17.0739256Z Parallel tests (0): 2024-11-01T17:53:17.0809123Z Running cpp/ivalue_test 1/1 ... [2024-11-01 17:53:17.080449] 2024-11-01T17:53:17.0809689Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:53:17.0819261Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\ivalue_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-abb8b3577732c82e.xml', '-x', '--reruns=2'] ... [2024-11-01 17:53:17.081626] 2024-11-01T17:53:17.0821965Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:53:19.6505249Z 2024-11-01T17:53:19.6506379Z cpp/ivalue_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.ivalue_test_1.1_f118ecdc6b06d7dc_.log 2024-11-01T17:53:19.6507411Z 2024-11-01T17:53:21.2951222Z Running cpp/ivalue_test 1/1 ... [2024-11-01 17:53:21.293260] 2024-11-01T17:53:21.2951790Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:53:21.2961074Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\ivalue_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e9841e8a60a63878.xml', '-x', '--reruns=2'] ... [2024-11-01 17:53:21.293260] 2024-11-01T17:53:31.3096762Z 2024-11-01T17:53:31.3098155Z cpp/ivalue_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.ivalue_test_1.1_30787469bb177f1a_.log 2024-11-01T17:53:31.3099047Z 2024-11-01T17:53:31.9693427Z Running test batch 'tests to run' cost 14.9 seconds 2024-11-01T17:53:32.4786008Z 2024-11-01T17:53:32.4786726Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:53:32.4787419Z echo "ivalue_test" failed with exit code 0 2024-11-01T17:53:32.4787962Z goto fail 2024-11-01T17:53:32.4788205Z ) 2024-11-01T17:53:32.4788354Z 2024-11-01T17:53:32.4788645Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:53:32.4789282Z echo "ivalue_test" failed with exit code 0 2024-11-01T17:53:32.4789708Z goto fail 2024-11-01T17:53:32.4789937Z ) 2024-11-01T17:53:32.4790088Z 2024-11-01T17:53:32.4790316Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:53:32.4796187Z 2024-11-01T17:53:32.4796698Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:53:32.4797791Z call :libtorch_check "KernelFunction_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2024-11-01T17:53:32.4798797Z if errorlevel 1 goto fail 2024-11-01T17:53:32.4799133Z ) 2024-11-01T17:53:32.4807104Z 2024-11-01T17:53:32.4807619Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:53:32.4811040Z 2024-11-01T17:53:32.4812136Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:53:32.4813962Z 2024-11-01T17:53:32.4814599Z (base) C:\actions-runner\_work\pytorch\pytorch>if "KernelFunction_test" == "verify_api_visibility" goto :eof 2024-11-01T17:53:32.4815914Z 2024-11-01T17:53:32.4816837Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2024-11-01T17:53:32.4818312Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2024-11-01T17:53:32.4819002Z 2024-11-01T17:53:32.4819502Z (base) C:\actions-runner\_work\pytorch\pytorch>if "KernelFunction_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:53:32.4820809Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2024-11-01T17:53:32.4821636Z goto :eof 2024-11-01T17:53:32.4821898Z ) 2024-11-01T17:53:32.4822130Z 2024-11-01T17:53:32.4822704Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/KernelFunction_test" 2024-11-01T17:53:32.6557951Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:53:32.6560186Z import pkg_resources 2024-11-01T17:53:37.9010378Z Found test times from artifacts 2024-11-01T17:53:37.9717374Z Found test times from artifacts 2024-11-01T17:53:37.9740091Z Running 25% of tests based on TD 2024-11-01T17:53:37.9745441Z Running parallel tests on 3 processes 2024-11-01T17:53:37.9745882Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:53:37.9746292Z Serial tests (0): 2024-11-01T17:53:37.9746618Z Parallel tests (1): 2024-11-01T17:53:37.9746958Z cpp/KernelFunction_test 1/1 2024-11-01T17:53:37.9747550Z Name: excluded (est. time: 0.0min) 2024-11-01T17:53:37.9747995Z Serial tests (0): 2024-11-01T17:53:37.9748296Z Parallel tests (0): 2024-11-01T17:53:37.9817276Z Running cpp/KernelFunction_test 1/1 ... [2024-11-01 17:53:37.981260] 2024-11-01T17:53:37.9817911Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:53:37.9828352Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\KernelFunction_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9a1aae18e32f4185.xml', '-x', '--reruns=2'] ... [2024-11-01 17:53:37.982441] 2024-11-01T17:53:37.9831161Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:53:40.7951753Z 2024-11-01T17:53:40.7953830Z cpp/KernelFunction_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.KernelFunction_test_1.1_064acea035b663b5_.log 2024-11-01T17:53:40.7954869Z 2024-11-01T17:53:42.2328653Z Running cpp/KernelFunction_test 1/1 ... [2024-11-01 17:53:42.232499] 2024-11-01T17:53:42.2329304Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:53:42.2338514Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\KernelFunction_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b83dc2f11ce31f97.xml', '-x', '--reruns=2'] ... [2024-11-01 17:53:42.232499] 2024-11-01T17:53:50.2170817Z 2024-11-01T17:53:50.2172021Z cpp/KernelFunction_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.KernelFunction_test_1.1_e5fa90e6f9dc8b39_.log 2024-11-01T17:53:50.2173043Z 2024-11-01T17:53:50.8325291Z Running test batch 'tests to run' cost 12.85 seconds 2024-11-01T17:53:51.3850265Z 2024-11-01T17:53:51.3851018Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:53:51.3851780Z echo "KernelFunction_test" failed with exit code 0 2024-11-01T17:53:51.3852277Z goto fail 2024-11-01T17:53:51.3852537Z ) 2024-11-01T17:53:51.3852665Z 2024-11-01T17:53:51.3852981Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:53:51.3853627Z echo "KernelFunction_test" failed with exit code 0 2024-11-01T17:53:51.3854097Z goto fail 2024-11-01T17:53:51.3854353Z ) 2024-11-01T17:53:51.3854485Z 2024-11-01T17:53:51.3854711Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:53:51.3861173Z 2024-11-01T17:53:51.3861484Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:53:51.3862632Z call :libtorch_check "kernel_function_legacy_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2024-11-01T17:53:51.3863844Z if errorlevel 1 goto fail 2024-11-01T17:53:51.3864236Z ) 2024-11-01T17:53:51.3872552Z 2024-11-01T17:53:51.3873124Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:53:51.3876471Z 2024-11-01T17:53:51.3877229Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:53:51.3879340Z 2024-11-01T17:53:51.3880024Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_legacy_test" == "verify_api_visibility" goto :eof 2024-11-01T17:53:51.3881204Z 2024-11-01T17:53:51.3882652Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2024-11-01T17:53:51.3884254Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2024-11-01T17:53:51.3884994Z 2024-11-01T17:53:51.3885543Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_legacy_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:53:51.3886955Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2024-11-01T17:53:51.3887756Z goto :eof 2024-11-01T17:53:51.3888059Z ) 2024-11-01T17:53:51.3888253Z 2024-11-01T17:53:51.3888859Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_function_legacy_test" 2024-11-01T17:53:51.5517619Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:53:51.5518872Z import pkg_resources 2024-11-01T17:53:56.7792136Z Found test times from artifacts 2024-11-01T17:53:56.8500891Z Found test times from artifacts 2024-11-01T17:53:56.8523729Z Running 25% of tests based on TD 2024-11-01T17:53:56.8528801Z Running parallel tests on 3 processes 2024-11-01T17:53:56.8529281Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:53:56.8529748Z Serial tests (0): 2024-11-01T17:53:56.8530051Z Parallel tests (1): 2024-11-01T17:53:56.8530403Z cpp/kernel_function_legacy_test 1/1 2024-11-01T17:53:56.8530837Z Name: excluded (est. time: 0.0min) 2024-11-01T17:53:56.8531199Z Serial tests (0): 2024-11-01T17:53:56.8531560Z Parallel tests (0): 2024-11-01T17:53:56.8602823Z Running cpp/kernel_function_legacy_test 1/1 ... [2024-11-01 17:53:56.859824] 2024-11-01T17:53:56.8603475Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:53:56.8613593Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_legacy_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2d3b442869fde112.xml', '-x', '--reruns=2'] ... [2024-11-01 17:53:56.861038] 2024-11-01T17:53:56.8616495Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:53:59.4280345Z 2024-11-01T17:53:59.4281660Z cpp/kernel_function_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_legacy_test_1.1_b6d0bcc41fcfe4fe_.log 2024-11-01T17:53:59.4282729Z 2024-11-01T17:54:01.0806024Z Running cpp/kernel_function_legacy_test 1/1 ... [2024-11-01 17:54:01.080107] 2024-11-01T17:54:01.0806742Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:54:01.0815676Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_legacy_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8095df7c3f183abb.xml', '-x', '--reruns=2'] ... [2024-11-01 17:54:01.081289] 2024-11-01T17:54:13.8760944Z 2024-11-01T17:54:13.8762604Z cpp/kernel_function_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_legacy_test_1.1_9f11361a55196db5_.log 2024-11-01T17:54:13.8764599Z 2024-11-01T17:54:14.5621719Z Running test batch 'tests to run' cost 17.71 seconds 2024-11-01T17:54:15.0790539Z 2024-11-01T17:54:15.0791294Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:54:15.0792035Z echo "kernel_function_legacy_test" failed with exit code 0 2024-11-01T17:54:15.0792568Z goto fail 2024-11-01T17:54:15.0792804Z ) 2024-11-01T17:54:15.0792953Z 2024-11-01T17:54:15.0793247Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:54:15.0793952Z echo "kernel_function_legacy_test" failed with exit code 0 2024-11-01T17:54:15.0794437Z goto fail 2024-11-01T17:54:15.0794690Z ) 2024-11-01T17:54:15.0794824Z 2024-11-01T17:54:15.0795074Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:54:15.0805061Z 2024-11-01T17:54:15.0805453Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:54:15.0806690Z call :libtorch_check "kernel_function_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2024-11-01T17:54:15.0807687Z if errorlevel 1 goto fail 2024-11-01T17:54:15.0808027Z ) 2024-11-01T17:54:15.0818355Z 2024-11-01T17:54:15.0818934Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:54:15.0824120Z 2024-11-01T17:54:15.0825413Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:54:15.0828493Z 2024-11-01T17:54:15.0829252Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_test" == "verify_api_visibility" goto :eof 2024-11-01T17:54:15.0831029Z 2024-11-01T17:54:15.0832358Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2024-11-01T17:54:15.0834066Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2024-11-01T17:54:15.0835264Z 2024-11-01T17:54:15.0836243Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:54:15.0837615Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2024-11-01T17:54:15.0838461Z goto :eof 2024-11-01T17:54:15.0838766Z ) 2024-11-01T17:54:15.0838898Z 2024-11-01T17:54:15.0839609Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_function_test" 2024-11-01T17:54:15.2470215Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:54:15.2471479Z import pkg_resources 2024-11-01T17:54:20.4360756Z Found test times from artifacts 2024-11-01T17:54:20.5072656Z Found test times from artifacts 2024-11-01T17:54:20.5095826Z Running 25% of tests based on TD 2024-11-01T17:54:20.5100797Z Running parallel tests on 3 processes 2024-11-01T17:54:20.5101232Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:54:20.5101652Z Serial tests (0): 2024-11-01T17:54:20.5101964Z Parallel tests (1): 2024-11-01T17:54:20.5102282Z cpp/kernel_function_test 1/1 2024-11-01T17:54:20.5102679Z Name: excluded (est. time: 0.0min) 2024-11-01T17:54:20.5103057Z Serial tests (0): 2024-11-01T17:54:20.5103341Z Parallel tests (0): 2024-11-01T17:54:20.5172979Z Running cpp/kernel_function_test 1/1 ... [2024-11-01 17:54:20.516204] 2024-11-01T17:54:20.5173611Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:54:20.5183618Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-975a03f9738a2fd1.xml', '-x', '--reruns=2'] ... [2024-11-01 17:54:20.516204] 2024-11-01T17:54:20.5186451Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:54:23.1364104Z 2024-11-01T17:54:23.1365421Z cpp/kernel_function_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_test_1.1_a6c7ed773672d96c_.log 2024-11-01T17:54:23.1366522Z 2024-11-01T17:54:24.6026975Z Running cpp/kernel_function_test 1/1 ... [2024-11-01 17:54:24.596113] 2024-11-01T17:54:24.6027625Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:54:24.6037280Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7d5fa2cefb953ccf.xml', '-x', '--reruns=2'] ... [2024-11-01 17:54:24.596113] 2024-11-01T17:54:35.4645127Z 2024-11-01T17:54:35.4646574Z cpp/kernel_function_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_test_1.1_5ccc31a29ee30d96_.log 2024-11-01T17:54:35.4647606Z 2024-11-01T17:54:36.1173321Z Running test batch 'tests to run' cost 15.61 seconds 2024-11-01T17:54:36.6299221Z 2024-11-01T17:54:36.6300170Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:54:36.6300876Z echo "kernel_function_test" failed with exit code 0 2024-11-01T17:54:36.6301353Z goto fail 2024-11-01T17:54:36.6301611Z ) 2024-11-01T17:54:36.6301744Z 2024-11-01T17:54:36.6302041Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:54:36.6302818Z echo "kernel_function_test" failed with exit code 0 2024-11-01T17:54:36.6303286Z goto fail 2024-11-01T17:54:36.6303514Z ) 2024-11-01T17:54:36.6303674Z 2024-11-01T17:54:36.6303916Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:54:36.6310110Z 2024-11-01T17:54:36.6310450Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:54:36.6311588Z call :libtorch_check "kernel_lambda_legacy_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2024-11-01T17:54:36.6312611Z if errorlevel 1 goto fail 2024-11-01T17:54:36.6312947Z ) 2024-11-01T17:54:36.6321248Z 2024-11-01T17:54:36.6321743Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:54:36.6325195Z 2024-11-01T17:54:36.6326352Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:54:36.6328396Z 2024-11-01T17:54:36.6329037Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_legacy_test" == "verify_api_visibility" goto :eof 2024-11-01T17:54:36.6330229Z 2024-11-01T17:54:36.6331409Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2024-11-01T17:54:36.6332967Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2024-11-01T17:54:36.6333680Z 2024-11-01T17:54:36.6334209Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_legacy_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:54:36.6335444Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2024-11-01T17:54:36.6336279Z goto :eof 2024-11-01T17:54:36.6336525Z ) 2024-11-01T17:54:36.6336709Z 2024-11-01T17:54:36.6337318Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_lambda_legacy_test" 2024-11-01T17:54:36.7986829Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:54:36.7988327Z import pkg_resources 2024-11-01T17:54:41.8626032Z Found test times from artifacts 2024-11-01T17:54:41.9327578Z Found test times from artifacts 2024-11-01T17:54:41.9349687Z Running 25% of tests based on TD 2024-11-01T17:54:41.9355166Z Running parallel tests on 3 processes 2024-11-01T17:54:41.9355868Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:54:41.9356408Z Serial tests (0): 2024-11-01T17:54:41.9356762Z Parallel tests (1): 2024-11-01T17:54:41.9357173Z cpp/kernel_lambda_legacy_test 1/1 2024-11-01T17:54:41.9357695Z Name: excluded (est. time: 0.0min) 2024-11-01T17:54:41.9358109Z Serial tests (0): 2024-11-01T17:54:41.9358470Z Parallel tests (0): 2024-11-01T17:54:41.9429913Z Running cpp/kernel_lambda_legacy_test 1/1 ... [2024-11-01 17:54:41.941699] 2024-11-01T17:54:41.9430581Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:54:41.9441143Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_legacy_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a132c298f3ee9069.xml', '-x', '--reruns=2'] ... [2024-11-01 17:54:41.941699] 2024-11-01T17:54:41.9443993Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:54:44.6084336Z 2024-11-01T17:54:44.6085597Z cpp/kernel_lambda_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_legacy_test_1.1_83f072d5ac9b43a7_.log 2024-11-01T17:54:44.6086633Z 2024-11-01T17:54:46.0859062Z Running cpp/kernel_lambda_legacy_test 1/1 ... [2024-11-01 17:54:46.085461] 2024-11-01T17:54:46.0859739Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:54:46.0869034Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_legacy_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a150175071ba80b2.xml', '-x', '--reruns=2'] ... [2024-11-01 17:54:46.086597] 2024-11-01T17:54:58.9421674Z 2024-11-01T17:54:58.9423256Z cpp/kernel_lambda_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_legacy_test_1.1_bacd483b9a92a44b_.log 2024-11-01T17:54:58.9424308Z 2024-11-01T17:54:59.5881334Z Running test batch 'tests to run' cost 17.65 seconds 2024-11-01T17:55:00.1072824Z 2024-11-01T17:55:00.1073473Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:55:00.1074196Z echo "kernel_lambda_legacy_test" failed with exit code 0 2024-11-01T17:55:00.1074708Z goto fail 2024-11-01T17:55:00.1074947Z ) 2024-11-01T17:55:00.1075096Z 2024-11-01T17:55:00.1075403Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:55:00.1076123Z echo "kernel_lambda_legacy_test" failed with exit code 0 2024-11-01T17:55:00.1076597Z goto fail 2024-11-01T17:55:00.1076848Z ) 2024-11-01T17:55:00.1076976Z 2024-11-01T17:55:00.1077229Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:55:00.1082946Z 2024-11-01T17:55:00.1083537Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:55:00.1084629Z call :libtorch_check "kernel_lambda_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2024-11-01T17:55:00.1085602Z if errorlevel 1 goto fail 2024-11-01T17:55:00.1085921Z ) 2024-11-01T17:55:00.1094654Z 2024-11-01T17:55:00.1095130Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:55:00.1098874Z 2024-11-01T17:55:00.1100284Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:55:00.1103179Z 2024-11-01T17:55:00.1104119Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_test" == "verify_api_visibility" goto :eof 2024-11-01T17:55:00.1105494Z 2024-11-01T17:55:00.1106654Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2024-11-01T17:55:00.1108220Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2024-11-01T17:55:00.1109025Z 2024-11-01T17:55:00.1109676Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:55:00.1110841Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2024-11-01T17:55:00.1111601Z goto :eof 2024-11-01T17:55:00.1111836Z ) 2024-11-01T17:55:00.1111988Z 2024-11-01T17:55:00.1112550Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_lambda_test" 2024-11-01T17:55:00.2748777Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:55:00.2750053Z import pkg_resources 2024-11-01T17:55:05.4942002Z Found test times from artifacts 2024-11-01T17:55:05.5646635Z Found test times from artifacts 2024-11-01T17:55:05.5669709Z Running 25% of tests based on TD 2024-11-01T17:55:05.5675123Z Running parallel tests on 3 processes 2024-11-01T17:55:05.5675959Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:55:05.5676438Z Serial tests (0): 2024-11-01T17:55:05.5676748Z Parallel tests (1): 2024-11-01T17:55:05.5677101Z cpp/kernel_lambda_test 1/1 2024-11-01T17:55:05.5677497Z Name: excluded (est. time: 0.0min) 2024-11-01T17:55:05.5677877Z Serial tests (0): 2024-11-01T17:55:05.5678201Z Parallel tests (0): 2024-11-01T17:55:05.5748030Z Running cpp/kernel_lambda_test 1/1 ... [2024-11-01 17:55:05.574607] 2024-11-01T17:55:05.5748686Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:55:05.5758848Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1ce18ce23c4043bf.xml', '-x', '--reruns=2'] ... [2024-11-01 17:55:05.574607] 2024-11-01T17:55:05.5761531Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:55:08.2646551Z 2024-11-01T17:55:08.2647868Z cpp/kernel_lambda_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_test_1.1_1497e67427cc637c_.log 2024-11-01T17:55:08.2649191Z 2024-11-01T17:55:09.8318468Z Running cpp/kernel_lambda_test 1/1 ... [2024-11-01 17:55:09.828622] 2024-11-01T17:55:09.8319104Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:55:09.8328099Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c310882181a28ed2.xml', '-x', '--reruns=2'] ... [2024-11-01 17:55:09.828622] 2024-11-01T17:55:20.3775783Z 2024-11-01T17:55:20.3777236Z cpp/kernel_lambda_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_test_1.1_635480d6e7efd318_.log 2024-11-01T17:55:20.3778199Z 2024-11-01T17:55:21.0142963Z Running test batch 'tests to run' cost 15.45 seconds 2024-11-01T17:55:21.5288164Z 2024-11-01T17:55:21.5288882Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:55:21.5289562Z echo "kernel_lambda_test" failed with exit code 0 2024-11-01T17:55:21.5290217Z goto fail 2024-11-01T17:55:21.5290527Z ) 2024-11-01T17:55:21.5290687Z 2024-11-01T17:55:21.5291054Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:55:21.5291771Z echo "kernel_lambda_test" failed with exit code 0 2024-11-01T17:55:21.5292259Z goto fail 2024-11-01T17:55:21.5292514Z ) 2024-11-01T17:55:21.5292644Z 2024-11-01T17:55:21.5292893Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:55:21.5299767Z 2024-11-01T17:55:21.5300331Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:55:21.5301448Z call :libtorch_check "kernel_stackbased_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2024-11-01T17:55:21.5302464Z if errorlevel 1 goto fail 2024-11-01T17:55:21.5302804Z ) 2024-11-01T17:55:21.5311894Z 2024-11-01T17:55:21.5312411Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:55:21.5316297Z 2024-11-01T17:55:21.5317130Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:55:21.5319467Z 2024-11-01T17:55:21.5320078Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_stackbased_test" == "verify_api_visibility" goto :eof 2024-11-01T17:55:21.5321688Z 2024-11-01T17:55:21.5322909Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2024-11-01T17:55:21.5324421Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2024-11-01T17:55:21.5325111Z 2024-11-01T17:55:21.5325645Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_stackbased_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:55:21.5326827Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2024-11-01T17:55:21.5327718Z goto :eof 2024-11-01T17:55:21.5327972Z ) 2024-11-01T17:55:21.5328102Z 2024-11-01T17:55:21.5328689Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_stackbased_test" 2024-11-01T17:55:21.7107300Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:55:21.7108556Z import pkg_resources 2024-11-01T17:55:26.8004039Z Found test times from artifacts 2024-11-01T17:55:26.8719277Z Found test times from artifacts 2024-11-01T17:55:26.8740683Z Running 25% of tests based on TD 2024-11-01T17:55:26.8745536Z Running parallel tests on 3 processes 2024-11-01T17:55:26.8746353Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:55:26.8746827Z Serial tests (0): 2024-11-01T17:55:26.8747129Z Parallel tests (1): 2024-11-01T17:55:26.8747479Z cpp/kernel_stackbased_test 1/1 2024-11-01T17:55:26.8747906Z Name: excluded (est. time: 0.0min) 2024-11-01T17:55:26.8748282Z Serial tests (0): 2024-11-01T17:55:26.8748592Z Parallel tests (0): 2024-11-01T17:55:26.8820297Z Running cpp/kernel_stackbased_test 1/1 ... [2024-11-01 17:55:26.881635] 2024-11-01T17:55:26.8820922Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:55:26.8831452Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_stackbased_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9e654f9d23312220.xml', '-x', '--reruns=2'] ... [2024-11-01 17:55:26.882810] 2024-11-01T17:55:26.8834225Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:55:29.4459158Z 2024-11-01T17:55:29.4460803Z cpp/kernel_stackbased_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_stackbased_test_1.1_b503863308b255a0_.log 2024-11-01T17:55:29.4461891Z 2024-11-01T17:55:31.1115701Z Running cpp/kernel_stackbased_test 1/1 ... [2024-11-01 17:55:31.106247] 2024-11-01T17:55:31.1116348Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:55:31.1125337Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_stackbased_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-956cdc01c78d7832.xml', '-x', '--reruns=2'] ... [2024-11-01 17:55:31.106247] 2024-11-01T17:55:36.0936771Z 2024-11-01T17:55:36.0938239Z cpp/kernel_stackbased_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_stackbased_test_1.1_5915beea92579c74_.log 2024-11-01T17:55:36.0939251Z 2024-11-01T17:55:36.7818571Z Running test batch 'tests to run' cost 9.91 seconds 2024-11-01T17:55:37.3010247Z 2024-11-01T17:55:37.3011185Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:55:37.3011988Z echo "kernel_stackbased_test" failed with exit code 0 2024-11-01T17:55:37.3012555Z goto fail 2024-11-01T17:55:37.3012852Z ) 2024-11-01T17:55:37.3013141Z 2024-11-01T17:55:37.3013592Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:55:37.3014352Z echo "kernel_stackbased_test" failed with exit code 0 2024-11-01T17:55:37.3014930Z goto fail 2024-11-01T17:55:37.3015231Z ) 2024-11-01T17:55:37.3015360Z 2024-11-01T17:55:37.3015650Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:55:37.3022668Z 2024-11-01T17:55:37.3022938Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:55:37.3023963Z call :libtorch_check "lazy_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2024-11-01T17:55:37.3024912Z if errorlevel 1 goto fail 2024-11-01T17:55:37.3025295Z ) 2024-11-01T17:55:37.3033377Z 2024-11-01T17:55:37.3034294Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:55:37.3038039Z 2024-11-01T17:55:37.3038817Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:55:37.3041552Z 2024-11-01T17:55:37.3042193Z (base) C:\actions-runner\_work\pytorch\pytorch>if "lazy_tensor_test" == "verify_api_visibility" goto :eof 2024-11-01T17:55:37.3043526Z 2024-11-01T17:55:37.3044374Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2024-11-01T17:55:37.3045790Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2024-11-01T17:55:37.3046434Z 2024-11-01T17:55:37.3047062Z (base) C:\actions-runner\_work\pytorch\pytorch>if "lazy_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:55:37.3048210Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2024-11-01T17:55:37.3048953Z goto :eof 2024-11-01T17:55:37.3049186Z ) 2024-11-01T17:55:37.3049336Z 2024-11-01T17:55:37.3049885Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/lazy_tensor_test" 2024-11-01T17:55:37.4680357Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:55:37.4681625Z import pkg_resources 2024-11-01T17:55:42.7558930Z Found test times from artifacts 2024-11-01T17:55:42.8277576Z Found test times from artifacts 2024-11-01T17:55:42.8300087Z Running 25% of tests based on TD 2024-11-01T17:55:42.8305172Z Running parallel tests on 3 processes 2024-11-01T17:55:42.8305999Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:55:42.8306563Z Serial tests (0): 2024-11-01T17:55:42.8306966Z Parallel tests (1): 2024-11-01T17:55:42.8307314Z cpp/lazy_tensor_test 1/1 2024-11-01T17:55:42.8307755Z Name: excluded (est. time: 0.0min) 2024-11-01T17:55:42.8308139Z Serial tests (0): 2024-11-01T17:55:42.8308450Z Parallel tests (0): 2024-11-01T17:55:42.8376763Z Running cpp/lazy_tensor_test 1/1 ... [2024-11-01 17:55:42.829728] 2024-11-01T17:55:42.8377364Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:55:42.8388318Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\lazy_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6a176c843b5dcf08.xml', '-x', '--reruns=2'] ... [2024-11-01 17:55:42.829728] 2024-11-01T17:55:42.8390986Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:55:45.4532504Z 2024-11-01T17:55:45.4533936Z cpp/lazy_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.lazy_tensor_test_1.1_af845722839ba4b9_.log 2024-11-01T17:55:45.4534910Z 2024-11-01T17:55:47.0569190Z Running cpp/lazy_tensor_test 1/1 ... [2024-11-01 17:55:47.052781] 2024-11-01T17:55:47.0569799Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:55:47.0578788Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\lazy_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d6ec330d4373dbe8.xml', '-x', '--reruns=2'] ... [2024-11-01 17:55:47.052781] 2024-11-01T17:55:50.0316870Z 2024-11-01T17:55:50.0318127Z cpp/lazy_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.lazy_tensor_test_1.1_ef3b92916fa35432_.log 2024-11-01T17:55:50.0319081Z 2024-11-01T17:55:50.6542184Z Running test batch 'tests to run' cost 7.82 seconds 2024-11-01T17:55:51.1560068Z 2024-11-01T17:55:51.1560737Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:55:51.1561412Z echo "lazy_tensor_test" failed with exit code 0 2024-11-01T17:55:51.1561862Z goto fail 2024-11-01T17:55:51.1562123Z ) 2024-11-01T17:55:51.1562253Z 2024-11-01T17:55:51.1562568Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:55:51.1563193Z echo "lazy_tensor_test" failed with exit code 0 2024-11-01T17:55:51.1563641Z goto fail 2024-11-01T17:55:51.1563948Z ) 2024-11-01T17:55:51.1564150Z 2024-11-01T17:55:51.1564459Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:55:51.1572052Z 2024-11-01T17:55:51.1572687Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:55:51.1573735Z call :libtorch_check "legacy_vmap_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2024-11-01T17:55:51.1574718Z if errorlevel 1 goto fail 2024-11-01T17:55:51.1575062Z ) 2024-11-01T17:55:51.1583763Z 2024-11-01T17:55:51.1584274Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:55:51.1588242Z 2024-11-01T17:55:51.1589327Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:55:51.1591331Z 2024-11-01T17:55:51.1591925Z (base) C:\actions-runner\_work\pytorch\pytorch>if "legacy_vmap_test" == "verify_api_visibility" goto :eof 2024-11-01T17:55:51.1593235Z 2024-11-01T17:55:51.1594162Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2024-11-01T17:55:51.1595590Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2024-11-01T17:55:51.1596384Z 2024-11-01T17:55:51.1597111Z (base) C:\actions-runner\_work\pytorch\pytorch>if "legacy_vmap_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:55:51.1598394Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2024-11-01T17:55:51.1599128Z goto :eof 2024-11-01T17:55:51.1599430Z ) 2024-11-01T17:55:51.1599567Z 2024-11-01T17:55:51.1600182Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/legacy_vmap_test" 2024-11-01T17:55:51.3237732Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:55:51.3239095Z import pkg_resources 2024-11-01T17:55:56.4168497Z Found test times from artifacts 2024-11-01T17:55:56.4876605Z Found test times from artifacts 2024-11-01T17:55:56.4899060Z Running 25% of tests based on TD 2024-11-01T17:55:56.4904257Z Running parallel tests on 3 processes 2024-11-01T17:55:56.4904793Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:55:56.4905406Z Serial tests (0): 2024-11-01T17:55:56.4905708Z Parallel tests (1): 2024-11-01T17:55:56.4906054Z cpp/legacy_vmap_test 1/1 2024-11-01T17:55:56.4906434Z Name: excluded (est. time: 0.0min) 2024-11-01T17:55:56.4907746Z Serial tests (0): 2024-11-01T17:55:56.4908068Z Parallel tests (0): 2024-11-01T17:55:56.4978121Z Running cpp/legacy_vmap_test 1/1 ... [2024-11-01 17:55:56.497556] 2024-11-01T17:55:56.4979172Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:55:56.4991553Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\legacy_vmap_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4cb67d42e97fc17b.xml', '-x', '--reruns=2'] ... [2024-11-01 17:55:56.498748] 2024-11-01T17:55:56.4994432Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:55:59.0029902Z 2024-11-01T17:55:59.0031209Z cpp/legacy_vmap_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.legacy_vmap_test_1.1_6ac26a59e306e7f0_.log 2024-11-01T17:55:59.0032160Z 2024-11-01T17:56:00.7082989Z Running cpp/legacy_vmap_test 1/1 ... [2024-11-01 17:56:00.693277] 2024-11-01T17:56:00.7083617Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:56:00.7103315Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\legacy_vmap_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-316902ddafc25830.xml', '-x', '--reruns=2'] ... [2024-11-01 17:56:00.710068] 2024-11-01T17:56:07.8275535Z 2024-11-01T17:56:07.8276894Z cpp/legacy_vmap_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.legacy_vmap_test_1.1_0d4de592622ec5bb_.log 2024-11-01T17:56:07.8277855Z 2024-11-01T17:56:08.4450756Z Running test batch 'tests to run' cost 11.95 seconds 2024-11-01T17:56:08.9943295Z 2024-11-01T17:56:08.9944235Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:56:08.9944956Z echo "legacy_vmap_test" failed with exit code 0 2024-11-01T17:56:08.9945515Z goto fail 2024-11-01T17:56:08.9945780Z ) 2024-11-01T17:56:08.9945922Z 2024-11-01T17:56:08.9946221Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:56:08.9946881Z echo "legacy_vmap_test" failed with exit code 0 2024-11-01T17:56:08.9947337Z goto fail 2024-11-01T17:56:08.9947568Z ) 2024-11-01T17:56:08.9947720Z 2024-11-01T17:56:08.9947950Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:56:08.9953962Z 2024-11-01T17:56:08.9954613Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:56:08.9955734Z call :libtorch_check "List_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2024-11-01T17:56:08.9956701Z if errorlevel 1 goto fail 2024-11-01T17:56:08.9957114Z ) 2024-11-01T17:56:08.9965806Z 2024-11-01T17:56:08.9966308Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:56:08.9969717Z 2024-11-01T17:56:08.9970465Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:56:08.9972829Z 2024-11-01T17:56:08.9973617Z (base) C:\actions-runner\_work\pytorch\pytorch>if "List_test" == "verify_api_visibility" goto :eof 2024-11-01T17:56:08.9974698Z 2024-11-01T17:56:08.9975838Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2024-11-01T17:56:08.9977219Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2024-11-01T17:56:08.9977874Z 2024-11-01T17:56:08.9978491Z (base) C:\actions-runner\_work\pytorch\pytorch>if "List_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:56:08.9979566Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2024-11-01T17:56:08.9980262Z goto :eof 2024-11-01T17:56:08.9980518Z ) 2024-11-01T17:56:08.9980651Z 2024-11-01T17:56:08.9981184Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/List_test" 2024-11-01T17:56:09.1622953Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:56:09.1624266Z import pkg_resources 2024-11-01T17:56:14.4650946Z Found test times from artifacts 2024-11-01T17:56:14.5355501Z Found test times from artifacts 2024-11-01T17:56:14.5376909Z Running 25% of tests based on TD 2024-11-01T17:56:14.5381807Z Running parallel tests on 3 processes 2024-11-01T17:56:14.5382269Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:56:14.5382700Z Serial tests (0): 2024-11-01T17:56:14.5383031Z Parallel tests (1): 2024-11-01T17:56:14.5383338Z cpp/List_test 1/1 2024-11-01T17:56:14.5383686Z Name: excluded (est. time: 0.0min) 2024-11-01T17:56:14.5384075Z Serial tests (0): 2024-11-01T17:56:14.5384415Z Parallel tests (0): 2024-11-01T17:56:14.5454426Z Running cpp/List_test 1/1 ... [2024-11-01 17:56:14.539611] 2024-11-01T17:56:14.5454988Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:56:14.5465755Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\List_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1871640f7487e772.xml', '-x', '--reruns=2'] ... [2024-11-01 17:56:14.545695] 2024-11-01T17:56:14.5468373Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:56:17.1679347Z 2024-11-01T17:56:17.1680677Z cpp/List_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.List_test_1.1_3017b88edf571bb7_.log 2024-11-01T17:56:17.1681538Z 2024-11-01T17:56:18.6625280Z Running cpp/List_test 1/1 ... [2024-11-01 17:56:18.657573] 2024-11-01T17:56:18.6625826Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:56:18.6635470Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\List_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8df469bbba92f90b.xml', '-x', '--reruns=2'] ... [2024-11-01 17:56:18.657573] 2024-11-01T17:56:47.6829225Z 2024-11-01T17:56:47.6830336Z cpp/List_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.List_test_1.1_07e0a9318357860d_.log 2024-11-01T17:56:47.6833774Z 2024-11-01T17:56:48.3001996Z Running test batch 'tests to run' cost 33.76 seconds 2024-11-01T17:56:48.8206841Z 2024-11-01T17:56:48.8207834Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:56:48.8208543Z echo "List_test" failed with exit code 0 2024-11-01T17:56:48.8209038Z goto fail 2024-11-01T17:56:48.8209311Z ) 2024-11-01T17:56:48.8211548Z 2024-11-01T17:56:48.8212292Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:56:48.8212926Z echo "List_test" failed with exit code 0 2024-11-01T17:56:48.8213351Z goto fail 2024-11-01T17:56:48.8213600Z ) 2024-11-01T17:56:48.8213727Z 2024-11-01T17:56:48.8213955Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:56:48.8219273Z 2024-11-01T17:56:48.8219713Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:56:48.8221001Z call :libtorch_check "make_boxed_from_unboxed_functor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2024-11-01T17:56:48.8222277Z if errorlevel 1 goto fail 2024-11-01T17:56:48.8222670Z ) 2024-11-01T17:56:48.8230944Z 2024-11-01T17:56:48.8231716Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:56:48.8234965Z 2024-11-01T17:56:48.8235765Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:56:48.8237623Z 2024-11-01T17:56:48.8238376Z (base) C:\actions-runner\_work\pytorch\pytorch>if "make_boxed_from_unboxed_functor_test" == "verify_api_visibility" goto :eof 2024-11-01T17:56:48.8239189Z 2024-11-01T17:56:48.8240139Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2024-11-01T17:56:48.8241818Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2024-11-01T17:56:48.8242603Z 2024-11-01T17:56:48.8243188Z (base) C:\actions-runner\_work\pytorch\pytorch>if "make_boxed_from_unboxed_functor_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:56:48.8244528Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2024-11-01T17:56:48.8245381Z goto :eof 2024-11-01T17:56:48.8245606Z ) 2024-11-01T17:56:48.8245747Z 2024-11-01T17:56:48.8246395Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/make_boxed_from_unboxed_functor_test" 2024-11-01T17:56:48.9882341Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:56:48.9883592Z import pkg_resources 2024-11-01T17:56:54.1238435Z Found test times from artifacts 2024-11-01T17:56:54.1947148Z Found test times from artifacts 2024-11-01T17:56:54.1968906Z Running 25% of tests based on TD 2024-11-01T17:56:54.1973945Z Running parallel tests on 3 processes 2024-11-01T17:56:54.1975161Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:56:54.1975597Z Serial tests (0): 2024-11-01T17:56:54.1975925Z Parallel tests (1): 2024-11-01T17:56:54.1976306Z cpp/make_boxed_from_unboxed_functor_test 1/1 2024-11-01T17:56:54.1976776Z Name: excluded (est. time: 0.0min) 2024-11-01T17:56:54.1977132Z Serial tests (0): 2024-11-01T17:56:54.1977433Z Parallel tests (0): 2024-11-01T17:56:54.2046116Z Running cpp/make_boxed_from_unboxed_functor_test 1/1 ... [2024-11-01 17:56:54.204322] 2024-11-01T17:56:54.2046796Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:56:54.2056875Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\make_boxed_from_unboxed_functor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6b318a25e6e08002.xml', '-x', '--reruns=2'] ... [2024-11-01 17:56:54.204909] 2024-11-01T17:56:54.2059860Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:56:56.8917536Z 2024-11-01T17:56:56.8919054Z cpp/make_boxed_from_unboxed_functor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.make_boxed_from_unboxed_functor_test_1.1_1bea57575ecb0f0c_.log 2024-11-01T17:56:56.8920270Z 2024-11-01T17:56:58.4081351Z Running cpp/make_boxed_from_unboxed_functor_test 1/1 ... [2024-11-01 17:56:58.397946] 2024-11-01T17:56:58.4082067Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:56:58.4091318Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\make_boxed_from_unboxed_functor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2699662b5af09159.xml', '-x', '--reruns=2'] ... [2024-11-01 17:56:58.408645] 2024-11-01T17:57:09.6320441Z 2024-11-01T17:57:09.6321984Z cpp/make_boxed_from_unboxed_functor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.make_boxed_from_unboxed_functor_test_1.1_4991887cd2f4a4e5_.log 2024-11-01T17:57:09.6323112Z 2024-11-01T17:57:10.2502249Z Running test batch 'tests to run' cost 16.05 seconds 2024-11-01T17:57:10.7650918Z 2024-11-01T17:57:10.7651830Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:57:10.7653026Z echo "make_boxed_from_unboxed_functor_test" failed with exit code 0 2024-11-01T17:57:10.7653682Z goto fail 2024-11-01T17:57:10.7653930Z ) 2024-11-01T17:57:10.7654058Z 2024-11-01T17:57:10.7654346Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:57:10.7655098Z echo "make_boxed_from_unboxed_functor_test" failed with exit code 0 2024-11-01T17:57:10.7655652Z goto fail 2024-11-01T17:57:10.7655873Z ) 2024-11-01T17:57:10.7656013Z 2024-11-01T17:57:10.7656247Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:57:10.7661361Z 2024-11-01T17:57:10.7661705Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:57:10.7662754Z call :libtorch_check "math_kernel_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2024-11-01T17:57:10.7663731Z if errorlevel 1 goto fail 2024-11-01T17:57:10.7664063Z ) 2024-11-01T17:57:10.7672515Z 2024-11-01T17:57:10.7673029Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:57:10.7676566Z 2024-11-01T17:57:10.7677289Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:57:10.7679198Z 2024-11-01T17:57:10.7679731Z (base) C:\actions-runner\_work\pytorch\pytorch>if "math_kernel_test" == "verify_api_visibility" goto :eof 2024-11-01T17:57:10.7680905Z 2024-11-01T17:57:10.7681709Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2024-11-01T17:57:10.7683108Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2024-11-01T17:57:10.7683783Z 2024-11-01T17:57:10.7684268Z (base) C:\actions-runner\_work\pytorch\pytorch>if "math_kernel_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:57:10.7685380Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2024-11-01T17:57:10.7686097Z goto :eof 2024-11-01T17:57:10.7686335Z ) 2024-11-01T17:57:10.7686459Z 2024-11-01T17:57:10.7687018Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/math_kernel_test" 2024-11-01T17:57:10.9339835Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:57:10.9341147Z import pkg_resources 2024-11-01T17:57:16.1707892Z Found test times from artifacts 2024-11-01T17:57:16.2423931Z Found test times from artifacts 2024-11-01T17:57:16.2438732Z Running 25% of tests based on TD 2024-11-01T17:57:16.2443917Z Running parallel tests on 3 processes 2024-11-01T17:57:16.2444388Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:57:16.2444780Z Serial tests (0): 2024-11-01T17:57:16.2445065Z Parallel tests (1): 2024-11-01T17:57:16.2445388Z cpp/math_kernel_test 1/1 2024-11-01T17:57:16.2445753Z Name: excluded (est. time: 0.0min) 2024-11-01T17:57:16.2446110Z Serial tests (0): 2024-11-01T17:57:16.2446403Z Parallel tests (0): 2024-11-01T17:57:16.2515701Z Running cpp/math_kernel_test 1/1 ... [2024-11-01 17:57:16.246897] 2024-11-01T17:57:16.2516293Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:57:16.2526619Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\math_kernel_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1e848b53fcbbf5eb.xml', '-x', '--reruns=2'] ... [2024-11-01 17:57:16.251991] 2024-11-01T17:57:16.2529352Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:57:18.8997326Z 2024-11-01T17:57:18.8998670Z cpp/math_kernel_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.math_kernel_test_1.1_3fbdf25dc0ddfe50_.log 2024-11-01T17:57:18.8999627Z 2024-11-01T17:57:20.3630084Z Running cpp/math_kernel_test 1/1 ... [2024-11-01 17:57:20.362740] 2024-11-01T17:57:20.3630685Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:57:20.3639682Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\math_kernel_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-074cb3f9051642ed.xml', '-x', '--reruns=2'] ... [2024-11-01 17:57:20.363331] 2024-11-01T17:57:24.1220950Z 2024-11-01T17:57:24.1222076Z cpp/math_kernel_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.math_kernel_test_1.1_baf1db93f801630a_.log 2024-11-01T17:57:24.1223092Z 2024-11-01T17:57:24.7982150Z Running test batch 'tests to run' cost 8.55 seconds 2024-11-01T17:57:25.3061699Z 2024-11-01T17:57:25.3062348Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:57:25.3063074Z echo "math_kernel_test" failed with exit code 0 2024-11-01T17:57:25.3063534Z goto fail 2024-11-01T17:57:25.3063760Z ) 2024-11-01T17:57:25.3063896Z 2024-11-01T17:57:25.3064204Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:57:25.3064853Z echo "math_kernel_test" failed with exit code 0 2024-11-01T17:57:25.3065266Z goto fail 2024-11-01T17:57:25.3065505Z ) 2024-11-01T17:57:25.3065628Z 2024-11-01T17:57:25.3065858Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:57:25.3071998Z 2024-11-01T17:57:25.3072509Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:57:25.3073540Z call :libtorch_check "MaybeOwned_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2024-11-01T17:57:25.3074475Z if errorlevel 1 goto fail 2024-11-01T17:57:25.3074789Z ) 2024-11-01T17:57:25.3082480Z 2024-11-01T17:57:25.3082945Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:57:25.3086125Z 2024-11-01T17:57:25.3086848Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:57:25.3088773Z 2024-11-01T17:57:25.3089988Z (base) C:\actions-runner\_work\pytorch\pytorch>if "MaybeOwned_test" == "verify_api_visibility" goto :eof 2024-11-01T17:57:25.3090673Z 2024-11-01T17:57:25.3091444Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2024-11-01T17:57:25.3092891Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2024-11-01T17:57:25.3093533Z 2024-11-01T17:57:25.3094016Z (base) C:\actions-runner\_work\pytorch\pytorch>if "MaybeOwned_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:57:25.3095107Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2024-11-01T17:57:25.3095836Z goto :eof 2024-11-01T17:57:25.3096072Z ) 2024-11-01T17:57:25.3096198Z 2024-11-01T17:57:25.3096742Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/MaybeOwned_test" 2024-11-01T17:57:25.4718205Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:57:25.4719444Z import pkg_resources 2024-11-01T17:57:30.6023394Z Found test times from artifacts 2024-11-01T17:57:30.6738059Z Found test times from artifacts 2024-11-01T17:57:30.6760682Z Running 25% of tests based on TD 2024-11-01T17:57:30.6765549Z Running parallel tests on 3 processes 2024-11-01T17:57:30.6766406Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:57:30.6766872Z Serial tests (0): 2024-11-01T17:57:30.6767180Z Parallel tests (1): 2024-11-01T17:57:30.6767492Z cpp/MaybeOwned_test 1/1 2024-11-01T17:57:30.6767856Z Name: excluded (est. time: 0.0min) 2024-11-01T17:57:30.6768224Z Serial tests (0): 2024-11-01T17:57:30.6768505Z Parallel tests (0): 2024-11-01T17:57:30.6837124Z Running cpp/MaybeOwned_test 1/1 ... [2024-11-01 17:57:30.683124] 2024-11-01T17:57:30.6837837Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:57:30.6848792Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\MaybeOwned_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-15aaf6f131235d7e.xml', '-x', '--reruns=2'] ... [2024-11-01 17:57:30.684601] 2024-11-01T17:57:30.6851823Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:57:33.3092939Z 2024-11-01T17:57:33.3094237Z cpp/MaybeOwned_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.MaybeOwned_test_1.1_524e11c483363970_.log 2024-11-01T17:57:33.3095184Z 2024-11-01T17:57:34.9618887Z Running cpp/MaybeOwned_test 1/1 ... [2024-11-01 17:57:34.959809] 2024-11-01T17:57:34.9619498Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:57:34.9629182Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\MaybeOwned_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-61b8ec61002ef842.xml', '-x', '--reruns=2'] ... [2024-11-01 17:57:34.959809] 2024-11-01T17:57:43.5399246Z 2024-11-01T17:57:43.5400527Z cpp/MaybeOwned_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.MaybeOwned_test_1.1_dcf1822340769d95_.log 2024-11-01T17:57:43.5402566Z 2024-11-01T17:57:44.1833523Z Running test batch 'tests to run' cost 13.51 seconds 2024-11-01T17:57:44.6978544Z 2024-11-01T17:57:44.6979267Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:57:44.6979924Z echo "MaybeOwned_test" failed with exit code 0 2024-11-01T17:57:44.6980409Z goto fail 2024-11-01T17:57:44.6980664Z ) 2024-11-01T17:57:44.6980793Z 2024-11-01T17:57:44.6981218Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:57:44.6982010Z echo "MaybeOwned_test" failed with exit code 0 2024-11-01T17:57:44.6982497Z goto fail 2024-11-01T17:57:44.6982723Z ) 2024-11-01T17:57:44.6982869Z 2024-11-01T17:57:44.6983094Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:57:44.6989353Z 2024-11-01T17:57:44.6989631Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:57:44.6990666Z call :libtorch_check "memory_format_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2024-11-01T17:57:44.6991613Z if errorlevel 1 goto fail 2024-11-01T17:57:44.6991939Z ) 2024-11-01T17:57:44.7000624Z 2024-11-01T17:57:44.7001119Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:57:44.7004869Z 2024-11-01T17:57:44.7005996Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:57:44.7007357Z 2024-11-01T17:57:44.7007927Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_format_test" == "verify_api_visibility" goto :eof 2024-11-01T17:57:44.7009703Z 2024-11-01T17:57:44.7010568Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2024-11-01T17:57:44.7011986Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2024-11-01T17:57:44.7012662Z 2024-11-01T17:57:44.7013151Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_format_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:57:44.7014291Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2024-11-01T17:57:44.7015127Z goto :eof 2024-11-01T17:57:44.7015360Z ) 2024-11-01T17:57:44.7015510Z 2024-11-01T17:57:44.7016072Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/memory_format_test" 2024-11-01T17:57:44.8653222Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:57:44.8654461Z import pkg_resources 2024-11-01T17:57:49.9412188Z Found test times from artifacts 2024-11-01T17:57:50.0128035Z Found test times from artifacts 2024-11-01T17:57:50.0152989Z Running 25% of tests based on TD 2024-11-01T17:57:50.0157789Z Running parallel tests on 3 processes 2024-11-01T17:57:50.0158231Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:57:50.0158639Z Serial tests (0): 2024-11-01T17:57:50.0158925Z Parallel tests (1): 2024-11-01T17:57:50.0159249Z cpp/memory_format_test 1/1 2024-11-01T17:57:50.0159618Z Name: excluded (est. time: 0.0min) 2024-11-01T17:57:50.0159971Z Serial tests (0): 2024-11-01T17:57:50.0160266Z Parallel tests (0): 2024-11-01T17:57:50.0231244Z Running cpp/memory_format_test 1/1 ... [2024-11-01 17:57:50.022360] 2024-11-01T17:57:50.0231859Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:57:50.0241730Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_format_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d4926a815dfc3cee.xml', '-x', '--reruns=2'] ... [2024-11-01 17:57:50.022360] 2024-11-01T17:57:50.0244406Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:57:52.6922239Z 2024-11-01T17:57:52.6923444Z cpp/memory_format_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_format_test_1.1_f08360668df88a39_.log 2024-11-01T17:57:52.6924422Z 2024-11-01T17:57:54.1879565Z Running cpp/memory_format_test 1/1 ... [2024-11-01 17:57:54.186782] 2024-11-01T17:57:54.1880289Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:57:54.1889079Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_format_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f3f9bf870fe1d947.xml', '-x', '--reruns=2'] ... [2024-11-01 17:57:54.186782] 2024-11-01T17:57:57.9399033Z 2024-11-01T17:57:57.9400314Z cpp/memory_format_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_format_test_1.1_2fb20ccbdf79e96a_.log 2024-11-01T17:57:57.9401274Z 2024-11-01T17:57:58.5803980Z Running test batch 'tests to run' cost 8.56 seconds 2024-11-01T17:57:59.0922647Z 2024-11-01T17:57:59.0923605Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:57:59.0924303Z echo "memory_format_test" failed with exit code 0 2024-11-01T17:57:59.0924888Z goto fail 2024-11-01T17:57:59.0925306Z ) 2024-11-01T17:57:59.0925434Z 2024-11-01T17:57:59.0925738Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:57:59.0926387Z echo "memory_format_test" failed with exit code 0 2024-11-01T17:57:59.0926832Z goto fail 2024-11-01T17:57:59.0927058Z ) 2024-11-01T17:57:59.0927198Z 2024-11-01T17:57:59.0927423Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:57:59.0932253Z 2024-11-01T17:57:59.0932838Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:57:59.0933981Z call :libtorch_check "memory_overlapping_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2024-11-01T17:57:59.0934996Z if errorlevel 1 goto fail 2024-11-01T17:57:59.0935305Z ) 2024-11-01T17:57:59.0943256Z 2024-11-01T17:57:59.0943733Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:57:59.0947041Z 2024-11-01T17:57:59.0948016Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:57:59.0949922Z 2024-11-01T17:57:59.0950570Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_overlapping_test" == "verify_api_visibility" goto :eof 2024-11-01T17:57:59.0951263Z 2024-11-01T17:57:59.0952154Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2024-11-01T17:57:59.0953721Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2024-11-01T17:57:59.0954460Z 2024-11-01T17:57:59.0954973Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_overlapping_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:57:59.0956170Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2024-11-01T17:57:59.0956953Z goto :eof 2024-11-01T17:57:59.0957183Z ) 2024-11-01T17:57:59.0957326Z 2024-11-01T17:57:59.0957920Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/memory_overlapping_test" 2024-11-01T17:57:59.2583900Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:57:59.2585156Z import pkg_resources 2024-11-01T17:58:04.3649125Z Found test times from artifacts 2024-11-01T17:58:04.4351438Z Found test times from artifacts 2024-11-01T17:58:04.4373879Z Running 25% of tests based on TD 2024-11-01T17:58:04.4378911Z Running parallel tests on 3 processes 2024-11-01T17:58:04.4379350Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:58:04.4379760Z Serial tests (0): 2024-11-01T17:58:04.4380901Z Parallel tests (1): 2024-11-01T17:58:04.4381255Z cpp/memory_overlapping_test 1/1 2024-11-01T17:58:04.4381849Z Name: excluded (est. time: 0.0min) 2024-11-01T17:58:04.4382314Z Serial tests (0): 2024-11-01T17:58:04.4382678Z Parallel tests (0): 2024-11-01T17:58:04.4454209Z Running cpp/memory_overlapping_test 1/1 ... [2024-11-01 17:58:04.445250] 2024-11-01T17:58:04.4454825Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:58:04.4464643Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_overlapping_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-34baa93cd431cca7.xml', '-x', '--reruns=2'] ... [2024-11-01 17:58:04.445863] 2024-11-01T17:58:04.4467386Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:58:06.9858266Z 2024-11-01T17:58:06.9859782Z cpp/memory_overlapping_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_overlapping_test_1.1_f3eea32cf85b374f_.log 2024-11-01T17:58:06.9861024Z 2024-11-01T17:58:08.7534528Z Running cpp/memory_overlapping_test 1/1 ... [2024-11-01 17:58:08.744751] 2024-11-01T17:58:08.7535163Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:58:08.7544195Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_overlapping_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6eab66dd6eae2ecf.xml', '-x', '--reruns=2'] ... [2024-11-01 17:58:08.744751] 2024-11-01T17:58:12.3893859Z 2024-11-01T17:58:12.3895347Z cpp/memory_overlapping_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_overlapping_test_1.1_03557193a207573e_.log 2024-11-01T17:58:12.3896376Z 2024-11-01T17:58:13.1271628Z Running test batch 'tests to run' cost 8.69 seconds 2024-11-01T17:58:13.6310351Z 2024-11-01T17:58:13.6311235Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:58:13.6311968Z echo "memory_overlapping_test" failed with exit code 0 2024-11-01T17:58:13.6312435Z goto fail 2024-11-01T17:58:13.6312676Z ) 2024-11-01T17:58:13.6312801Z 2024-11-01T17:58:13.6313105Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:58:13.6313762Z echo "memory_overlapping_test" failed with exit code 0 2024-11-01T17:58:13.6314234Z goto fail 2024-11-01T17:58:13.6314469Z ) 2024-11-01T17:58:13.6314593Z 2024-11-01T17:58:13.6314817Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:58:13.6321114Z 2024-11-01T17:58:13.6321526Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:58:13.6322653Z call :libtorch_check "mobile_memory_cleanup" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2024-11-01T17:58:13.6323696Z if errorlevel 1 goto fail 2024-11-01T17:58:13.6324013Z ) 2024-11-01T17:58:13.6333031Z 2024-11-01T17:58:13.6333839Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:58:13.6337664Z 2024-11-01T17:58:13.6338474Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:58:13.6340654Z 2024-11-01T17:58:13.6341765Z (base) C:\actions-runner\_work\pytorch\pytorch>if "mobile_memory_cleanup" == "verify_api_visibility" goto :eof 2024-11-01T17:58:13.6342538Z 2024-11-01T17:58:13.6343410Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2024-11-01T17:58:13.6344898Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2024-11-01T17:58:13.6345575Z 2024-11-01T17:58:13.6346217Z (base) C:\actions-runner\_work\pytorch\pytorch>if "mobile_memory_cleanup" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:58:13.6347605Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2024-11-01T17:58:13.6348375Z goto :eof 2024-11-01T17:58:13.6348616Z ) 2024-11-01T17:58:13.6348744Z 2024-11-01T17:58:13.6349334Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/mobile_memory_cleanup" 2024-11-01T17:58:13.7984760Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:58:13.7986106Z import pkg_resources 2024-11-01T17:58:18.9680671Z Found test times from artifacts 2024-11-01T17:58:19.0378070Z Found test times from artifacts 2024-11-01T17:58:19.0402455Z Running 25% of tests based on TD 2024-11-01T17:58:19.0408080Z Running parallel tests on 3 processes 2024-11-01T17:58:19.0408525Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:58:19.0409080Z Serial tests (0): 2024-11-01T17:58:19.0409381Z Parallel tests (1): 2024-11-01T17:58:19.0409703Z cpp/mobile_memory_cleanup 1/1 2024-11-01T17:58:19.0410090Z Name: excluded (est. time: 0.0min) 2024-11-01T17:58:19.0410454Z Serial tests (0): 2024-11-01T17:58:19.0410730Z Parallel tests (0): 2024-11-01T17:58:19.0482295Z Running cpp/mobile_memory_cleanup 1/1 ... [2024-11-01 17:58:19.047526] 2024-11-01T17:58:19.0482910Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:58:19.0493547Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\mobile_memory_cleanup.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f1cfae242b30bf10.xml', '-x', '--reruns=2'] ... [2024-11-01 17:58:19.047526] 2024-11-01T17:58:19.0496477Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:58:21.6460874Z 2024-11-01T17:58:21.6462221Z cpp/mobile_memory_cleanup 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.mobile_memory_cleanup_1.1_e801ea5c5c364263_.log 2024-11-01T17:58:21.6463326Z 2024-11-01T17:58:23.2380785Z Running cpp/mobile_memory_cleanup 1/1 ... [2024-11-01 17:58:23.237558] 2024-11-01T17:58:23.2381581Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:58:23.2393873Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\mobile_memory_cleanup.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f4539a5b29e8d8e8.xml', '-x', '--reruns=2'] ... [2024-11-01 17:58:23.238750] 2024-11-01T17:58:26.3332604Z 2024-11-01T17:58:26.3333787Z cpp/mobile_memory_cleanup 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.mobile_memory_cleanup_1.1_76096044c30654ae_.log 2024-11-01T17:58:26.3334803Z 2024-11-01T17:58:27.0434677Z Running test batch 'tests to run' cost 8.0 seconds 2024-11-01T17:58:27.5524413Z 2024-11-01T17:58:27.5525151Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:58:27.5525825Z echo "mobile_memory_cleanup" failed with exit code 0 2024-11-01T17:58:27.5526304Z goto fail 2024-11-01T17:58:27.5526541Z ) 2024-11-01T17:58:27.5526664Z 2024-11-01T17:58:27.5526953Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:58:27.5527612Z echo "mobile_memory_cleanup" failed with exit code 0 2024-11-01T17:58:27.5528070Z goto fail 2024-11-01T17:58:27.5528287Z ) 2024-11-01T17:58:27.5528424Z 2024-11-01T17:58:27.5528644Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:58:27.5535172Z 2024-11-01T17:58:27.5535777Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:58:27.5536957Z call :libtorch_check "NamedTensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2024-11-01T17:58:27.5538059Z if errorlevel 1 goto fail 2024-11-01T17:58:27.5538390Z ) 2024-11-01T17:58:27.5545892Z 2024-11-01T17:58:27.5546397Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:58:27.5550082Z 2024-11-01T17:58:27.5550835Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:58:27.5553008Z 2024-11-01T17:58:27.5553545Z (base) C:\actions-runner\_work\pytorch\pytorch>if "NamedTensor_test" == "verify_api_visibility" goto :eof 2024-11-01T17:58:27.5554260Z 2024-11-01T17:58:27.5555075Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2024-11-01T17:58:27.5556519Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2024-11-01T17:58:27.5557316Z 2024-11-01T17:58:27.5557817Z (base) C:\actions-runner\_work\pytorch\pytorch>if "NamedTensor_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:58:27.5558928Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2024-11-01T17:58:27.5559664Z goto :eof 2024-11-01T17:58:27.5559906Z ) 2024-11-01T17:58:27.5560031Z 2024-11-01T17:58:27.5560575Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/NamedTensor_test" 2024-11-01T17:58:27.7189911Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:58:27.7191154Z import pkg_resources 2024-11-01T17:58:32.9038766Z Found test times from artifacts 2024-11-01T17:58:32.9788585Z Found test times from artifacts 2024-11-01T17:58:32.9810934Z Running 25% of tests based on TD 2024-11-01T17:58:32.9815480Z Running parallel tests on 3 processes 2024-11-01T17:58:32.9815914Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:58:32.9816320Z Serial tests (0): 2024-11-01T17:58:32.9816620Z Parallel tests (1): 2024-11-01T17:58:32.9816928Z cpp/NamedTensor_test 1/1 2024-11-01T17:58:32.9817289Z Name: excluded (est. time: 0.0min) 2024-11-01T17:58:32.9817655Z Serial tests (0): 2024-11-01T17:58:32.9817934Z Parallel tests (0): 2024-11-01T17:58:32.9890663Z Running cpp/NamedTensor_test 1/1 ... [2024-11-01 17:58:32.988659] 2024-11-01T17:58:32.9891258Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:58:32.9902620Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\NamedTensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b3a92fd398d8b4ac.xml', '-x', '--reruns=2'] ... [2024-11-01 17:58:32.989941] 2024-11-01T17:58:32.9905398Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:58:35.5196807Z 2024-11-01T17:58:35.5197950Z cpp/NamedTensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.NamedTensor_test_1.1_e596341cf51c93f8_.log 2024-11-01T17:58:35.5198898Z 2024-11-01T17:58:37.1604820Z Running cpp/NamedTensor_test 1/1 ... [2024-11-01 17:58:37.153228] 2024-11-01T17:58:37.1605426Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:58:37.1614161Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\NamedTensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-86188a3c8a84b4fa.xml', '-x', '--reruns=2'] ... [2024-11-01 17:58:37.153228] 2024-11-01T17:58:41.8766933Z 2024-11-01T17:58:41.8768581Z cpp/NamedTensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.NamedTensor_test_1.1_ff780a84372ac7a4_.log 2024-11-01T17:58:41.8769720Z 2024-11-01T17:58:42.5083449Z Running test batch 'tests to run' cost 9.53 seconds 2024-11-01T17:58:43.0279789Z 2024-11-01T17:58:43.0280470Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:58:43.0281136Z echo "NamedTensor_test" failed with exit code 0 2024-11-01T17:58:43.0281589Z goto fail 2024-11-01T17:58:43.0281816Z ) 2024-11-01T17:58:43.0281954Z 2024-11-01T17:58:43.0282244Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:58:43.0282884Z echo "NamedTensor_test" failed with exit code 0 2024-11-01T17:58:43.0283306Z goto fail 2024-11-01T17:58:43.0283539Z ) 2024-11-01T17:58:43.0283663Z 2024-11-01T17:58:43.0283900Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:58:43.0289601Z 2024-11-01T17:58:43.0289909Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:58:43.0291005Z call :libtorch_check "native_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2024-11-01T17:58:43.0291888Z if errorlevel 1 goto fail 2024-11-01T17:58:43.0292208Z ) 2024-11-01T17:58:43.0300285Z 2024-11-01T17:58:43.0301210Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:58:43.0304831Z 2024-11-01T17:58:43.0305775Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:58:43.0308379Z 2024-11-01T17:58:43.0309100Z (base) C:\actions-runner\_work\pytorch\pytorch>if "native_test" == "verify_api_visibility" goto :eof 2024-11-01T17:58:43.0310170Z 2024-11-01T17:58:43.0311156Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2024-11-01T17:58:43.0312735Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2024-11-01T17:58:43.0313709Z 2024-11-01T17:58:43.0314221Z (base) C:\actions-runner\_work\pytorch\pytorch>if "native_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:58:43.0315286Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2024-11-01T17:58:43.0315998Z goto :eof 2024-11-01T17:58:43.0316220Z ) 2024-11-01T17:58:43.0316361Z 2024-11-01T17:58:43.0316880Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/native_test" 2024-11-01T17:58:43.1944713Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:58:43.1945939Z import pkg_resources 2024-11-01T17:58:48.4613115Z Found test times from artifacts 2024-11-01T17:58:48.5312853Z Found test times from artifacts 2024-11-01T17:58:48.5334053Z Running 25% of tests based on TD 2024-11-01T17:58:48.5338733Z Running parallel tests on 3 processes 2024-11-01T17:58:48.5339179Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:58:48.5339589Z Serial tests (0): 2024-11-01T17:58:48.5339873Z Parallel tests (1): 2024-11-01T17:58:48.5340185Z cpp/native_test 1/1 2024-11-01T17:58:48.5340519Z Name: excluded (est. time: 0.0min) 2024-11-01T17:58:48.5340938Z Serial tests (0): 2024-11-01T17:58:48.5341233Z Parallel tests (0): 2024-11-01T17:58:48.5410792Z Running cpp/native_test 1/1 ... [2024-11-01 17:58:48.540525] 2024-11-01T17:58:48.5411389Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:58:48.5421402Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\native_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-05fb37f4cc0a131a.xml', '-x', '--reruns=2'] ... [2024-11-01 17:58:48.541699] 2024-11-01T17:58:48.5424304Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:58:51.1945860Z 2024-11-01T17:58:51.1947090Z cpp/native_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.native_test_1.1_88a4e0974a902725_.log 2024-11-01T17:58:51.1948101Z 2024-11-01T17:58:52.7553136Z Running cpp/native_test 1/1 ... [2024-11-01 17:58:52.754858] 2024-11-01T17:58:52.7553720Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:58:52.7563485Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\native_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-52a838cbbcd32325.xml', '-x', '--reruns=2'] ... [2024-11-01 17:58:52.754858] 2024-11-01T17:58:55.7960627Z 2024-11-01T17:58:55.7961709Z cpp/native_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.native_test_1.1_d609919e64aae15e_.log 2024-11-01T17:58:55.7962773Z 2024-11-01T17:58:56.4392761Z Running test batch 'tests to run' cost 7.91 seconds 2024-11-01T17:58:56.9508838Z 2024-11-01T17:58:56.9509637Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:58:56.9510267Z echo "native_test" failed with exit code 0 2024-11-01T17:58:56.9510691Z goto fail 2024-11-01T17:58:56.9511775Z ) 2024-11-01T17:58:56.9511956Z 2024-11-01T17:58:56.9512363Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:58:56.9512966Z echo "native_test" failed with exit code 0 2024-11-01T17:58:56.9513378Z goto fail 2024-11-01T17:58:56.9513615Z ) 2024-11-01T17:58:56.9513743Z 2024-11-01T17:58:56.9513967Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:58:56.9519012Z 2024-11-01T17:58:56.9519294Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:58:56.9520308Z call :libtorch_check "operators_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2024-11-01T17:58:56.9521223Z if errorlevel 1 goto fail 2024-11-01T17:58:56.9521528Z ) 2024-11-01T17:58:56.9530012Z 2024-11-01T17:58:56.9530487Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:58:56.9533863Z 2024-11-01T17:58:56.9534585Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:58:56.9536666Z 2024-11-01T17:58:56.9537232Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operators_test" == "verify_api_visibility" goto :eof 2024-11-01T17:58:56.9537916Z 2024-11-01T17:58:56.9539084Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2024-11-01T17:58:56.9540591Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2024-11-01T17:58:56.9541282Z 2024-11-01T17:58:56.9541776Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operators_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:58:56.9542856Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2024-11-01T17:58:56.9543591Z goto :eof 2024-11-01T17:58:56.9543833Z ) 2024-11-01T17:58:56.9543956Z 2024-11-01T17:58:56.9544492Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/operators_test" 2024-11-01T17:58:57.1192698Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:58:57.1193945Z import pkg_resources 2024-11-01T17:59:02.3278771Z Found test times from artifacts 2024-11-01T17:59:02.3982315Z Found test times from artifacts 2024-11-01T17:59:02.4004932Z Running 25% of tests based on TD 2024-11-01T17:59:02.4009421Z Running parallel tests on 3 processes 2024-11-01T17:59:02.4010137Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:59:02.4010551Z Serial tests (0): 2024-11-01T17:59:02.4010846Z Parallel tests (1): 2024-11-01T17:59:02.4011169Z cpp/operators_test 1/1 2024-11-01T17:59:02.4011518Z Name: excluded (est. time: 0.0min) 2024-11-01T17:59:02.4011868Z Serial tests (0): 2024-11-01T17:59:02.4012156Z Parallel tests (0): 2024-11-01T17:59:02.4081961Z Running cpp/operators_test 1/1 ... [2024-11-01 17:59:02.407864] 2024-11-01T17:59:02.4091540Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:59:02.4093521Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operators_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-92d73c5710308ce3.xml', '-x', '--reruns=2'] ... [2024-11-01 17:59:02.409036] 2024-11-01T17:59:02.4097048Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:59:05.1038773Z 2024-11-01T17:59:05.1040501Z cpp/operators_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operators_test_1.1_59305dd46af79a26_.log 2024-11-01T17:59:05.1041437Z 2024-11-01T17:59:06.6192125Z Running cpp/operators_test 1/1 ... [2024-11-01 17:59:06.618582] 2024-11-01T17:59:06.6192747Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:59:06.6203095Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operators_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-affae2c5df1a7f8a.xml', '-x', '--reruns=2'] ... [2024-11-01 17:59:06.619714] 2024-11-01T17:59:10.3364608Z 2024-11-01T17:59:10.3365879Z cpp/operators_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operators_test_1.1_583244c9d80f54c9_.log 2024-11-01T17:59:10.3366838Z 2024-11-01T17:59:10.9624193Z Running test batch 'tests to run' cost 8.56 seconds 2024-11-01T17:59:11.4762075Z 2024-11-01T17:59:11.4762802Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:59:11.4763455Z echo "operators_test" failed with exit code 0 2024-11-01T17:59:11.4763896Z goto fail 2024-11-01T17:59:11.4764122Z ) 2024-11-01T17:59:11.4764270Z 2024-11-01T17:59:11.4764558Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:59:11.4765180Z echo "operators_test" failed with exit code 0 2024-11-01T17:59:11.4765605Z goto fail 2024-11-01T17:59:11.4765829Z ) 2024-11-01T17:59:11.4765968Z 2024-11-01T17:59:11.4766190Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:59:11.4772501Z 2024-11-01T17:59:11.4773056Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:59:11.4774156Z call :libtorch_check "operator_name_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2024-11-01T17:59:11.4775168Z if errorlevel 1 goto fail 2024-11-01T17:59:11.4775554Z ) 2024-11-01T17:59:11.4783975Z 2024-11-01T17:59:11.4784634Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:59:11.4787956Z 2024-11-01T17:59:11.4788727Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:59:11.4790437Z 2024-11-01T17:59:11.4791144Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operator_name_test" == "verify_api_visibility" goto :eof 2024-11-01T17:59:11.4791816Z 2024-11-01T17:59:11.4792885Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2024-11-01T17:59:11.4794457Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2024-11-01T17:59:11.4795129Z 2024-11-01T17:59:11.4795619Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operator_name_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:59:11.4796765Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2024-11-01T17:59:11.4797511Z goto :eof 2024-11-01T17:59:11.4797739Z ) 2024-11-01T17:59:11.4797880Z 2024-11-01T17:59:11.4798431Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/operator_name_test" 2024-11-01T17:59:11.6445527Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:59:11.6446761Z import pkg_resources 2024-11-01T17:59:16.7901384Z Found test times from artifacts 2024-11-01T17:59:16.8609273Z Found test times from artifacts 2024-11-01T17:59:16.8631812Z Running 25% of tests based on TD 2024-11-01T17:59:16.8636756Z Running parallel tests on 3 processes 2024-11-01T17:59:16.8637191Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:59:16.8637587Z Serial tests (0): 2024-11-01T17:59:16.8637888Z Parallel tests (1): 2024-11-01T17:59:16.8638210Z cpp/operator_name_test 1/1 2024-11-01T17:59:16.8638569Z Name: excluded (est. time: 0.0min) 2024-11-01T17:59:16.8638939Z Serial tests (0): 2024-11-01T17:59:16.8639233Z Parallel tests (0): 2024-11-01T17:59:16.8707320Z Running cpp/operator_name_test 1/1 ... [2024-11-01 17:59:16.866909] 2024-11-01T17:59:16.8707933Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:59:16.8717581Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operator_name_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-22bb27dd90e2782a.xml', '-x', '--reruns=2'] ... [2024-11-01 17:59:16.866909] 2024-11-01T17:59:16.8720350Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:59:18.3166380Z 2024-11-01T17:59:18.3167669Z cpp/operator_name_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operator_name_test_1.1_ad4cdb2f175c63ff_.log 2024-11-01T17:59:18.3168717Z 2024-11-01T17:59:21.0385519Z Running cpp/operator_name_test 1/1 ... [2024-11-01 17:59:21.036757] 2024-11-01T17:59:21.0386136Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:59:21.0395444Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operator_name_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-46925ad60318b800.xml', '-x', '--reruns=2'] ... [2024-11-01 17:59:21.036757] 2024-11-01T17:59:22.4553322Z 2024-11-01T17:59:22.4554680Z cpp/operator_name_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operator_name_test_1.1_a0b92a9770721362_.log 2024-11-01T17:59:22.4555647Z 2024-11-01T17:59:23.1047441Z Running test batch 'tests to run' cost 6.24 seconds 2024-11-01T17:59:23.6213835Z 2024-11-01T17:59:23.6214434Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:59:23.6215112Z echo "operator_name_test" failed with exit code 0 2024-11-01T17:59:23.6215678Z goto fail 2024-11-01T17:59:23.6215905Z ) 2024-11-01T17:59:23.6216087Z 2024-11-01T17:59:23.6216395Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:59:23.6217042Z echo "operator_name_test" failed with exit code 0 2024-11-01T17:59:23.6217590Z goto fail 2024-11-01T17:59:23.6217817Z ) 2024-11-01T17:59:23.6217956Z 2024-11-01T17:59:23.6218419Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:59:23.6224758Z 2024-11-01T17:59:23.6225597Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:59:23.6226677Z call :libtorch_check "op_allowlist_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2024-11-01T17:59:23.6227689Z if errorlevel 1 goto fail 2024-11-01T17:59:23.6228048Z ) 2024-11-01T17:59:23.6237101Z 2024-11-01T17:59:23.6237681Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:59:23.6241491Z 2024-11-01T17:59:23.6242597Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:59:23.6245006Z 2024-11-01T17:59:23.6245892Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_allowlist_test" == "verify_api_visibility" goto :eof 2024-11-01T17:59:23.6247255Z 2024-11-01T17:59:23.6248334Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2024-11-01T17:59:23.6249979Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2024-11-01T17:59:23.6250824Z 2024-11-01T17:59:23.6251310Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_allowlist_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:59:23.6252478Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2024-11-01T17:59:23.6253226Z goto :eof 2024-11-01T17:59:23.6253452Z ) 2024-11-01T17:59:23.6253596Z 2024-11-01T17:59:23.6254147Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/op_allowlist_test" 2024-11-01T17:59:23.7879902Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:59:23.7881182Z import pkg_resources 2024-11-01T17:59:28.9953547Z Found test times from artifacts 2024-11-01T17:59:29.0655186Z Found test times from artifacts 2024-11-01T17:59:29.0677762Z Running 25% of tests based on TD 2024-11-01T17:59:29.0682660Z Running parallel tests on 3 processes 2024-11-01T17:59:29.0683435Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:59:29.0683884Z Serial tests (0): 2024-11-01T17:59:29.0684189Z Parallel tests (1): 2024-11-01T17:59:29.0684517Z cpp/op_allowlist_test 1/1 2024-11-01T17:59:29.0684929Z Name: excluded (est. time: 0.0min) 2024-11-01T17:59:29.0685320Z Serial tests (0): 2024-11-01T17:59:29.0685619Z Parallel tests (0): 2024-11-01T17:59:29.0755014Z Running cpp/op_allowlist_test 1/1 ... [2024-11-01 17:59:29.074898] 2024-11-01T17:59:29.0755591Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:59:29.0765263Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_allowlist_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6282845b756ff6c9.xml', '-x', '--reruns=2'] ... [2024-11-01 17:59:29.076072] 2024-11-01T17:59:29.0768020Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:59:30.5294671Z 2024-11-01T17:59:30.5296092Z cpp/op_allowlist_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_allowlist_test_1.1_8a7dce40a796fdc7_.log 2024-11-01T17:59:30.5297644Z 2024-11-01T17:59:33.3033419Z Running cpp/op_allowlist_test 1/1 ... [2024-11-01 17:59:33.300414] 2024-11-01T17:59:33.3034032Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:59:33.3043436Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_allowlist_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fc94a72a7e41ba35.xml', '-x', '--reruns=2'] ... [2024-11-01 17:59:33.300414] 2024-11-01T17:59:34.7631398Z 2024-11-01T17:59:34.7632670Z cpp/op_allowlist_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_allowlist_test_1.1_063e68157b90644d_.log 2024-11-01T17:59:34.7633678Z 2024-11-01T17:59:35.4211282Z Running test batch 'tests to run' cost 6.35 seconds 2024-11-01T17:59:35.9350629Z 2024-11-01T17:59:35.9351271Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T17:59:35.9351937Z echo "op_allowlist_test" failed with exit code 0 2024-11-01T17:59:35.9352378Z goto fail 2024-11-01T17:59:35.9352624Z ) 2024-11-01T17:59:35.9352752Z 2024-11-01T17:59:35.9353064Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T17:59:35.9353689Z echo "op_allowlist_test" failed with exit code 0 2024-11-01T17:59:35.9354135Z goto fail 2024-11-01T17:59:35.9354526Z ) 2024-11-01T17:59:35.9354660Z 2024-11-01T17:59:35.9354891Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T17:59:35.9360978Z 2024-11-01T17:59:35.9361227Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T17:59:35.9362292Z call :libtorch_check "op_registration_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2024-11-01T17:59:35.9363275Z if errorlevel 1 goto fail 2024-11-01T17:59:35.9363581Z ) 2024-11-01T17:59:35.9371282Z 2024-11-01T17:59:35.9372138Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T17:59:35.9375453Z 2024-11-01T17:59:35.9376258Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T17:59:35.9378040Z 2024-11-01T17:59:35.9378627Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_registration_test" == "verify_api_visibility" goto :eof 2024-11-01T17:59:35.9379372Z 2024-11-01T17:59:35.9380699Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2024-11-01T17:59:35.9382166Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2024-11-01T17:59:35.9382861Z 2024-11-01T17:59:35.9383357Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_registration_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T17:59:35.9384525Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2024-11-01T17:59:35.9385283Z goto :eof 2024-11-01T17:59:35.9385506Z ) 2024-11-01T17:59:35.9385648Z 2024-11-01T17:59:35.9386216Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/op_registration_test" 2024-11-01T17:59:36.1070465Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T17:59:36.1071724Z import pkg_resources 2024-11-01T17:59:41.3037947Z Found test times from artifacts 2024-11-01T17:59:41.3750480Z Found test times from artifacts 2024-11-01T17:59:41.3772442Z Running 25% of tests based on TD 2024-11-01T17:59:41.3777432Z Running parallel tests on 3 processes 2024-11-01T17:59:41.3778245Z Name: tests to run (est. time: 0.0min) 2024-11-01T17:59:41.3778713Z Serial tests (0): 2024-11-01T17:59:41.3779018Z Parallel tests (1): 2024-11-01T17:59:41.3779343Z cpp/op_registration_test 1/1 2024-11-01T17:59:41.3779789Z Name: excluded (est. time: 0.0min) 2024-11-01T17:59:41.3780165Z Serial tests (0): 2024-11-01T17:59:41.3780448Z Parallel tests (0): 2024-11-01T17:59:41.3848381Z Running cpp/op_registration_test 1/1 ... [2024-11-01 17:59:41.380216] 2024-11-01T17:59:41.3848997Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:59:41.3859195Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_registration_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c3726a05bacb919e.xml', '-x', '--reruns=2'] ... [2024-11-01 17:59:41.380216] 2024-11-01T17:59:41.3862052Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T17:59:44.0278421Z 2024-11-01T17:59:44.0279700Z cpp/op_registration_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_registration_test_1.1_b92b792a4bf6db7b_.log 2024-11-01T17:59:44.0280742Z 2024-11-01T17:59:45.6354257Z Running cpp/op_registration_test 1/1 ... [2024-11-01 17:59:45.635053] 2024-11-01T17:59:45.6354899Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T17:59:45.6363697Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_registration_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b6cba1d719f20e46.xml', '-x', '--reruns=2'] ... [2024-11-01 17:59:45.635053] 2024-11-01T18:00:09.7062028Z 2024-11-01T18:00:09.7063198Z cpp/op_registration_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_registration_test_1.1_29aa663153a963cf_.log 2024-11-01T18:00:09.7066360Z 2024-11-01T18:00:10.3553237Z Running test batch 'tests to run' cost 28.97 seconds 2024-11-01T18:00:10.8674517Z 2024-11-01T18:00:10.8675444Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:00:10.8676142Z echo "op_registration_test" failed with exit code 0 2024-11-01T18:00:10.8676601Z goto fail 2024-11-01T18:00:10.8676844Z ) 2024-11-01T18:00:10.8676979Z 2024-11-01T18:00:10.8677296Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:00:10.8677951Z echo "op_registration_test" failed with exit code 0 2024-11-01T18:00:10.8678414Z goto fail 2024-11-01T18:00:10.8678654Z ) 2024-11-01T18:00:10.8679543Z 2024-11-01T18:00:10.8680031Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:00:10.8685603Z 2024-11-01T18:00:10.8686083Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:00:10.8687267Z call :libtorch_check "packedtensoraccessor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2024-11-01T18:00:10.8688315Z if errorlevel 1 goto fail 2024-11-01T18:00:10.8688642Z ) 2024-11-01T18:00:10.8696743Z 2024-11-01T18:00:10.8697318Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:00:10.8701241Z 2024-11-01T18:00:10.8702295Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:00:10.8704278Z 2024-11-01T18:00:10.8704903Z (base) C:\actions-runner\_work\pytorch\pytorch>if "packedtensoraccessor_test" == "verify_api_visibility" goto :eof 2024-11-01T18:00:10.8706278Z 2024-11-01T18:00:10.8707191Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2024-11-01T18:00:10.8708773Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2024-11-01T18:00:10.8709526Z 2024-11-01T18:00:10.8710076Z (base) C:\actions-runner\_work\pytorch\pytorch>if "packedtensoraccessor_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:00:10.8711309Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2024-11-01T18:00:10.8712098Z goto :eof 2024-11-01T18:00:10.8712337Z ) 2024-11-01T18:00:10.8712463Z 2024-11-01T18:00:10.8713674Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/packedtensoraccessor_test" 2024-11-01T18:00:11.0354544Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:00:11.0355796Z import pkg_resources 2024-11-01T18:00:16.2955783Z Found test times from artifacts 2024-11-01T18:00:16.3657796Z Found test times from artifacts 2024-11-01T18:00:16.3679251Z Running 25% of tests based on TD 2024-11-01T18:00:16.3684370Z Running parallel tests on 3 processes 2024-11-01T18:00:16.3685192Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:00:16.3686498Z Serial tests (0): 2024-11-01T18:00:16.3686813Z Parallel tests (1): 2024-11-01T18:00:16.3687166Z cpp/packedtensoraccessor_test 1/1 2024-11-01T18:00:16.3687569Z Name: excluded (est. time: 0.0min) 2024-11-01T18:00:16.3687934Z Serial tests (0): 2024-11-01T18:00:16.3688332Z Parallel tests (0): 2024-11-01T18:00:16.3757528Z Running cpp/packedtensoraccessor_test 1/1 ... [2024-11-01 18:00:16.375141] 2024-11-01T18:00:16.3758237Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:00:16.3768048Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\packedtensoraccessor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c893d2a38127ad69.xml', '-x', '--reruns=2'] ... [2024-11-01 18:00:16.375751] 2024-11-01T18:00:16.3770856Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:00:18.9827632Z 2024-11-01T18:00:18.9829024Z cpp/packedtensoraccessor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.packedtensoraccessor_test_1.1_d1cad2ff349537d9_.log 2024-11-01T18:00:18.9830116Z 2024-11-01T18:00:20.5180546Z Running cpp/packedtensoraccessor_test 1/1 ... [2024-11-01 18:00:20.514525] 2024-11-01T18:00:20.5181220Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:00:20.5190673Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\packedtensoraccessor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2625c6af2b72a478.xml', '-x', '--reruns=2'] ... [2024-11-01 18:00:20.514525] 2024-11-01T18:00:23.5398183Z 2024-11-01T18:00:23.5399573Z cpp/packedtensoraccessor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.packedtensoraccessor_test_1.1_93e65e8692cbe8b4_.log 2024-11-01T18:00:23.5400651Z 2024-11-01T18:00:24.1610827Z Running test batch 'tests to run' cost 7.79 seconds 2024-11-01T18:00:24.7055028Z 2024-11-01T18:00:24.7055639Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:00:24.7056369Z echo "packedtensoraccessor_test" failed with exit code 0 2024-11-01T18:00:24.7056886Z goto fail 2024-11-01T18:00:24.7057122Z ) 2024-11-01T18:00:24.7057252Z 2024-11-01T18:00:24.7057553Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:00:24.7058232Z echo "packedtensoraccessor_test" failed with exit code 0 2024-11-01T18:00:24.7058768Z goto fail 2024-11-01T18:00:24.7059000Z ) 2024-11-01T18:00:24.7059125Z 2024-11-01T18:00:24.7059346Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:00:24.7065574Z 2024-11-01T18:00:24.7065821Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:00:24.7066738Z call :libtorch_check "pow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2024-11-01T18:00:24.7067587Z if errorlevel 1 goto fail 2024-11-01T18:00:24.7067891Z ) 2024-11-01T18:00:24.7076500Z 2024-11-01T18:00:24.7077112Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:00:24.7080385Z 2024-11-01T18:00:24.7081648Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:00:24.7083224Z 2024-11-01T18:00:24.7083995Z (base) C:\actions-runner\_work\pytorch\pytorch>if "pow_test" == "verify_api_visibility" goto :eof 2024-11-01T18:00:24.7084637Z 2024-11-01T18:00:24.7085508Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2024-11-01T18:00:24.7086819Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2024-11-01T18:00:24.7087463Z 2024-11-01T18:00:24.7087903Z (base) C:\actions-runner\_work\pytorch\pytorch>if "pow_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:00:24.7088920Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2024-11-01T18:00:24.7089615Z goto :eof 2024-11-01T18:00:24.7089935Z ) 2024-11-01T18:00:24.7090077Z 2024-11-01T18:00:24.7090582Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/pow_test" 2024-11-01T18:00:24.8726303Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:00:24.8727571Z import pkg_resources 2024-11-01T18:00:29.9497018Z Found test times from artifacts 2024-11-01T18:00:30.0203388Z Found test times from artifacts 2024-11-01T18:00:30.0226068Z Running 25% of tests based on TD 2024-11-01T18:00:30.0231136Z Running parallel tests on 3 processes 2024-11-01T18:00:30.0231990Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:00:30.0232426Z Serial tests (0): 2024-11-01T18:00:30.0232738Z Parallel tests (1): 2024-11-01T18:00:30.0233041Z cpp/pow_test 1/1 2024-11-01T18:00:30.0233364Z Name: excluded (est. time: 0.0min) 2024-11-01T18:00:30.0233740Z Serial tests (0): 2024-11-01T18:00:30.0234029Z Parallel tests (0): 2024-11-01T18:00:30.0303496Z Running cpp/pow_test 1/1 ... [2024-11-01 18:00:30.025567] 2024-11-01T18:00:30.0304028Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:00:30.0313946Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\pow_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9c2fef3100004e60.xml', '-x', '--reruns=2'] ... [2024-11-01 18:00:30.025567] 2024-11-01T18:00:30.0316570Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:00:32.6542108Z 2024-11-01T18:00:32.6543329Z cpp/pow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.pow_test_1.1_09cabc6d2dfd6fb3_.log 2024-11-01T18:00:32.6544188Z 2024-11-01T18:00:34.2762387Z Running cpp/pow_test 1/1 ... [2024-11-01 18:00:34.275688] 2024-11-01T18:00:34.2763017Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:00:34.2772341Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\pow_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-91f043e32c9e304e.xml', '-x', '--reruns=2'] ... [2024-11-01 18:00:34.276870] 2024-11-01T18:00:39.5707498Z 2024-11-01T18:00:39.5708653Z cpp/pow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.pow_test_1.1_03d0da001b974dc2_.log 2024-11-01T18:00:39.5709520Z 2024-11-01T18:00:40.1868406Z Running test batch 'tests to run' cost 10.17 seconds 2024-11-01T18:00:40.6984684Z 2024-11-01T18:00:40.6985596Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:00:40.6986381Z echo "pow_test" failed with exit code 0 2024-11-01T18:00:40.6986892Z goto fail 2024-11-01T18:00:40.6987138Z ) 2024-11-01T18:00:40.6987272Z 2024-11-01T18:00:40.6987660Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:00:40.6988276Z echo "pow_test" failed with exit code 0 2024-11-01T18:00:40.6988659Z goto fail 2024-11-01T18:00:40.6988901Z ) 2024-11-01T18:00:40.6989028Z 2024-11-01T18:00:40.6989262Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:00:40.6994540Z 2024-11-01T18:00:40.6995105Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:00:40.6996150Z call :libtorch_check "quantized_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2024-11-01T18:00:40.6997053Z if errorlevel 1 goto fail 2024-11-01T18:00:40.7005610Z ) 2024-11-01T18:00:40.7005781Z 2024-11-01T18:00:40.7006244Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:00:40.7010097Z 2024-11-01T18:00:40.7011617Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:00:40.7013293Z 2024-11-01T18:00:40.7013925Z (base) C:\actions-runner\_work\pytorch\pytorch>if "quantized_test" == "verify_api_visibility" goto :eof 2024-11-01T18:00:40.7014642Z 2024-11-01T18:00:40.7015452Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2024-11-01T18:00:40.7016860Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2024-11-01T18:00:40.7017491Z 2024-11-01T18:00:40.7018030Z (base) C:\actions-runner\_work\pytorch\pytorch>if "quantized_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:00:40.7019225Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2024-11-01T18:00:40.7019954Z goto :eof 2024-11-01T18:00:40.7020211Z ) 2024-11-01T18:00:40.7020342Z 2024-11-01T18:00:40.7020900Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/quantized_test" 2024-11-01T18:00:40.8652578Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:00:40.8653808Z import pkg_resources 2024-11-01T18:00:46.1172829Z Found test times from artifacts 2024-11-01T18:00:46.1878295Z Found test times from artifacts 2024-11-01T18:00:46.1900774Z Running 25% of tests based on TD 2024-11-01T18:00:46.1906066Z Running parallel tests on 3 processes 2024-11-01T18:00:46.1906561Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:00:46.1906965Z Serial tests (0): 2024-11-01T18:00:46.1907253Z Parallel tests (1): 2024-11-01T18:00:46.1907576Z cpp/quantized_test 1/1 2024-11-01T18:00:46.1908839Z Name: excluded (est. time: 0.0min) 2024-11-01T18:00:46.1909221Z Serial tests (0): 2024-11-01T18:00:46.1909537Z Parallel tests (0): 2024-11-01T18:00:46.1978351Z Running cpp/quantized_test 1/1 ... [2024-11-01 18:00:46.197183] 2024-11-01T18:00:46.1987170Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:00:46.1989162Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\quantized_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5dedcda2a21050ba.xml', '-x', '--reruns=2'] ... [2024-11-01 18:00:46.198352] 2024-11-01T18:00:46.1992239Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:00:48.9004413Z 2024-11-01T18:00:48.9005577Z cpp/quantized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.quantized_test_1.1_e844ce30c1bd83d8_.log 2024-11-01T18:00:48.9006643Z 2024-11-01T18:00:50.3457992Z Running cpp/quantized_test 1/1 ... [2024-11-01 18:00:50.345331] 2024-11-01T18:00:50.3459303Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:00:50.3467668Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\quantized_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-31e5d481b891e5fe.xml', '-x', '--reruns=2'] ... [2024-11-01 18:00:50.345331] 2024-11-01T18:00:54.7914908Z 2024-11-01T18:00:54.7916107Z cpp/quantized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.quantized_test_1.1_249778e540e028de_.log 2024-11-01T18:00:54.7917036Z 2024-11-01T18:00:55.4586513Z Running test batch 'tests to run' cost 9.27 seconds 2024-11-01T18:00:56.0405439Z 2024-11-01T18:00:56.0406308Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:00:56.0406981Z echo "quantized_test" failed with exit code 0 2024-11-01T18:00:56.0407587Z goto fail 2024-11-01T18:00:56.0407830Z ) 2024-11-01T18:00:56.0407968Z 2024-11-01T18:00:56.0408275Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:00:56.0408896Z echo "quantized_test" failed with exit code 0 2024-11-01T18:00:56.0409328Z goto fail 2024-11-01T18:00:56.0409571Z ) 2024-11-01T18:00:56.0409697Z 2024-11-01T18:00:56.0409937Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:00:56.0415644Z 2024-11-01T18:00:56.0415931Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:00:56.0416930Z call :libtorch_check "reduce_ops_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2024-11-01T18:00:56.0417939Z if errorlevel 1 goto fail 2024-11-01T18:00:56.0418246Z ) 2024-11-01T18:00:56.0426477Z 2024-11-01T18:00:56.0426967Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:00:56.0430651Z 2024-11-01T18:00:56.0431413Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:00:56.0433598Z 2024-11-01T18:00:56.0434466Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reduce_ops_test" == "verify_api_visibility" goto :eof 2024-11-01T18:00:56.0435152Z 2024-11-01T18:00:56.0435946Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2024-11-01T18:00:56.0437365Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2024-11-01T18:00:56.0438005Z 2024-11-01T18:00:56.0438476Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reduce_ops_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:00:56.0439592Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2024-11-01T18:00:56.0440339Z goto :eof 2024-11-01T18:00:56.0440570Z ) 2024-11-01T18:00:56.0440709Z 2024-11-01T18:00:56.0441254Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/reduce_ops_test" 2024-11-01T18:00:56.2073416Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:00:56.2074694Z import pkg_resources 2024-11-01T18:01:01.4737514Z Found test times from artifacts 2024-11-01T18:01:01.5438538Z Found test times from artifacts 2024-11-01T18:01:01.5461642Z Running 25% of tests based on TD 2024-11-01T18:01:01.5467249Z Running parallel tests on 3 processes 2024-11-01T18:01:01.5467685Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:01:01.5468079Z Serial tests (0): 2024-11-01T18:01:01.5468367Z Parallel tests (1): 2024-11-01T18:01:01.5468682Z cpp/reduce_ops_test 1/1 2024-11-01T18:01:01.5469173Z Name: excluded (est. time: 0.0min) 2024-11-01T18:01:01.5469599Z Serial tests (0): 2024-11-01T18:01:01.5469896Z Parallel tests (0): 2024-11-01T18:01:01.5538982Z Running cpp/reduce_ops_test 1/1 ... [2024-11-01 18:01:01.546698] 2024-11-01T18:01:01.5539558Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:01:01.5549798Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reduce_ops_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-025bd95517b6f998.xml', '-x', '--reruns=2'] ... [2024-11-01 18:01:01.546698] 2024-11-01T18:01:01.5552450Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:01:04.2271815Z 2024-11-01T18:01:04.2273230Z cpp/reduce_ops_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reduce_ops_test_1.1_3cf8131c0ecb6a9d_.log 2024-11-01T18:01:04.2274825Z 2024-11-01T18:01:05.7602891Z Running cpp/reduce_ops_test 1/1 ... [2024-11-01 18:01:05.749804] 2024-11-01T18:01:05.7603497Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:01:05.7612714Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reduce_ops_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4a4f1873ef5c8e20.xml', '-x', '--reruns=2'] ... [2024-11-01 18:01:05.749804] 2024-11-01T18:01:08.8447849Z 2024-11-01T18:01:08.8448989Z cpp/reduce_ops_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reduce_ops_test_1.1_ab4291c15c42ced3_.log 2024-11-01T18:01:08.8449918Z 2024-11-01T18:01:09.4748288Z Running test batch 'tests to run' cost 7.93 seconds 2024-11-01T18:01:09.9956462Z 2024-11-01T18:01:09.9957110Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:01:09.9957772Z echo "reduce_ops_test" failed with exit code 0 2024-11-01T18:01:09.9958297Z goto fail 2024-11-01T18:01:09.9958543Z ) 2024-11-01T18:01:09.9958717Z 2024-11-01T18:01:09.9959029Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:01:09.9959648Z echo "reduce_ops_test" failed with exit code 0 2024-11-01T18:01:09.9960082Z goto fail 2024-11-01T18:01:09.9960325Z ) 2024-11-01T18:01:09.9960455Z 2024-11-01T18:01:09.9960679Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:01:09.9968799Z 2024-11-01T18:01:09.9969371Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:01:09.9970609Z call :libtorch_check "reportMemoryUsage_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2024-11-01T18:01:09.9971654Z if errorlevel 1 goto fail 2024-11-01T18:01:09.9971962Z ) 2024-11-01T18:01:09.9980687Z 2024-11-01T18:01:09.9981293Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:01:09.9985168Z 2024-11-01T18:01:09.9985881Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:01:09.9988190Z 2024-11-01T18:01:09.9989080Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reportMemoryUsage_test" == "verify_api_visibility" goto :eof 2024-11-01T18:01:09.9989820Z 2024-11-01T18:01:09.9990686Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2024-11-01T18:01:09.9992168Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2024-11-01T18:01:09.9992869Z 2024-11-01T18:01:09.9993386Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reportMemoryUsage_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:01:09.9994835Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2024-11-01T18:01:09.9995767Z goto :eof 2024-11-01T18:01:09.9995994Z ) 2024-11-01T18:01:09.9996140Z 2024-11-01T18:01:09.9996723Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/reportMemoryUsage_test" 2024-11-01T18:01:10.1638058Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:01:10.1639308Z import pkg_resources 2024-11-01T18:01:15.4460051Z Found test times from artifacts 2024-11-01T18:01:15.5158149Z Found test times from artifacts 2024-11-01T18:01:15.5180182Z Running 25% of tests based on TD 2024-11-01T18:01:15.5185021Z Running parallel tests on 3 processes 2024-11-01T18:01:15.5185440Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:01:15.5185847Z Serial tests (0): 2024-11-01T18:01:15.5186171Z Parallel tests (1): 2024-11-01T18:01:15.5186648Z cpp/reportMemoryUsage_test 1/1 2024-11-01T18:01:15.5187058Z Name: excluded (est. time: 0.0min) 2024-11-01T18:01:15.5187435Z Serial tests (0): 2024-11-01T18:01:15.5187719Z Parallel tests (0): 2024-11-01T18:01:15.5255875Z Running cpp/reportMemoryUsage_test 1/1 ... [2024-11-01 18:01:15.524420] 2024-11-01T18:01:15.5256521Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:01:15.5266640Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reportMemoryUsage_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1e0cb7c55a6a2010.xml', '-x', '--reruns=2'] ... [2024-11-01 18:01:15.524420] 2024-11-01T18:01:15.5269331Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:01:18.0458795Z 2024-11-01T18:01:18.0461144Z cpp/reportMemoryUsage_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reportMemoryUsage_test_1.1_45249a8d2bcd7706_.log 2024-11-01T18:01:18.0463105Z 2024-11-01T18:01:19.7719780Z Running cpp/reportMemoryUsage_test 1/1 ... [2024-11-01 18:01:19.771257] 2024-11-01T18:01:19.7720441Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:01:19.7737602Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reportMemoryUsage_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b98af5d8621de2bf.xml', '-x', '--reruns=2'] ... [2024-11-01 18:01:19.773025] 2024-11-01T18:01:22.9106238Z 2024-11-01T18:01:22.9107747Z cpp/reportMemoryUsage_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reportMemoryUsage_test_1.1_feeb00f2c0d2e394_.log 2024-11-01T18:01:22.9108798Z 2024-11-01T18:01:23.5579145Z Running test batch 'tests to run' cost 8.05 seconds 2024-11-01T18:01:24.0680575Z 2024-11-01T18:01:24.0681288Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:01:24.0681996Z echo "reportMemoryUsage_test" failed with exit code 0 2024-11-01T18:01:24.0682611Z goto fail 2024-11-01T18:01:24.0682975Z ) 2024-11-01T18:01:24.0683115Z 2024-11-01T18:01:24.0683432Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:01:24.0684089Z echo "reportMemoryUsage_test" failed with exit code 0 2024-11-01T18:01:24.0684742Z goto fail 2024-11-01T18:01:24.0684979Z ) 2024-11-01T18:01:24.0685106Z 2024-11-01T18:01:24.0685471Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:01:24.0691508Z 2024-11-01T18:01:24.0691904Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:01:24.0693101Z call :libtorch_check "scalar_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2024-11-01T18:01:24.0694134Z if errorlevel 1 goto fail 2024-11-01T18:01:24.0694439Z ) 2024-11-01T18:01:24.0703309Z 2024-11-01T18:01:24.0703977Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:01:24.0707389Z 2024-11-01T18:01:24.0708155Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:01:24.0710372Z 2024-11-01T18:01:24.0711205Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_tensor_test" == "verify_api_visibility" goto :eof 2024-11-01T18:01:24.0711899Z 2024-11-01T18:01:24.0712708Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2024-11-01T18:01:24.0714146Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2024-11-01T18:01:24.0714806Z 2024-11-01T18:01:24.0715437Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:01:24.0716583Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2024-11-01T18:01:24.0717335Z goto :eof 2024-11-01T18:01:24.0717561Z ) 2024-11-01T18:01:24.0717706Z 2024-11-01T18:01:24.0718256Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/scalar_tensor_test" 2024-11-01T18:01:24.2569965Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:01:24.2571204Z import pkg_resources 2024-11-01T18:01:29.3711991Z Found test times from artifacts 2024-11-01T18:01:29.4482887Z Found test times from artifacts 2024-11-01T18:01:29.4505458Z Running 25% of tests based on TD 2024-11-01T18:01:29.4510354Z Running parallel tests on 3 processes 2024-11-01T18:01:29.4510807Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:01:29.4511215Z Serial tests (0): 2024-11-01T18:01:29.4511511Z Parallel tests (1): 2024-11-01T18:01:29.4511839Z cpp/scalar_tensor_test 1/1 2024-11-01T18:01:29.4512210Z Name: excluded (est. time: 0.0min) 2024-11-01T18:01:29.4512567Z Serial tests (0): 2024-11-01T18:01:29.4512867Z Parallel tests (0): 2024-11-01T18:01:29.4588733Z Running cpp/scalar_tensor_test 1/1 ... [2024-11-01 18:01:29.458563] 2024-11-01T18:01:29.4589345Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:01:29.4600205Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2a026f5c4a59941a.xml', '-x', '--reruns=2'] ... [2024-11-01 18:01:29.459745] 2024-11-01T18:01:29.4603051Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:01:32.0864091Z 2024-11-01T18:01:32.0865295Z cpp/scalar_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_tensor_test_1.1_1a99b5ec7d735405_.log 2024-11-01T18:01:32.0866445Z 2024-11-01T18:01:33.6421296Z Running cpp/scalar_tensor_test 1/1 ... [2024-11-01 18:01:33.637958] 2024-11-01T18:01:33.6421911Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:01:33.6430879Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b738c65e800821b6.xml', '-x', '--reruns=2'] ... [2024-11-01 18:01:33.642541] 2024-11-01T18:01:36.8858581Z 2024-11-01T18:01:36.8859959Z cpp/scalar_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_tensor_test_1.1_e5960c7ffdeff64f_.log 2024-11-01T18:01:36.8861026Z 2024-11-01T18:01:37.5217655Z Running test batch 'tests to run' cost 8.08 seconds 2024-11-01T18:01:38.0316716Z 2024-11-01T18:01:38.0317254Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:01:38.0317927Z echo "scalar_tensor_test" failed with exit code 0 2024-11-01T18:01:38.0318388Z goto fail 2024-11-01T18:01:38.0318618Z ) 2024-11-01T18:01:38.0318769Z 2024-11-01T18:01:38.0319061Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:01:38.0319707Z echo "scalar_tensor_test" failed with exit code 0 2024-11-01T18:01:38.0320154Z goto fail 2024-11-01T18:01:38.0320378Z ) 2024-11-01T18:01:38.0320522Z 2024-11-01T18:01:38.0320749Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:01:38.0327301Z 2024-11-01T18:01:38.0327812Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:01:38.0328820Z call :libtorch_check "scalar_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2024-11-01T18:01:38.0329859Z if errorlevel 1 goto fail 2024-11-01T18:01:38.0330189Z ) 2024-11-01T18:01:38.0338623Z 2024-11-01T18:01:38.0339222Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:01:38.0342072Z 2024-11-01T18:01:38.0343091Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:01:38.0344510Z 2024-11-01T18:01:38.0345059Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_test" == "verify_api_visibility" goto :eof 2024-11-01T18:01:38.0345758Z 2024-11-01T18:01:38.0346619Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2024-11-01T18:01:38.0347973Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2024-11-01T18:01:38.0348618Z 2024-11-01T18:01:38.0349108Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:01:38.0350178Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2024-11-01T18:01:38.0350886Z goto :eof 2024-11-01T18:01:38.0351116Z ) 2024-11-01T18:01:38.0351262Z 2024-11-01T18:01:38.0351781Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/scalar_test" 2024-11-01T18:01:38.1999472Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:01:38.2001636Z import pkg_resources 2024-11-01T18:01:43.3790433Z Found test times from artifacts 2024-11-01T18:01:43.4532651Z Found test times from artifacts 2024-11-01T18:01:43.4556415Z Running 25% of tests based on TD 2024-11-01T18:01:43.4561759Z Running parallel tests on 3 processes 2024-11-01T18:01:43.4562590Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:01:43.4563083Z Serial tests (0): 2024-11-01T18:01:43.4563422Z Parallel tests (1): 2024-11-01T18:01:43.4563776Z cpp/scalar_test 1/1 2024-11-01T18:01:43.4564120Z Name: excluded (est. time: 0.0min) 2024-11-01T18:01:43.4564496Z Serial tests (0): 2024-11-01T18:01:43.4564779Z Parallel tests (0): 2024-11-01T18:01:43.4641351Z Running cpp/scalar_test 1/1 ... [2024-11-01 18:01:43.463628] 2024-11-01T18:01:43.4642268Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:01:43.4653314Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ff68b159b87e2114.xml', '-x', '--reruns=2'] ... [2024-11-01 18:01:43.464939] 2024-11-01T18:01:43.4658498Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:01:46.1885380Z 2024-11-01T18:01:46.1886503Z cpp/scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_test_1.1_20c9992d66476744_.log 2024-11-01T18:01:46.1888731Z 2024-11-01T18:01:47.6757275Z Running cpp/scalar_test 1/1 ... [2024-11-01 18:01:47.674397] 2024-11-01T18:01:47.6757845Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:01:47.6766846Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-29ea1aefc1c9d91e.xml', '-x', '--reruns=2'] ... [2024-11-01 18:01:47.674397] 2024-11-01T18:01:51.3816799Z 2024-11-01T18:01:51.3817997Z cpp/scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_test_1.1_52086c4b00ca6c1a_.log 2024-11-01T18:01:51.3819049Z 2024-11-01T18:01:51.9998845Z Running test batch 'tests to run' cost 8.54 seconds 2024-11-01T18:01:52.5127588Z 2024-11-01T18:01:52.5128577Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:01:52.5129308Z echo "scalar_test" failed with exit code 0 2024-11-01T18:01:52.5129746Z goto fail 2024-11-01T18:01:52.5129974Z ) 2024-11-01T18:01:52.5130117Z 2024-11-01T18:01:52.5130407Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:01:52.5131030Z echo "scalar_test" failed with exit code 0 2024-11-01T18:01:52.5131428Z goto fail 2024-11-01T18:01:52.5131668Z ) 2024-11-01T18:01:52.5131795Z 2024-11-01T18:01:52.5132037Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:01:52.5137044Z 2024-11-01T18:01:52.5137646Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:01:52.5138717Z call :libtorch_check "StorageUtils_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2024-11-01T18:01:52.5139698Z if errorlevel 1 goto fail 2024-11-01T18:01:52.5140079Z ) 2024-11-01T18:01:52.5148263Z 2024-11-01T18:01:52.5148762Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:01:52.5152530Z 2024-11-01T18:01:52.5153453Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:01:52.5155136Z 2024-11-01T18:01:52.5155704Z (base) C:\actions-runner\_work\pytorch\pytorch>if "StorageUtils_test" == "verify_api_visibility" goto :eof 2024-11-01T18:01:52.5156822Z 2024-11-01T18:01:52.5157718Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2024-11-01T18:01:52.5159163Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2024-11-01T18:01:52.5159828Z 2024-11-01T18:01:52.5160330Z (base) C:\actions-runner\_work\pytorch\pytorch>if "StorageUtils_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:01:52.5161461Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2024-11-01T18:01:52.5162188Z goto :eof 2024-11-01T18:01:52.5162465Z ) 2024-11-01T18:01:52.5162609Z 2024-11-01T18:01:52.5163230Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/StorageUtils_test" 2024-11-01T18:01:52.6790547Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:01:52.6791805Z import pkg_resources 2024-11-01T18:01:57.8393475Z Found test times from artifacts 2024-11-01T18:01:57.9096841Z Found test times from artifacts 2024-11-01T18:01:57.9118996Z Running 25% of tests based on TD 2024-11-01T18:01:57.9123950Z Running parallel tests on 3 processes 2024-11-01T18:01:57.9124594Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:01:57.9125006Z Serial tests (0): 2024-11-01T18:01:57.9125310Z Parallel tests (1): 2024-11-01T18:01:57.9125624Z cpp/StorageUtils_test 1/1 2024-11-01T18:01:57.9126003Z Name: excluded (est. time: 0.0min) 2024-11-01T18:01:57.9126379Z Serial tests (0): 2024-11-01T18:01:57.9126660Z Parallel tests (0): 2024-11-01T18:01:57.9194590Z Running cpp/StorageUtils_test 1/1 ... [2024-11-01 18:01:57.916621] 2024-11-01T18:01:57.9195200Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:01:57.9212701Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\StorageUtils_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ab41cd9283742148.xml', '-x', '--reruns=2'] ... [2024-11-01 18:01:57.916621] 2024-11-01T18:01:57.9216164Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:02:00.6046108Z 2024-11-01T18:02:00.6047575Z cpp/StorageUtils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.StorageUtils_test_1.1_efc59bd5af29c23c_.log 2024-11-01T18:02:00.6048545Z 2024-11-01T18:02:02.1958127Z Running cpp/StorageUtils_test 1/1 ... [2024-11-01 18:02:02.194733] 2024-11-01T18:02:02.1958757Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:02:02.1967998Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\StorageUtils_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7792623f46ac148b.xml', '-x', '--reruns=2'] ... [2024-11-01 18:02:02.194733] 2024-11-01T18:02:05.1593803Z 2024-11-01T18:02:05.1595117Z cpp/StorageUtils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.StorageUtils_test_1.1_0aa775277c147977_.log 2024-11-01T18:02:05.1596076Z 2024-11-01T18:02:05.8033654Z Running test batch 'tests to run' cost 7.89 seconds 2024-11-01T18:02:06.3524730Z 2024-11-01T18:02:06.3525491Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:02:06.3526174Z echo "StorageUtils_test" failed with exit code 0 2024-11-01T18:02:06.3526640Z goto fail 2024-11-01T18:02:06.3526869Z ) 2024-11-01T18:02:06.3527014Z 2024-11-01T18:02:06.3527305Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:02:06.3527950Z echo "StorageUtils_test" failed with exit code 0 2024-11-01T18:02:06.3528385Z goto fail 2024-11-01T18:02:06.3528628Z ) 2024-11-01T18:02:06.3528758Z 2024-11-01T18:02:06.3529000Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:02:06.3535449Z 2024-11-01T18:02:06.3535717Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:02:06.3536897Z call :libtorch_check "stride_properties_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2024-11-01T18:02:06.3537947Z if errorlevel 1 goto fail 2024-11-01T18:02:06.3538270Z ) 2024-11-01T18:02:06.3546330Z 2024-11-01T18:02:06.3546816Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:02:06.3550008Z 2024-11-01T18:02:06.3550737Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:02:06.3552978Z 2024-11-01T18:02:06.3553585Z (base) C:\actions-runner\_work\pytorch\pytorch>if "stride_properties_test" == "verify_api_visibility" goto :eof 2024-11-01T18:02:06.3554737Z 2024-11-01T18:02:06.3555697Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2024-11-01T18:02:06.3557319Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2024-11-01T18:02:06.3558001Z 2024-11-01T18:02:06.3558510Z (base) C:\actions-runner\_work\pytorch\pytorch>if "stride_properties_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:02:06.3559748Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2024-11-01T18:02:06.3560564Z goto :eof 2024-11-01T18:02:06.3560809Z ) 2024-11-01T18:02:06.3560938Z 2024-11-01T18:02:06.3561520Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/stride_properties_test" 2024-11-01T18:02:06.5251759Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:02:06.5253008Z import pkg_resources 2024-11-01T18:02:11.6368125Z Found test times from artifacts 2024-11-01T18:02:11.7080297Z Found test times from artifacts 2024-11-01T18:02:11.7102375Z Running 25% of tests based on TD 2024-11-01T18:02:11.7107524Z Running parallel tests on 3 processes 2024-11-01T18:02:11.7108358Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:02:11.7108807Z Serial tests (0): 2024-11-01T18:02:11.7109119Z Parallel tests (1): 2024-11-01T18:02:11.7109440Z cpp/stride_properties_test 1/1 2024-11-01T18:02:11.7109835Z Name: excluded (est. time: 0.0min) 2024-11-01T18:02:11.7110198Z Serial tests (0): 2024-11-01T18:02:11.7110475Z Parallel tests (0): 2024-11-01T18:02:11.7179601Z Running cpp/stride_properties_test 1/1 ... [2024-11-01 18:02:11.711676] 2024-11-01T18:02:11.7180227Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:02:11.7191232Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\stride_properties_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-99de5b08db26f50b.xml', '-x', '--reruns=2'] ... [2024-11-01 18:02:11.711676] 2024-11-01T18:02:11.7193952Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:02:14.3608089Z 2024-11-01T18:02:14.3609398Z cpp/stride_properties_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.stride_properties_test_1.1_0c455d3bc294cfc2_.log 2024-11-01T18:02:14.3610423Z 2024-11-01T18:02:15.8970286Z Running cpp/stride_properties_test 1/1 ... [2024-11-01 18:02:15.888687] 2024-11-01T18:02:15.8970903Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:02:15.8979819Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\stride_properties_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-84a6c662b6e9921b.xml', '-x', '--reruns=2'] ... [2024-11-01 18:02:15.888687] 2024-11-01T18:02:19.5137685Z 2024-11-01T18:02:19.5138979Z cpp/stride_properties_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.stride_properties_test_1.1_faf96ef340fa3c35_.log 2024-11-01T18:02:19.5139986Z 2024-11-01T18:02:20.1514063Z Running test batch 'tests to run' cost 8.44 seconds 2024-11-01T18:02:20.6652379Z 2024-11-01T18:02:20.6653184Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:02:20.6653854Z echo "stride_properties_test" failed with exit code 0 2024-11-01T18:02:20.6654333Z goto fail 2024-11-01T18:02:20.6654570Z ) 2024-11-01T18:02:20.6654697Z 2024-11-01T18:02:20.6655000Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:02:20.6655653Z echo "stride_properties_test" failed with exit code 0 2024-11-01T18:02:20.6656164Z goto fail 2024-11-01T18:02:20.6656564Z ) 2024-11-01T18:02:20.6656764Z 2024-11-01T18:02:20.6656989Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:02:20.6662714Z 2024-11-01T18:02:20.6663384Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:02:20.6664502Z call :libtorch_check "tensor_iterator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2024-11-01T18:02:20.6665484Z if errorlevel 1 goto fail 2024-11-01T18:02:20.6665808Z ) 2024-11-01T18:02:20.6673632Z 2024-11-01T18:02:20.6674113Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:02:20.6677919Z 2024-11-01T18:02:20.6678630Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:02:20.6680404Z 2024-11-01T18:02:20.6680963Z (base) C:\actions-runner\_work\pytorch\pytorch>if "tensor_iterator_test" == "verify_api_visibility" goto :eof 2024-11-01T18:02:20.6682252Z 2024-11-01T18:02:20.6683392Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2024-11-01T18:02:20.6684856Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2024-11-01T18:02:20.6685513Z 2024-11-01T18:02:20.6686006Z (base) C:\actions-runner\_work\pytorch\pytorch>if "tensor_iterator_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:02:20.6687164Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2024-11-01T18:02:20.6687926Z goto :eof 2024-11-01T18:02:20.6688148Z ) 2024-11-01T18:02:20.6688282Z 2024-11-01T18:02:20.6688849Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/tensor_iterator_test" 2024-11-01T18:02:20.8328041Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:02:20.8329298Z import pkg_resources 2024-11-01T18:02:25.9724746Z Found test times from artifacts 2024-11-01T18:02:26.0431068Z Found test times from artifacts 2024-11-01T18:02:26.0453892Z Running 25% of tests based on TD 2024-11-01T18:02:26.0458270Z Running parallel tests on 3 processes 2024-11-01T18:02:26.0458700Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:02:26.0459113Z Serial tests (0): 2024-11-01T18:02:26.0459415Z Parallel tests (1): 2024-11-01T18:02:26.0459724Z cpp/tensor_iterator_test 1/1 2024-11-01T18:02:26.0460107Z Name: excluded (est. time: 0.0min) 2024-11-01T18:02:26.0460471Z Serial tests (0): 2024-11-01T18:02:26.0460750Z Parallel tests (0): 2024-11-01T18:02:26.0528844Z Running cpp/tensor_iterator_test 1/1 ... [2024-11-01 18:02:26.051450] 2024-11-01T18:02:26.0529458Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:02:26.0539312Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\tensor_iterator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-42ee9f6f89875a6f.xml', '-x', '--reruns=2'] ... [2024-11-01 18:02:26.051450] 2024-11-01T18:02:26.0541994Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:02:28.6971614Z 2024-11-01T18:02:28.6972940Z cpp/tensor_iterator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.tensor_iterator_test_1.1_0dc59204266e0040_.log 2024-11-01T18:02:28.6973930Z 2024-11-01T18:02:30.2020973Z Running cpp/tensor_iterator_test 1/1 ... [2024-11-01 18:02:30.201793] 2024-11-01T18:02:30.2021607Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:02:30.2031268Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\tensor_iterator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-294206070721adfd.xml', '-x', '--reruns=2'] ... [2024-11-01 18:02:30.202366] 2024-11-01T18:02:45.3811214Z 2024-11-01T18:02:45.3812414Z cpp/tensor_iterator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.tensor_iterator_test_1.1_ae46c12c45d4221c_.log 2024-11-01T18:02:45.3813490Z 2024-11-01T18:02:46.0306820Z Running test batch 'tests to run' cost 19.98 seconds 2024-11-01T18:02:46.5478434Z 2024-11-01T18:02:46.5479271Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:02:46.5479957Z echo "tensor_iterator_test" failed with exit code 0 2024-11-01T18:02:46.5480503Z goto fail 2024-11-01T18:02:46.5480842Z ) 2024-11-01T18:02:46.5481979Z 2024-11-01T18:02:46.5482583Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:02:46.5483436Z echo "tensor_iterator_test" failed with exit code 0 2024-11-01T18:02:46.5483893Z goto fail 2024-11-01T18:02:46.5484132Z ) 2024-11-01T18:02:46.5484252Z 2024-11-01T18:02:46.5484490Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:02:46.5487870Z 2024-11-01T18:02:46.5488408Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:02:46.5489405Z call :libtorch_check "test_parallel" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2024-11-01T18:02:46.5490315Z if errorlevel 1 goto fail 2024-11-01T18:02:46.5490637Z ) 2024-11-01T18:02:46.5499275Z 2024-11-01T18:02:46.5499835Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:02:46.5503184Z 2024-11-01T18:02:46.5504159Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:02:46.5506122Z 2024-11-01T18:02:46.5506740Z (base) C:\actions-runner\_work\pytorch\pytorch>if "test_parallel" == "verify_api_visibility" goto :eof 2024-11-01T18:02:46.5507400Z 2024-11-01T18:02:46.5508351Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2024-11-01T18:02:46.5509732Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2024-11-01T18:02:46.5510404Z 2024-11-01T18:02:46.5510878Z (base) C:\actions-runner\_work\pytorch\pytorch>if "test_parallel" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:02:46.5512023Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2024-11-01T18:02:46.5512743Z goto :eof 2024-11-01T18:02:46.5512980Z ) 2024-11-01T18:02:46.5513106Z 2024-11-01T18:02:46.5513641Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/test_parallel" 2024-11-01T18:02:46.7164311Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:02:46.7165597Z import pkg_resources 2024-11-01T18:02:51.8304517Z Found test times from artifacts 2024-11-01T18:02:51.9014897Z Found test times from artifacts 2024-11-01T18:02:51.9037395Z Running 25% of tests based on TD 2024-11-01T18:02:51.9042170Z Running parallel tests on 3 processes 2024-11-01T18:02:51.9042971Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:02:51.9043399Z Serial tests (0): 2024-11-01T18:02:51.9043716Z Parallel tests (1): 2024-11-01T18:02:51.9044033Z cpp/test_parallel 1/1 2024-11-01T18:02:51.9044381Z Name: excluded (est. time: 0.0min) 2024-11-01T18:02:51.9044732Z Serial tests (0): 2024-11-01T18:02:51.9045022Z Parallel tests (0): 2024-11-01T18:02:51.9113606Z Running cpp/test_parallel 1/1 ... [2024-11-01 18:02:51.907729] 2024-11-01T18:02:51.9114299Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:02:51.9124421Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\test_parallel.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-13880f880e7ba26f.xml', '-x', '--reruns=2'] ... [2024-11-01 18:02:51.907729] 2024-11-01T18:02:51.9127056Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:02:54.6126554Z 2024-11-01T18:02:54.6128010Z cpp/test_parallel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_parallel_1.1_fa797047bd18f262_.log 2024-11-01T18:02:54.6128945Z 2024-11-01T18:02:56.1442005Z Running cpp/test_parallel 1/1 ... [2024-11-01 18:02:56.142695] 2024-11-01T18:02:56.1442580Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:02:56.1452264Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\test_parallel.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-77f5611326140386.xml', '-x', '--reruns=2'] ... [2024-11-01 18:02:56.142695] 2024-11-01T18:02:59.8610768Z 2024-11-01T18:02:59.8611883Z cpp/test_parallel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_parallel_1.1_8fb71bcb8a7dd4e4_.log 2024-11-01T18:02:59.8612785Z 2024-11-01T18:03:00.4905628Z Running test batch 'tests to run' cost 8.58 seconds 2024-11-01T18:03:01.0196904Z 2024-11-01T18:03:01.0197636Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:03:01.0198264Z echo "test_parallel" failed with exit code 0 2024-11-01T18:03:01.0198697Z goto fail 2024-11-01T18:03:01.0198934Z ) 2024-11-01T18:03:01.0199058Z 2024-11-01T18:03:01.0199363Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:03:01.0200007Z echo "test_parallel" failed with exit code 0 2024-11-01T18:03:01.0200432Z goto fail 2024-11-01T18:03:01.0200650Z ) 2024-11-01T18:03:01.0200785Z 2024-11-01T18:03:01.0201006Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:03:01.0207511Z 2024-11-01T18:03:01.0207743Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:03:01.0208748Z call :libtorch_check "thread_init_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2024-11-01T18:03:01.0209655Z if errorlevel 1 goto fail 2024-11-01T18:03:01.0209972Z ) 2024-11-01T18:03:01.0218717Z 2024-11-01T18:03:01.0219585Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:03:01.0223387Z 2024-11-01T18:03:01.0224163Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:03:01.0226588Z 2024-11-01T18:03:01.0227175Z (base) C:\actions-runner\_work\pytorch\pytorch>if "thread_init_test" == "verify_api_visibility" goto :eof 2024-11-01T18:03:01.0228131Z 2024-11-01T18:03:01.0229161Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2024-11-01T18:03:01.0230595Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2024-11-01T18:03:01.0231282Z 2024-11-01T18:03:01.0231758Z (base) C:\actions-runner\_work\pytorch\pytorch>if "thread_init_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:03:01.0232865Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2024-11-01T18:03:01.0233606Z goto :eof 2024-11-01T18:03:01.0233828Z ) 2024-11-01T18:03:01.0234024Z 2024-11-01T18:03:01.0234698Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/thread_init_test" 2024-11-01T18:03:01.1878990Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:03:01.1880230Z import pkg_resources 2024-11-01T18:03:06.4177984Z Found test times from artifacts 2024-11-01T18:03:06.4885502Z Found test times from artifacts 2024-11-01T18:03:06.4907773Z Running 25% of tests based on TD 2024-11-01T18:03:06.4914443Z Running parallel tests on 3 processes 2024-11-01T18:03:06.4915026Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:03:06.4915516Z Serial tests (0): 2024-11-01T18:03:06.4915878Z Parallel tests (1): 2024-11-01T18:03:06.4916336Z cpp/thread_init_test 1/1 2024-11-01T18:03:06.4916807Z Name: excluded (est. time: 0.0min) 2024-11-01T18:03:06.4917256Z Serial tests (0): 2024-11-01T18:03:06.4917564Z Parallel tests (0): 2024-11-01T18:03:06.4988229Z Running cpp/thread_init_test 1/1 ... [2024-11-01 18:03:06.498087] 2024-11-01T18:03:06.4988947Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:03:06.4998991Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\thread_init_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f7e0aa3cfda010af.xml', '-x', '--reruns=2'] ... [2024-11-01 18:03:06.498087] 2024-11-01T18:03:06.5001630Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:03:10.6190371Z 2024-11-01T18:03:10.6191628Z cpp/thread_init_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.thread_init_test_1.1_d6d32482916c5163_.log 2024-11-01T18:03:10.6192665Z 2024-11-01T18:03:11.0635437Z Running cpp/thread_init_test 1/1 ... [2024-11-01 18:03:11.062224] 2024-11-01T18:03:11.0636042Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:03:11.0645339Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\thread_init_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c62be1888160b031.xml', '-x', '--reruns=2'] ... [2024-11-01 18:03:11.064266] 2024-11-01T18:03:14.8583233Z 2024-11-01T18:03:14.8584557Z cpp/thread_init_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.thread_init_test_1.1_7420ba0d069886b6_.log 2024-11-01T18:03:14.8585486Z 2024-11-01T18:03:15.5209767Z Running test batch 'tests to run' cost 9.02 seconds 2024-11-01T18:03:16.0307359Z 2024-11-01T18:03:16.0308295Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:03:16.0309001Z echo "thread_init_test" failed with exit code 0 2024-11-01T18:03:16.0309440Z goto fail 2024-11-01T18:03:16.0309681Z ) 2024-11-01T18:03:16.0309827Z 2024-11-01T18:03:16.0310139Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:03:16.0310763Z echo "thread_init_test" failed with exit code 0 2024-11-01T18:03:16.0311197Z goto fail 2024-11-01T18:03:16.0311432Z ) 2024-11-01T18:03:16.0311556Z 2024-11-01T18:03:16.0311778Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:03:16.0316865Z 2024-11-01T18:03:16.0317348Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:03:16.0318355Z call :libtorch_check "type_ptr_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2024-11-01T18:03:16.0319265Z if errorlevel 1 goto fail 2024-11-01T18:03:16.0319591Z ) 2024-11-01T18:03:16.0327270Z 2024-11-01T18:03:16.0327730Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:03:16.0330936Z 2024-11-01T18:03:16.0332011Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:03:16.0333822Z 2024-11-01T18:03:16.0334543Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_ptr_test" == "verify_api_visibility" goto :eof 2024-11-01T18:03:16.0335256Z 2024-11-01T18:03:16.0336111Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2024-11-01T18:03:16.0337494Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2024-11-01T18:03:16.0338112Z 2024-11-01T18:03:16.0338585Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_ptr_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:03:16.0339656Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2024-11-01T18:03:16.0340382Z goto :eof 2024-11-01T18:03:16.0340619Z ) 2024-11-01T18:03:16.0340742Z 2024-11-01T18:03:16.0341273Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/type_ptr_test" 2024-11-01T18:03:16.1975872Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:03:16.1977110Z import pkg_resources 2024-11-01T18:03:21.4296409Z Found test times from artifacts 2024-11-01T18:03:21.5002236Z Found test times from artifacts 2024-11-01T18:03:21.5024324Z Running 25% of tests based on TD 2024-11-01T18:03:21.5029387Z Running parallel tests on 3 processes 2024-11-01T18:03:21.5030102Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:03:21.5030532Z Serial tests (0): 2024-11-01T18:03:21.5030836Z Parallel tests (1): 2024-11-01T18:03:21.5031154Z cpp/type_ptr_test 1/1 2024-11-01T18:03:21.5031483Z Name: excluded (est. time: 0.0min) 2024-11-01T18:03:21.5031853Z Serial tests (0): 2024-11-01T18:03:21.5032147Z Parallel tests (0): 2024-11-01T18:03:21.5100317Z Running cpp/type_ptr_test 1/1 ... [2024-11-01 18:03:21.504683] 2024-11-01T18:03:21.5100896Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:03:21.5110735Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_ptr_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9f457caa21ebbe53.xml', '-x', '--reruns=2'] ... [2024-11-01 18:03:21.504683] 2024-11-01T18:03:21.5113357Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:03:24.0628392Z 2024-11-01T18:03:24.0629534Z cpp/type_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_ptr_test_1.1_ada8c2f89ade162a_.log 2024-11-01T18:03:24.0630453Z 2024-11-01T18:03:25.7044953Z Running cpp/type_ptr_test 1/1 ... [2024-11-01 18:03:25.703298] 2024-11-01T18:03:25.7045620Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:03:25.7055934Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_ptr_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-24a70391b32b3840.xml', '-x', '--reruns=2'] ... [2024-11-01 18:03:25.705291] 2024-11-01T18:03:29.3671072Z 2024-11-01T18:03:29.3672199Z cpp/type_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_ptr_test_1.1_ce826f72dd517108_.log 2024-11-01T18:03:29.3673112Z 2024-11-01T18:03:30.0254230Z Running test batch 'tests to run' cost 8.52 seconds 2024-11-01T18:03:30.5354719Z 2024-11-01T18:03:30.5355525Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:03:30.5356224Z echo "type_ptr_test" failed with exit code 0 2024-11-01T18:03:30.5356665Z goto fail 2024-11-01T18:03:30.5357496Z ) 2024-11-01T18:03:30.5357907Z 2024-11-01T18:03:30.5358285Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:03:30.5358914Z echo "type_ptr_test" failed with exit code 0 2024-11-01T18:03:30.5359322Z goto fail 2024-11-01T18:03:30.5359559Z ) 2024-11-01T18:03:30.5359684Z 2024-11-01T18:03:30.5359919Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:03:30.5365982Z 2024-11-01T18:03:30.5366558Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:03:30.5367586Z call :libtorch_check "type_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2024-11-01T18:03:30.5368499Z if errorlevel 1 goto fail 2024-11-01T18:03:30.5368800Z ) 2024-11-01T18:03:30.5376715Z 2024-11-01T18:03:30.5377293Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:03:30.5381176Z 2024-11-01T18:03:30.5381909Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:03:30.5384103Z 2024-11-01T18:03:30.5384787Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_test" == "verify_api_visibility" goto :eof 2024-11-01T18:03:30.5385918Z 2024-11-01T18:03:30.5386715Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2024-11-01T18:03:30.5388046Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2024-11-01T18:03:30.5388649Z 2024-11-01T18:03:30.5389100Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:03:30.5390117Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2024-11-01T18:03:30.5390859Z goto :eof 2024-11-01T18:03:30.5391096Z ) 2024-11-01T18:03:30.5391272Z 2024-11-01T18:03:30.5391787Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/type_test" 2024-11-01T18:03:30.7153929Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:03:30.7155165Z import pkg_resources 2024-11-01T18:03:35.8866107Z Found test times from artifacts 2024-11-01T18:03:35.9568459Z Found test times from artifacts 2024-11-01T18:03:35.9593891Z Running 25% of tests based on TD 2024-11-01T18:03:35.9599073Z Running parallel tests on 3 processes 2024-11-01T18:03:35.9599503Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:03:35.9599903Z Serial tests (0): 2024-11-01T18:03:35.9600202Z Parallel tests (1): 2024-11-01T18:03:35.9600512Z cpp/type_test 1/1 2024-11-01T18:03:35.9600820Z Name: excluded (est. time: 0.0min) 2024-11-01T18:03:35.9601186Z Serial tests (0): 2024-11-01T18:03:35.9601466Z Parallel tests (0): 2024-11-01T18:03:35.9672177Z Running cpp/type_test 1/1 ... [2024-11-01 18:03:35.967086] 2024-11-01T18:03:35.9672732Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:03:35.9682625Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-36ee3b12e3b9c001.xml', '-x', '--reruns=2'] ... [2024-11-01 18:03:35.967721] 2024-11-01T18:03:35.9685342Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:03:38.5847330Z 2024-11-01T18:03:38.5849083Z cpp/type_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_test_1.1_842a2076b55130c7_.log 2024-11-01T18:03:38.5850603Z 2024-11-01T18:03:40.1759632Z Running cpp/type_test 1/1 ... [2024-11-01 18:03:40.172411] 2024-11-01T18:03:40.1760334Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:03:40.1769662Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-266a2beb3d68ecd2.xml', '-x', '--reruns=2'] ... [2024-11-01 18:03:40.172411] 2024-11-01T18:03:44.5418241Z 2024-11-01T18:03:44.5419333Z cpp/type_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_test_1.1_5e264958ec472615_.log 2024-11-01T18:03:44.5420289Z 2024-11-01T18:03:45.1838700Z Running test batch 'tests to run' cost 9.22 seconds 2024-11-01T18:03:45.6948508Z 2024-11-01T18:03:45.6949610Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:03:45.6950253Z echo "type_test" failed with exit code 0 2024-11-01T18:03:45.6950653Z goto fail 2024-11-01T18:03:45.6950884Z ) 2024-11-01T18:03:45.6951017Z 2024-11-01T18:03:45.6951472Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:03:45.6952085Z echo "type_test" failed with exit code 0 2024-11-01T18:03:45.6952482Z goto fail 2024-11-01T18:03:45.6952697Z ) 2024-11-01T18:03:45.6952831Z 2024-11-01T18:03:45.6953050Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:03:45.6961326Z 2024-11-01T18:03:45.6961895Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:03:45.6963157Z call :libtorch_check "undefined_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2024-11-01T18:03:45.6964333Z if errorlevel 1 goto fail 2024-11-01T18:03:45.6964680Z ) 2024-11-01T18:03:45.6974168Z 2024-11-01T18:03:45.6974842Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:03:45.6978482Z 2024-11-01T18:03:45.6979204Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:03:45.6981958Z 2024-11-01T18:03:45.6982822Z (base) C:\actions-runner\_work\pytorch\pytorch>if "undefined_tensor_test" == "verify_api_visibility" goto :eof 2024-11-01T18:03:45.6983541Z 2024-11-01T18:03:45.6984349Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2024-11-01T18:03:45.6985821Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2024-11-01T18:03:45.6986533Z 2024-11-01T18:03:45.6987101Z (base) C:\actions-runner\_work\pytorch\pytorch>if "undefined_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:03:45.6988348Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2024-11-01T18:03:45.6989111Z goto :eof 2024-11-01T18:03:45.6989349Z ) 2024-11-01T18:03:45.6989476Z 2024-11-01T18:03:45.6990058Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/undefined_tensor_test" 2024-11-01T18:03:45.8627071Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:03:45.8628333Z import pkg_resources 2024-11-01T18:03:51.0166094Z Found test times from artifacts 2024-11-01T18:03:51.0874270Z Found test times from artifacts 2024-11-01T18:03:51.0895515Z Running 25% of tests based on TD 2024-11-01T18:03:51.0900480Z Running parallel tests on 3 processes 2024-11-01T18:03:51.0901040Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:03:51.0901482Z Serial tests (0): 2024-11-01T18:03:51.0901824Z Parallel tests (1): 2024-11-01T18:03:51.0902170Z cpp/undefined_tensor_test 1/1 2024-11-01T18:03:51.0902583Z Name: excluded (est. time: 0.0min) 2024-11-01T18:03:51.0902981Z Serial tests (0): 2024-11-01T18:03:51.0903479Z Parallel tests (0): 2024-11-01T18:03:51.0975171Z Running cpp/undefined_tensor_test 1/1 ... [2024-11-01 18:03:51.097363] 2024-11-01T18:03:51.0988012Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:03:51.0989982Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\undefined_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-118eb79910f013bb.xml', '-x', '--reruns=2'] ... [2024-11-01 18:03:51.098592] 2024-11-01T18:03:51.0992699Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:03:53.8763975Z 2024-11-01T18:03:53.8766121Z cpp/undefined_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.undefined_tensor_test_1.1_31f0d6c996e53463_.log 2024-11-01T18:03:53.8767924Z 2024-11-01T18:03:55.1918182Z Running cpp/undefined_tensor_test 1/1 ... [2024-11-01 18:03:55.191517] 2024-11-01T18:03:55.1918835Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:03:55.1928268Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\undefined_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fe176d98385bcb3b.xml', '-x', '--reruns=2'] ... [2024-11-01 18:03:55.192091] 2024-11-01T18:03:58.2698608Z 2024-11-01T18:03:58.2699795Z cpp/undefined_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.undefined_tensor_test_1.1_328a72728bd55b99_.log 2024-11-01T18:03:58.2700784Z 2024-11-01T18:03:58.9513039Z Running test batch 'tests to run' cost 7.86 seconds 2024-11-01T18:03:59.4637259Z 2024-11-01T18:03:59.4638032Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:03:59.4638734Z echo "undefined_tensor_test" failed with exit code 0 2024-11-01T18:03:59.4639244Z goto fail 2024-11-01T18:03:59.4639491Z ) 2024-11-01T18:03:59.4639633Z 2024-11-01T18:03:59.4639920Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:03:59.4640578Z echo "undefined_tensor_test" failed with exit code 0 2024-11-01T18:03:59.4641017Z goto fail 2024-11-01T18:03:59.4641254Z ) 2024-11-01T18:03:59.4641387Z 2024-11-01T18:03:59.4641607Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:03:59.4648291Z 2024-11-01T18:03:59.4648907Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:03:59.4650076Z call :libtorch_check "verify_api_visibility" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\verify_api_visibility.exe" 2024-11-01T18:03:59.4651072Z if errorlevel 1 goto fail 2024-11-01T18:03:59.4651382Z ) 2024-11-01T18:03:59.4660424Z 2024-11-01T18:03:59.4660956Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:03:59.4664484Z 2024-11-01T18:03:59.4665222Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:03:59.4667217Z 2024-11-01T18:03:59.4667925Z (base) C:\actions-runner\_work\pytorch\pytorch>if "verify_api_visibility" == "verify_api_visibility" goto :eof 2024-11-01T18:03:59.4675711Z 2024-11-01T18:03:59.4676153Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:03:59.4677139Z call :libtorch_check "weakref_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2024-11-01T18:03:59.4678031Z if errorlevel 1 goto fail 2024-11-01T18:03:59.4678350Z ) 2024-11-01T18:03:59.4686576Z 2024-11-01T18:03:59.4687128Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:03:59.4690464Z 2024-11-01T18:03:59.4691453Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:03:59.4694016Z 2024-11-01T18:03:59.4695068Z (base) C:\actions-runner\_work\pytorch\pytorch>if "weakref_test" == "verify_api_visibility" goto :eof 2024-11-01T18:03:59.4695715Z 2024-11-01T18:03:59.4696468Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2024-11-01T18:03:59.4697948Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2024-11-01T18:03:59.4698579Z 2024-11-01T18:03:59.4699033Z (base) C:\actions-runner\_work\pytorch\pytorch>if "weakref_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:03:59.4700101Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2024-11-01T18:03:59.4700798Z goto :eof 2024-11-01T18:03:59.4701033Z ) 2024-11-01T18:03:59.4701158Z 2024-11-01T18:03:59.4701696Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/weakref_test" 2024-11-01T18:03:59.6320026Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:03:59.6321250Z import pkg_resources 2024-11-01T18:04:05.0122060Z Found test times from artifacts 2024-11-01T18:04:05.0836574Z Found test times from artifacts 2024-11-01T18:04:05.0858737Z Running 25% of tests based on TD 2024-11-01T18:04:05.0863834Z Running parallel tests on 3 processes 2024-11-01T18:04:05.0864667Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:04:05.0865110Z Serial tests (0): 2024-11-01T18:04:05.0865411Z Parallel tests (1): 2024-11-01T18:04:05.0865720Z cpp/weakref_test 1/1 2024-11-01T18:04:05.0866057Z Name: excluded (est. time: 0.0min) 2024-11-01T18:04:05.0866408Z Serial tests (0): 2024-11-01T18:04:05.0866709Z Parallel tests (0): 2024-11-01T18:04:05.0936014Z Running cpp/weakref_test 1/1 ... [2024-11-01 18:04:05.088245] 2024-11-01T18:04:05.0936583Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:04:05.0946472Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\weakref_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6522f3db3a04049f.xml', '-x', '--reruns=2'] ... [2024-11-01 18:04:05.093843] 2024-11-01T18:04:05.0949096Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:04:07.7091531Z 2024-11-01T18:04:07.7092874Z cpp/weakref_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.weakref_test_1.1_84004dfe954ffe85_.log 2024-11-01T18:04:07.7093880Z 2024-11-01T18:04:09.2461591Z Running cpp/weakref_test 1/1 ... [2024-11-01 18:04:09.245997] 2024-11-01T18:04:09.2462187Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:04:09.2471567Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\weakref_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5feed9e479b0dd3b.xml', '-x', '--reruns=2'] ... [2024-11-01 18:04:09.246633] 2024-11-01T18:04:12.4492995Z 2024-11-01T18:04:12.4494323Z cpp/weakref_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.weakref_test_1.1_abea77b12947c6ea_.log 2024-11-01T18:04:12.4495249Z 2024-11-01T18:04:13.0966041Z Running test batch 'tests to run' cost 8.01 seconds 2024-11-01T18:04:13.6570273Z 2024-11-01T18:04:13.6570947Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:04:13.6571590Z echo "weakref_test" failed with exit code 0 2024-11-01T18:04:13.6572000Z goto fail 2024-11-01T18:04:13.6572401Z ) 2024-11-01T18:04:13.6573031Z 2024-11-01T18:04:13.6573502Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:04:13.6574112Z echo "weakref_test" failed with exit code 0 2024-11-01T18:04:13.6574530Z goto fail 2024-11-01T18:04:13.6574766Z ) 2024-11-01T18:04:13.6574898Z 2024-11-01T18:04:13.6575118Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:04:13.6581180Z 2024-11-01T18:04:13.6581519Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:04:13.6582484Z call :libtorch_check "wrapdim_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2024-11-01T18:04:13.6583374Z if errorlevel 1 goto fail 2024-11-01T18:04:13.6583676Z ) 2024-11-01T18:04:13.6592436Z 2024-11-01T18:04:13.6593310Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:04:13.6596316Z 2024-11-01T18:04:13.6597117Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:04:13.6599168Z 2024-11-01T18:04:13.6599785Z (base) C:\actions-runner\_work\pytorch\pytorch>if "wrapdim_test" == "verify_api_visibility" goto :eof 2024-11-01T18:04:13.6600518Z 2024-11-01T18:04:13.6601331Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2024-11-01T18:04:13.6602692Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2024-11-01T18:04:13.6603326Z 2024-11-01T18:04:13.6603774Z (base) C:\actions-runner\_work\pytorch\pytorch>if "wrapdim_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:04:13.6604842Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2024-11-01T18:04:13.6605537Z goto :eof 2024-11-01T18:04:13.6605769Z ) 2024-11-01T18:04:13.6605894Z 2024-11-01T18:04:13.6606430Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/wrapdim_test" 2024-11-01T18:04:13.8251631Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:04:13.8252905Z import pkg_resources 2024-11-01T18:04:19.0653789Z Found test times from artifacts 2024-11-01T18:04:19.1357087Z Found test times from artifacts 2024-11-01T18:04:19.1379755Z Running 25% of tests based on TD 2024-11-01T18:04:19.1384269Z Running parallel tests on 3 processes 2024-11-01T18:04:19.1384747Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:04:19.1385188Z Serial tests (0): 2024-11-01T18:04:19.1385478Z Parallel tests (1): 2024-11-01T18:04:19.1385793Z cpp/wrapdim_test 1/1 2024-11-01T18:04:19.1386126Z Name: excluded (est. time: 0.0min) 2024-11-01T18:04:19.1386473Z Serial tests (0): 2024-11-01T18:04:19.1386790Z Parallel tests (0): 2024-11-01T18:04:19.1455791Z Running cpp/wrapdim_test 1/1 ... [2024-11-01 18:04:19.145418] 2024-11-01T18:04:19.1463701Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:04:19.1468793Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\wrapdim_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8886b32eef9acf5a.xml', '-x', '--reruns=2'] ... [2024-11-01 18:04:19.146631] 2024-11-01T18:04:19.1471411Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:04:21.8914657Z 2024-11-01T18:04:21.8916035Z cpp/wrapdim_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.wrapdim_test_1.1_6adfc7f7c52fbc16_.log 2024-11-01T18:04:21.8916939Z 2024-11-01T18:04:23.2727331Z Running cpp/wrapdim_test 1/1 ... [2024-11-01 18:04:23.272190] 2024-11-01T18:04:23.2728047Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:04:23.2738194Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\wrapdim_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5f936439662860d1.xml', '-x', '--reruns=2'] ... [2024-11-01 18:04:23.273329] 2024-11-01T18:04:26.4883926Z 2024-11-01T18:04:26.4885046Z cpp/wrapdim_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.wrapdim_test_1.1_432d67b312a91086_.log 2024-11-01T18:04:26.4886544Z 2024-11-01T18:04:27.1154832Z Running test batch 'tests to run' cost 7.97 seconds 2024-11-01T18:04:27.6501557Z 2024-11-01T18:04:27.6502267Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:04:27.6502917Z echo "wrapdim_test" failed with exit code 0 2024-11-01T18:04:27.6503351Z goto fail 2024-11-01T18:04:27.6503751Z ) 2024-11-01T18:04:27.6503896Z 2024-11-01T18:04:27.6504197Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:04:27.6504815Z echo "wrapdim_test" failed with exit code 0 2024-11-01T18:04:27.6505224Z goto fail 2024-11-01T18:04:27.6505455Z ) 2024-11-01T18:04:27.6505579Z 2024-11-01T18:04:27.6505816Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:04:27.6511512Z 2024-11-01T18:04:27.6511749Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2024-11-01T18:04:27.6512739Z call :libtorch_check "xla_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2024-11-01T18:04:27.6513656Z if errorlevel 1 goto fail 2024-11-01T18:04:27.6513976Z ) 2024-11-01T18:04:27.6522519Z 2024-11-01T18:04:27.6523334Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:04:27.6526412Z 2024-11-01T18:04:27.6527463Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2024-11-01T18:04:27.6529598Z 2024-11-01T18:04:27.6530175Z (base) C:\actions-runner\_work\pytorch\pytorch>if "xla_tensor_test" == "verify_api_visibility" goto :eof 2024-11-01T18:04:27.6530904Z 2024-11-01T18:04:27.6531832Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2024-11-01T18:04:27.6533303Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2024-11-01T18:04:27.6534000Z 2024-11-01T18:04:27.6534470Z (base) C:\actions-runner\_work\pytorch\pytorch>if "xla_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2024-11-01T18:04:27.6535569Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2024-11-01T18:04:27.6536301Z goto :eof 2024-11-01T18:04:27.6536528Z ) 2024-11-01T18:04:27.6536676Z 2024-11-01T18:04:27.6537230Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/xla_tensor_test" 2024-11-01T18:04:27.8159812Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-11-01T18:04:27.8161055Z import pkg_resources 2024-11-01T18:04:33.1225220Z Found test times from artifacts 2024-11-01T18:04:33.1920633Z Found test times from artifacts 2024-11-01T18:04:33.1942621Z Running 25% of tests based on TD 2024-11-01T18:04:33.1947518Z Running parallel tests on 3 processes 2024-11-01T18:04:33.1948296Z Name: tests to run (est. time: 0.0min) 2024-11-01T18:04:33.1948744Z Serial tests (0): 2024-11-01T18:04:33.1949040Z Parallel tests (1): 2024-11-01T18:04:33.1949368Z cpp/xla_tensor_test 1/1 2024-11-01T18:04:33.1949768Z Name: excluded (est. time: 0.0min) 2024-11-01T18:04:33.1950159Z Serial tests (0): 2024-11-01T18:04:33.1950632Z Parallel tests (0): 2024-11-01T18:04:33.2025362Z Running cpp/xla_tensor_test 1/1 ... [2024-11-01 18:04:33.201411] 2024-11-01T18:04:33.2026055Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:04:33.2036005Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\xla_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-117e5e90429ba3bd.xml', '-x', '--reruns=2'] ... [2024-11-01 18:04:33.202525] 2024-11-01T18:04:33.2038642Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2024-11-01T18:04:35.8081981Z 2024-11-01T18:04:35.8083204Z cpp/xla_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.xla_tensor_test_1.1_b6d30b53ceffa63e_.log 2024-11-01T18:04:35.8084126Z 2024-11-01T18:04:37.3244845Z Running cpp/xla_tensor_test 1/1 ... [2024-11-01 18:04:37.324007] 2024-11-01T18:04:37.3245641Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T18:04:37.3255618Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\xla_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-28ca6cca1a7ed012.xml', '-x', '--reruns=2'] ... [2024-11-01 18:04:37.325213] 2024-11-01T18:04:40.4780674Z 2024-11-01T18:04:40.4782134Z cpp/xla_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.xla_tensor_test_1.1_51e4e8670843445c_.log 2024-11-01T18:04:40.4783049Z 2024-11-01T18:04:41.1806015Z Running test batch 'tests to run' cost 8.0 seconds 2024-11-01T18:04:41.6900902Z 2024-11-01T18:04:41.6901677Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2024-11-01T18:04:41.6902382Z echo "xla_tensor_test" failed with exit code 0 2024-11-01T18:04:41.6902849Z goto fail 2024-11-01T18:04:41.6903089Z ) 2024-11-01T18:04:41.6903214Z 2024-11-01T18:04:41.6903515Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2024-11-01T18:04:41.6904147Z echo "xla_tensor_test" failed with exit code 0 2024-11-01T18:04:41.6904574Z goto fail 2024-11-01T18:04:41.6904799Z ) 2024-11-01T18:04:41.6904938Z 2024-11-01T18:04:41.6905162Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T18:04:41.6925100Z 2024-11-01T18:04:41.6925392Z (base) C:\actions-runner\_work\pytorch\pytorch>goto :eof 2024-11-01T18:04:41.6947666Z + [[ 0 == \1 ]] 2024-11-01T18:04:41.6947990Z + assert_git_not_dirty 2024-11-01T18:04:41.6948353Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2024-11-01T18:04:41.6948822Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2024-11-01T18:04:41.7066568Z ++ git status --porcelain 2024-11-01T18:04:41.7117497Z ++ grep -v '?? third_party' 2024-11-01T18:04:43.9291683Z ++ true 2024-11-01T18:04:43.9296025Z + git_status= 2024-11-01T18:04:43.9296368Z + [[ -n '' ]] 2024-11-01T18:04:43.9296635Z + echo 'TEST PASSED' 2024-11-01T18:04:43.9296940Z TEST PASSED 2024-11-01T18:04:43.9433764Z ##[group]Run cat test/**/*_toprint.log || true 2024-11-01T18:04:43.9434288Z cat test/**/*_toprint.log || true 2024-11-01T18:04:43.9453463Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T18:04:43.9454099Z env: 2024-11-01T18:04:43.9454358Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:43.9454942Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:43.9455764Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:43.9456470Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:43.9457049Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:43.9457455Z ##[endgroup] 2024-11-01T18:04:44.0174958Z cat: 'test/**/*_toprint.log': No such file or directory 2024-11-01T18:04:44.0279361Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2024-11-01T18:04:44.0279927Z kill "$MONITOR_SCRIPT_PID" 2024-11-01T18:04:44.0299250Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T18:04:44.0299887Z env: 2024-11-01T18:04:44.0300141Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:44.0300679Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:44.0301465Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:44.0302177Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:44.0302746Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:44.0303194Z MONITOR_SCRIPT_PID: 1899 2024-11-01T18:04:44.0303515Z ##[endgroup] 2024-11-01T18:04:44.0779946Z Prepare all required actions 2024-11-01T18:04:44.0780566Z Getting action download info 2024-11-01T18:04:44.2402200Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-11-01T18:04:44.4631777Z Download action repository 'actions/upload-artifact@v3' (SHA:ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5) 2024-11-01T18:04:44.7139501Z ##[group]Run ./.github/actions/upload-test-artifacts 2024-11-01T18:04:44.7139956Z with: 2024-11-01T18:04:44.7140405Z file-suffix: test-default-1-3-windows.4xlarge.nonephemeral_32397262347 2024-11-01T18:04:44.7141010Z s3-bucket: gha-artifacts 2024-11-01T18:04:44.7141314Z env: 2024-11-01T18:04:44.7141537Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:44.7142082Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:44.7142856Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:44.7143594Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:44.7144159Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:44.7144608Z ##[endgroup] 2024-11-01T18:04:44.7267252Z ##[group]Run # -ir => recursive include all files in pattern 2024-11-01T18:04:44.7267879Z # -ir => recursive include all files in pattern 2024-11-01T18:04:44.7268579Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.json' 2024-11-01T18:04:44.7285035Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T18:04:44.7285683Z env: 2024-11-01T18:04:44.7285921Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:44.7286466Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:44.7287246Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:44.7287937Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:44.7288531Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:44.7289182Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_32397262347 2024-11-01T18:04:44.7289757Z ##[endgroup] 2024-11-01T18:04:45.0563356Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T18:04:45.0626179Z Finished 2024-11-01T18:04:45.4225649Z 2024-11-01T18:04:45.4226170Z 7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11 2024-11-01T18:04:45.4226628Z 2024-11-01T18:04:45.4226765Z Scanning the drive: 2024-11-01T18:04:45.4227064Z 104 files, 24662 bytes (25 KiB) 2024-11-01T18:04:45.4227330Z 2024-11-01T18:04:45.4227800Z Creating archive: test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip 2024-11-01T18:04:45.4228451Z 2024-11-01T18:04:45.4228662Z Add new data to archive: 104 files, 24662 bytes (25 KiB) 2024-11-01T18:04:45.4229035Z 2024-11-01T18:04:45.4229039Z 2024-11-01T18:04:45.4229167Z Files read from disk: 104 2024-11-01T18:04:45.4229515Z Archive size: 33744 bytes (33 KiB) 2024-11-01T18:04:45.4229887Z Everything is Ok 2024-11-01T18:04:45.4508702Z ##[group]Run # -ir => recursive include all files in pattern 2024-11-01T18:04:45.4509324Z # -ir => recursive include all files in pattern 2024-11-01T18:04:45.4510287Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.xml' -ir'!test\test-reports\*.csv' 2024-11-01T18:04:45.4525868Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T18:04:45.4526514Z env: 2024-11-01T18:04:45.4526763Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:45.4527312Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:45.4528079Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:45.4528785Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:45.4529364Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:45.4531329Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_32397262347 2024-11-01T18:04:45.4531953Z ##[endgroup] 2024-11-01T18:04:45.8134177Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T18:04:45.8198065Z Finished 2024-11-01T18:04:45.9435600Z 2024-11-01T18:04:45.9436332Z 7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11 2024-11-01T18:04:45.9436802Z 2024-11-01T18:04:45.9436945Z Scanning the drive: 2024-11-01T18:04:45.9437247Z 241 files, 4024889 bytes (3931 KiB) 2024-11-01T18:04:45.9437520Z 2024-11-01T18:04:45.9438009Z Creating archive: test-reports-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip 2024-11-01T18:04:45.9438657Z 2024-11-01T18:04:45.9438902Z Add new data to archive: 241 files, 4024889 bytes (3931 KiB) 2024-11-01T18:04:45.9439292Z 2024-11-01T18:04:45.9439297Z 2024-11-01T18:04:45.9439420Z Files read from disk: 241 2024-11-01T18:04:45.9439751Z Archive size: 351240 bytes (344 KiB) 2024-11-01T18:04:45.9440143Z Everything is Ok 2024-11-01T18:04:45.9721320Z ##[group]Run # -ir => recursive include all files in pattern 2024-11-01T18:04:45.9721948Z # -ir => recursive include all files in pattern 2024-11-01T18:04:45.9722700Z 7z a "logs-$Env:FILE_SUFFIX.zip" 'usage_log.txt' -ir'!test\test-reports\*.log' 2024-11-01T18:04:45.9743375Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T18:04:45.9744042Z env: 2024-11-01T18:04:45.9744298Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:45.9744834Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:45.9745615Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:45.9746318Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:45.9746889Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:45.9747538Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_32397262347 2024-11-01T18:04:45.9749032Z ##[endgroup] 2024-11-01T18:04:46.2942042Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T18:04:46.2989167Z Finished 2024-11-01T18:04:46.4374052Z 2024-11-01T18:04:46.4374667Z 7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11 2024-11-01T18:04:46.4375127Z 2024-11-01T18:04:46.4375260Z Scanning the drive: 2024-11-01T18:04:46.4375600Z 276 files, 5753370 bytes (5619 KiB) 2024-11-01T18:04:46.4375861Z 2024-11-01T18:04:46.4376296Z Creating archive: logs-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip 2024-11-01T18:04:46.4376879Z 2024-11-01T18:04:46.4377124Z Add new data to archive: 276 files, 5753370 bytes (5619 KiB) 2024-11-01T18:04:46.4377508Z 2024-11-01T18:04:46.4377514Z 2024-11-01T18:04:46.4377624Z Files read from disk: 276 2024-11-01T18:04:46.4377967Z Archive size: 594048 bytes (581 KiB) 2024-11-01T18:04:46.4378338Z Everything is Ok 2024-11-01T18:04:46.4683186Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-11-01T18:04:46.4683619Z with: 2024-11-01T18:04:46.4683871Z s3-bucket: gha-artifacts 2024-11-01T18:04:46.4684266Z s3-prefix: pytorch/pytorch/11632515612/1/artifact 2024-11-01T18:04:46.4685701Z retention-days: 14 2024-11-01T18:04:46.4686134Z if-no-files-found: warn 2024-11-01T18:04:46.4686448Z path: test-jsons-*.zip 2024-11-01T18:04:46.4686756Z name: artifact 2024-11-01T18:04:46.4687026Z region: us-east-1 2024-11-01T18:04:46.4687282Z env: 2024-11-01T18:04:46.4687518Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:46.4688063Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:46.4688832Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:46.4689521Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:46.4690101Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:46.4691423Z ##[endgroup] 2024-11-01T18:04:46.8533994Z NOTE: s3-prefix specified, ignoring name parameter 2024-11-01T18:04:46.8534667Z With the provided path, there will be 1 file uploaded 2024-11-01T18:04:46.8535280Z Uploading to s3 prefix: pytorch/pytorch/11632515612/1/artifact 2024-11-01T18:04:46.8547393Z Starting upload of test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip 2024-11-01T18:04:47.0359566Z Finished upload of test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip 2024-11-01T18:04:47.0652211Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-11-01T18:04:47.0652738Z with: 2024-11-01T18:04:47.0652997Z s3-bucket: gha-artifacts 2024-11-01T18:04:47.0653394Z s3-prefix: pytorch/pytorch/11632515612/1/artifact 2024-11-01T18:04:47.0653849Z retention-days: 14 2024-11-01T18:04:47.0654158Z if-no-files-found: error 2024-11-01T18:04:47.0654483Z path: test-reports-*.zip 2024-11-01T18:04:47.0654802Z name: artifact 2024-11-01T18:04:47.0655071Z region: us-east-1 2024-11-01T18:04:47.0655324Z env: 2024-11-01T18:04:47.0655575Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:47.0656119Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:47.0656878Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:47.0658499Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:47.0659084Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:47.0659503Z ##[endgroup] 2024-11-01T18:04:47.4682338Z NOTE: s3-prefix specified, ignoring name parameter 2024-11-01T18:04:47.4682924Z With the provided path, there will be 1 file uploaded 2024-11-01T18:04:47.4683533Z Uploading to s3 prefix: pytorch/pytorch/11632515612/1/artifact 2024-11-01T18:04:47.4697756Z Starting upload of test-reports-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip 2024-11-01T18:04:47.7198315Z Finished upload of test-reports-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip 2024-11-01T18:04:47.7453901Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-11-01T18:04:47.7454342Z with: 2024-11-01T18:04:47.7454603Z s3-bucket: gha-artifacts 2024-11-01T18:04:47.7455002Z s3-prefix: pytorch/pytorch/11632515612/1/artifact 2024-11-01T18:04:47.7455459Z retention-days: 14 2024-11-01T18:04:47.7455780Z if-no-files-found: ignore 2024-11-01T18:04:47.7456097Z path: logs-*.zip 2024-11-01T18:04:47.7456374Z name: artifact 2024-11-01T18:04:47.7456642Z region: us-east-1 2024-11-01T18:04:47.7456894Z env: 2024-11-01T18:04:47.7457134Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:47.7457682Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:47.7458450Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:47.7459152Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:47.7459733Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:47.7460147Z ##[endgroup] 2024-11-01T18:04:48.1237370Z NOTE: s3-prefix specified, ignoring name parameter 2024-11-01T18:04:48.1237975Z With the provided path, there will be 1 file uploaded 2024-11-01T18:04:48.1238590Z Uploading to s3 prefix: pytorch/pytorch/11632515612/1/artifact 2024-11-01T18:04:48.1251354Z Starting upload of logs-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip 2024-11-01T18:04:48.3293915Z Finished upload of logs-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip 2024-11-01T18:04:48.3547319Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-11-01T18:04:48.3547767Z with: 2024-11-01T18:04:48.3548040Z s3-bucket: gha-artifacts 2024-11-01T18:04:48.3548451Z s3-prefix: pytorch/pytorch/11632515612/1/artifact 2024-11-01T18:04:48.3548926Z retention-days: 14 2024-11-01T18:04:48.3569788Z if-no-files-found: ignore 2024-11-01T18:04:48.3571273Z path: debug-*.zip 2024-11-01T18:04:48.3571555Z name: artifact 2024-11-01T18:04:48.3571825Z region: us-east-1 2024-11-01T18:04:48.3572076Z env: 2024-11-01T18:04:48.3572584Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:48.3573133Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:48.3573914Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:48.3574685Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:48.3575252Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:48.3575666Z ##[endgroup] 2024-11-01T18:04:48.7291104Z No files were found with the provided path: debug-*.zip. No artifacts will be uploaded. 2024-11-01T18:04:48.7541959Z ##[group]Run python3 .github/scripts/parse_ref.py 2024-11-01T18:04:48.7542517Z python3 .github/scripts/parse_ref.py 2024-11-01T18:04:48.7560918Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T18:04:48.7561551Z env: 2024-11-01T18:04:48.7561798Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:48.7562332Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:48.7563109Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:48.7563808Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:48.7564372Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:48.7564803Z ##[endgroup] 2024-11-01T18:04:48.8622674Z ##[group]Run # This step removes PyTorch installed by the test to give a clean slate 2024-11-01T18:04:48.8623624Z # This step removes PyTorch installed by the test to give a clean slate 2024-11-01T18:04:48.8624234Z # to the next job 2024-11-01T18:04:48.8624616Z python3 -mpip uninstall -y torch 2024-11-01T18:04:48.8643183Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T18:04:48.8643799Z env: 2024-11-01T18:04:48.8644052Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:48.8644603Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:48.8645366Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:48.8646076Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:48.8646654Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:48.8647082Z ##[endgroup] 2024-11-01T18:04:49.3763873Z Found existing installation: torch 2.6.0a0+gitd1aa4ef 2024-11-01T18:04:50.3730141Z Uninstalling torch-2.6.0a0+gitd1aa4ef: 2024-11-01T18:04:50.5985971Z Successfully uninstalled torch-2.6.0a0+gitd1aa4ef 2024-11-01T18:04:52.4674568Z Prepare all required actions 2024-11-01T18:04:52.4675024Z Getting action download info 2024-11-01T18:04:52.6102577Z ##[group]Run ./.github/actions/teardown-win 2024-11-01T18:04:52.6102986Z with: 2024-11-01T18:04:52.6103205Z env: 2024-11-01T18:04:52.6103432Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:52.6103981Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:52.6104764Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:52.6105562Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:52.6106128Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:52.6106542Z ##[endgroup] 2024-11-01T18:04:52.6184126Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2024-11-01T18:04:52.6184739Z .github\scripts\wait_for_ssh_to_drain.ps1 2024-11-01T18:04:52.6200811Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T18:04:52.6201444Z env: 2024-11-01T18:04:52.6201701Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:52.6202245Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:52.6203128Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:52.6203865Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:52.6204441Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:52.6204852Z ##[endgroup] 2024-11-01T18:04:52.9532214Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T18:04:52.9582164Z Finished 2024-11-01T18:04:53.0979788Z Holding runner until all ssh sessions have logged out 2024-11-01T18:04:53.1265721Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2024-11-01T18:04:53.1266323Z .github\scripts\kill_active_ssh_sessions.ps1 2024-11-01T18:04:53.1281528Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T18:04:53.1282158Z env: 2024-11-01T18:04:53.1282404Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:53.1282949Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:53.1283712Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:53.1284410Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:53.1284986Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:53.1285388Z ##[endgroup] 2024-11-01T18:04:53.4552436Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T18:04:53.4593239Z Finished 2024-11-01T18:04:53.4978264Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-11-01T18:04:53.4978807Z env: 2024-11-01T18:04:53.4979036Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:53.4979579Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:53.4980370Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:53.4981056Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:53.4981633Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:53.4982044Z ##[endgroup] 2024-11-01T18:04:53.5053152Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T18:04:53.5054282Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T18:04:53.5055341Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-11-01T18:04:53.5056071Z # handle tool 2024-11-01T18:04:53.5056588Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-11-01T18:04:53.5057204Z Foreach ($process In $processes) { 2024-11-01T18:04:53.5057614Z  Try { 2024-11-01T18:04:53.5059623Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-11-01T18:04:53.5060697Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-11-01T18:04:53.5061280Z  } 2024-11-01T18:04:53.5061530Z  Catch { 2024-11-01T18:04:53.5061981Z  Write-Output "No leftover $process process, continuing" 2024-11-01T18:04:53.5062514Z  Write-Output $_ 2024-11-01T18:04:53.5062838Z  } 2024-11-01T18:04:53.5063080Z } 2024-11-01T18:04:53.5063302Z  2024-11-01T18:04:53.5063973Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-11-01T18:04:53.5064869Z # for hung processes 2024-11-01T18:04:53.5065258Z Foreach ($process In $processes) { 2024-11-01T18:04:53.5065667Z  Try { 2024-11-01T18:04:53.5066247Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-11-01T18:04:53.5066898Z  } 2024-11-01T18:04:53.5067153Z  Catch { 2024-11-01T18:04:53.5067452Z  Write-Output $_ 2024-11-01T18:04:53.5067760Z  } 2024-11-01T18:04:53.5067998Z } 2024-11-01T18:04:53.5068228Z  2024-11-01T18:04:53.5068448Z Try { 2024-11-01T18:04:53.5068792Z  # Print all the processes for debugging 2024-11-01T18:04:53.5069497Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-11-01T18:04:53.5070102Z } 2024-11-01T18:04:53.5070342Z Catch { 2024-11-01T18:04:53.5070928Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-11-01T18:04:53.5071691Z  Write-Output $_ 2024-11-01T18:04:53.5071990Z } 2024-11-01T18:04:53.5087096Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T18:04:53.5087745Z env: 2024-11-01T18:04:53.5087975Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:53.5088517Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:53.5089289Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:53.5089975Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:53.5090548Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:53.5090968Z ##[endgroup] 2024-11-01T18:04:53.8392327Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T18:04:53.8442914Z Finished 2024-11-01T18:04:53.8586562Z No leftover python process, continuing 2024-11-01T18:04:53.9056087Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-11-01T18:04:53.9057157Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:9 char:5 2024-11-01T18:04:53.9058059Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T18:04:53.9058678Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:53.9059378Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-11-01T18:04:53.9060522Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T18:04:53.9061347Z 2024-11-01T18:04:53.9070746Z No leftover ninja process, continuing 2024-11-01T18:04:53.9080957Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-11-01T18:04:53.9081985Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:9 char:5 2024-11-01T18:04:53.9082823Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T18:04:53.9083468Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:53.9084942Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-11-01T18:04:53.9086178Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T18:04:53.9087042Z 2024-11-01T18:04:53.9095644Z No leftover cl process, continuing 2024-11-01T18:04:53.9105337Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-11-01T18:04:53.9106340Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:9 char:5 2024-11-01T18:04:53.9107149Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T18:04:53.9107810Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:53.9108500Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-11-01T18:04:53.9109800Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T18:04:53.9110629Z 2024-11-01T18:04:53.9117110Z No leftover nvcc process, continuing 2024-11-01T18:04:53.9126991Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-11-01T18:04:53.9128001Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:9 char:5 2024-11-01T18:04:53.9128824Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T18:04:53.9129490Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:53.9130168Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-11-01T18:04:53.9131302Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T18:04:53.9132389Z 2024-11-01T18:04:53.9138498Z No leftover cmd process, continuing 2024-11-01T18:04:53.9148718Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-11-01T18:04:53.9149790Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:9 char:5 2024-11-01T18:04:53.9150617Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T18:04:53.9151261Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:53.9151953Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-11-01T18:04:53.9153080Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T18:04:53.9153904Z 2024-11-01T18:04:53.9160496Z No leftover sccache process, continuing 2024-11-01T18:04:53.9170436Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-11-01T18:04:53.9171572Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:9 char:5 2024-11-01T18:04:53.9172433Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T18:04:53.9173104Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:53.9173813Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-11-01T18:04:53.9174966Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T18:04:53.9175777Z 2024-11-01T18:04:53.9182002Z No leftover git process, continuing 2024-11-01T18:04:53.9191817Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-11-01T18:04:53.9192811Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:9 char:5 2024-11-01T18:04:53.9193665Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T18:04:53.9194341Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:53.9195029Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-11-01T18:04:53.9196295Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T18:04:53.9197122Z 2024-11-01T18:04:53.9587246Z You cannot call a method on a null-valued expression. 2024-11-01T18:04:53.9588036Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:21 char:5 2024-11-01T18:04:53.9588872Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T18:04:53.9589517Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:53.9590123Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T18:04:53.9590846Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T18:04:53.9591282Z 2024-11-01T18:04:53.9741968Z You cannot call a method on a null-valued expression. 2024-11-01T18:04:53.9742724Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:21 char:5 2024-11-01T18:04:53.9743566Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T18:04:53.9744223Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:53.9744827Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T18:04:53.9745503Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T18:04:53.9745982Z 2024-11-01T18:04:53.9881044Z You cannot call a method on a null-valued expression. 2024-11-01T18:04:53.9881804Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:21 char:5 2024-11-01T18:04:53.9882634Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T18:04:53.9883272Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:53.9884030Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T18:04:53.9884646Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T18:04:53.9885076Z 2024-11-01T18:04:54.0016841Z You cannot call a method on a null-valued expression. 2024-11-01T18:04:54.0017602Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:21 char:5 2024-11-01T18:04:54.0018435Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T18:04:54.0019075Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:54.0019693Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T18:04:54.0020309Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T18:04:54.0020726Z 2024-11-01T18:04:54.0158549Z You cannot call a method on a null-valued expression. 2024-11-01T18:04:54.0159318Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:21 char:5 2024-11-01T18:04:54.0160175Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T18:04:54.0160814Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:54.0161448Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T18:04:54.0162065Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T18:04:54.0162479Z 2024-11-01T18:04:54.0328582Z You cannot call a method on a null-valued expression. 2024-11-01T18:04:54.0329343Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:21 char:5 2024-11-01T18:04:54.0330162Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T18:04:54.0330816Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:54.0331443Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T18:04:54.0332059Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T18:04:54.0332564Z 2024-11-01T18:04:54.0468303Z You cannot call a method on a null-valued expression. 2024-11-01T18:04:54.0469064Z At C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1:21 char:5 2024-11-01T18:04:54.0470066Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T18:04:54.0470724Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T18:04:54.0471350Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T18:04:54.0471958Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T18:04:54.0472388Z 2024-11-01T18:04:54.1138304Z Caption CommandLine ProcessId 2024-11-01T18:04:54.1139178Z 2024-11-01T18:04:54.1139657Z System Idle Process 0 2024-11-01T18:04:54.1140244Z 2024-11-01T18:04:54.1140635Z System 4 2024-11-01T18:04:54.1141149Z 2024-11-01T18:04:54.1141555Z Registry 168 2024-11-01T18:04:54.1142160Z 2024-11-01T18:04:54.1142564Z smss.exe 408 2024-11-01T18:04:54.1143090Z 2024-11-01T18:04:54.1143791Z csrss.exe 536 2024-11-01T18:04:54.1145399Z 2024-11-01T18:04:54.1146646Z csrss.exe 612 2024-11-01T18:04:54.1147180Z 2024-11-01T18:04:54.1147774Z wininit.exe 664 2024-11-01T18:04:54.1148317Z 2024-11-01T18:04:54.1149649Z winlogon.exe winlogon.exe 688 2024-11-01T18:04:54.1150344Z 2024-11-01T18:04:54.1150827Z services.exe 752 2024-11-01T18:04:54.1151376Z 2024-11-01T18:04:54.1151956Z lsass.exe C:\Windows\system32\lsass.exe 772 2024-11-01T18:04:54.1152699Z 2024-11-01T18:04:54.1153447Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 896 2024-11-01T18:04:54.1154299Z 2024-11-01T18:04:54.1154968Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 920 2024-11-01T18:04:54.1155753Z 2024-11-01T18:04:54.1156438Z fontdrvhost.exe "fontdrvhost.exe" 940 2024-11-01T18:04:54.1157094Z 2024-11-01T18:04:54.1157626Z fontdrvhost.exe "fontdrvhost.exe" 948 2024-11-01T18:04:54.1158358Z 2024-11-01T18:04:54.1159011Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 148 2024-11-01T18:04:54.1159775Z 2024-11-01T18:04:54.1160483Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 448 2024-11-01T18:04:54.1161296Z 2024-11-01T18:04:54.1162109Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1048 2024-11-01T18:04:54.1162955Z 2024-11-01T18:04:54.1163883Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1152 2024-11-01T18:04:54.1164848Z 2024-11-01T18:04:54.1165287Z dwm.exe "dwm.exe" 1204 2024-11-01T18:04:54.1165848Z 2024-11-01T18:04:54.1166435Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1316 2024-11-01T18:04:54.1167181Z 2024-11-01T18:04:54.1168108Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1340 2024-11-01T18:04:54.1169069Z 2024-11-01T18:04:54.1170971Z 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 1428 2024-11-01T18:04:54.1173156Z 2024-11-01T18:04:54.1173927Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1436 2024-11-01T18:04:54.1174759Z 2024-11-01T18:04:54.1175438Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1472 2024-11-01T18:04:54.1176266Z 2024-11-01T18:04:54.1177095Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1492 2024-11-01T18:04:54.1178031Z 2024-11-01T18:04:54.1178787Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1540 2024-11-01T18:04:54.1179715Z 2024-11-01T18:04:54.1180405Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1576 2024-11-01T18:04:54.1181245Z 2024-11-01T18:04:54.1182041Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1660 2024-11-01T18:04:54.1182925Z 2024-11-01T18:04:54.1183741Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1684 2024-11-01T18:04:54.1184747Z 2024-11-01T18:04:54.1185561Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1732 2024-11-01T18:04:54.1186439Z 2024-11-01T18:04:54.1187126Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1920 2024-11-01T18:04:54.1187958Z 2024-11-01T18:04:54.1188640Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1928 2024-11-01T18:04:54.1190154Z 2024-11-01T18:04:54.1191011Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1936 2024-11-01T18:04:54.1191898Z 2024-11-01T18:04:54.1192750Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1992 2024-11-01T18:04:54.1193746Z 2024-11-01T18:04:54.1194423Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1140 2024-11-01T18:04:54.1195241Z 2024-11-01T18:04:54.1196174Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2088 2024-11-01T18:04:54.1197255Z 2024-11-01T18:04:54.1198021Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2136 2024-11-01T18:04:54.1199012Z 2024-11-01T18:04:54.1199754Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2204 2024-11-01T18:04:54.1200638Z 2024-11-01T18:04:54.1201366Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2236 2024-11-01T18:04:54.1202364Z 2024-11-01T18:04:54.1203154Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2300 2024-11-01T18:04:54.1204059Z 2024-11-01T18:04:54.1204898Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2392 2024-11-01T18:04:54.1205873Z 2024-11-01T18:04:54.1206661Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2412 2024-11-01T18:04:54.1207666Z 2024-11-01T18:04:54.1208438Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2444 2024-11-01T18:04:54.1209277Z 2024-11-01T18:04:54.1209991Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2592 2024-11-01T18:04:54.1210825Z 2024-11-01T18:04:54.1211542Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2720 2024-11-01T18:04:54.1212465Z 2024-11-01T18:04:54.1213108Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2828 2024-11-01T18:04:54.1213869Z 2024-11-01T18:04:54.1215081Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2916 2024-11-01T18:04:54.1215963Z 2024-11-01T18:04:54.1216791Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2924 2024-11-01T18:04:54.1217728Z 2024-11-01T18:04:54.1218432Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2932 2024-11-01T18:04:54.1219392Z 2024-11-01T18:04:54.1220129Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2940 2024-11-01T18:04:54.1220979Z 2024-11-01T18:04:54.1221699Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2948 2024-11-01T18:04:54.1222597Z 2024-11-01T18:04:54.1223305Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2956 2024-11-01T18:04:54.1224153Z 2024-11-01T18:04:54.1225059Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2968 2024-11-01T18:04:54.1226008Z 2024-11-01T18:04:54.1226711Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2980 2024-11-01T18:04:54.1227559Z 2024-11-01T18:04:54.1228262Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3100 2024-11-01T18:04:54.1229142Z 2024-11-01T18:04:54.1229733Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3156 2024-11-01T18:04:54.1230567Z 2024-11-01T18:04:54.1231595Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3232 2024-11-01T18:04:54.1232700Z 2024-11-01T18:04:54.1233400Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3324 2024-11-01T18:04:54.1234235Z 2024-11-01T18:04:54.1235095Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3752 2024-11-01T18:04:54.1236229Z 2024-11-01T18:04:54.1236922Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a76855 /state1:0x41c64e6d 2672 2024-11-01T18:04:54.1237757Z 2024-11-01T18:04:54.1239442Z 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 3192 2024-11-01T18:04:54.1241350Z 2024-11-01T18:04:54.1242057Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 1692 2024-11-01T18:04:54.1242856Z 2024-11-01T18:04:54.1243389Z vds.exe C:\Windows\System32\vds.exe 3024 2024-11-01T18:04:54.1244072Z 2024-11-01T18:04:54.1244830Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 3008 2024-11-01T18:04:54.1245722Z 2024-11-01T18:04:54.1246283Z msdtc.exe C:\Windows\System32\msdtc.exe 2904 2024-11-01T18:04:54.1247035Z 2024-11-01T18:04:54.1247891Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1676 2024-11-01T18:04:54.1248835Z 2024-11-01T18:04:54.1249594Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 3460 2024-11-01T18:04:54.1250410Z 2024-11-01T18:04:54.1251230Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 1792 2024-11-01T18:04:54.1252201Z 2024-11-01T18:04:54.1253100Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4480 2024-11-01T18:04:54.1253945Z 2024-11-01T18:04:54.1254719Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4896 2024-11-01T18:04:54.1255608Z 2024-11-01T18:04:54.1256640Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 2428 2024-11-01T18:04:54.1257819Z 2024-11-01T18:04:54.1259958Z 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 4420 2024-11-01T18:04:54.1262107Z 2024-11-01T18:04:54.1262730Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4432 2024-11-01T18:04:54.1263469Z 2024-11-01T18:04:54.1264397Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 5032 2024-11-01T18:04:54.1265345Z 2024-11-01T18:04:54.1266088Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 1096 2024-11-01T18:04:54.1266976Z 2024-11-01T18:04:54.1267900Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4496 2024-11-01T18:04:54.1268908Z 2024-11-01T18:04:54.1269563Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4288 2024-11-01T18:04:54.1270366Z 2024-11-01T18:04:54.1271086Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 1304 2024-11-01T18:04:54.1271980Z 2024-11-01T18:04:54.1272720Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 124 2024-11-01T18:04:54.1273592Z 2024-11-01T18:04:54.1274325Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3316 2024-11-01T18:04:54.1275290Z 2024-11-01T18:04:54.1275958Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2268 2024-11-01T18:04:54.1276706Z 2024-11-01T18:04:54.1277511Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4832 2024-11-01T18:04:54.1278463Z 2024-11-01T18:04:54.1279234Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1692 1628 4792 2024-11-01T18:04:54.1280151Z 2024-11-01T18:04:54.1280798Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3204 2024-11-01T18:04:54.1281639Z 2024-11-01T18:04:54.1282350Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4860 2024-11-01T18:04:54.1283250Z 2024-11-01T18:04:54.1284657Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\d01616e3-f35d-4261-9d34-12f7870064fb.ps1'" 3400 2024-11-01T18:04:54.1286123Z 2024-11-01T18:04:54.1287133Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5532 2024-11-01T18:04:54.1288387Z 2024-11-01T18:04:54.1288392Z 2024-11-01T18:04:54.1288408Z 2024-11-01T18:04:54.1515711Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T18:04:54.1516157Z with: 2024-11-01T18:04:54.1516373Z shell: bash 2024-11-01T18:04:54.1516637Z timeout_minutes: 5 2024-11-01T18:04:54.1516926Z max_attempts: 3 2024-11-01T18:04:54.1517194Z retry_wait_seconds: 90 2024-11-01T18:04:54.1518764Z command: set +e set -x if [ -n "${EXTRA_DELETE_DIR}" ]; then # It's ok to fail to clean up the extra directory on Windows as it only contains # the build artifacts and doesn't take up much space, i.e. /c/5053411580/build-results rm -rf "${EXTRA_DELETE_DIR}" || true fi rm -rf ./* 2024-11-01T18:04:54.1520422Z polling_interval_seconds: 1 2024-11-01T18:04:54.1520759Z warning_on_retry: true 2024-11-01T18:04:54.1521077Z continue_on_error: false 2024-11-01T18:04:54.1521379Z env: 2024-11-01T18:04:54.1521603Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:04:54.1522147Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:04:54.1522923Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:04:54.1523688Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:04:54.1524257Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:04:54.1524683Z EXTRA_DELETE_DIR: 2024-11-01T18:04:54.1524975Z ##[endgroup] 2024-11-01T18:04:54.2678693Z + '[' -n '' ']' 2024-11-01T18:04:54.2686149Z + 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 ./defs.bzl ./docker.Makefile ./docs ./functorch ./ios ./logs-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pyproject.toml ./pytest.ini ./requirements.txt ./scripts ./setup.py ./test ./test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip ./test-reports ./test-reports-test-default-1-3-windows.4xlarge.nonephemeral_32397262347.zip ./third_party ./tools ./torch ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./usage_log.txt ./version.txt 2024-11-01T18:05:14.3885762Z Command completed after 1 attempt(s). 2024-11-01T18:05:14.4037431Z ##[group]Run handle C:\actions-runner\_work\ 2024-11-01T18:05:14.4037917Z handle C:\actions-runner\_work\ 2024-11-01T18:05:14.4053917Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T18:05:14.4054555Z env: 2024-11-01T18:05:14.4054809Z GIT_DEFAULT_BRANCH: main 2024-11-01T18:05:14.4055355Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T18:05:14.4056179Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T18:05:14.4056924Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T18:05:14.4057522Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T18:05:14.4057926Z ##[endgroup] 2024-11-01T18:05:14.7641364Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T18:05:14.7681386Z Finished 2024-11-01T18:05:14.8196171Z 2024-11-01T18:05:14.8196545Z Nthandle v5.0 - Handle viewer 2024-11-01T18:05:14.8197010Z Copyright (C) 1997-2022 Mark Russinovich 2024-11-01T18:05:14.8197910Z Sysinternals - www.sysinternals.com 2024-11-01T18:05:14.8198188Z 2024-11-01T18:05:14.8463416Z powershell.exe pid: 5432 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:05:14.8464371Z handle.exe pid: 5896 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:05:14.8465238Z handle.exe pid: 3848 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:05:14.8466121Z handle64.exe pid: 4872 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:05:14.8813027Z Post job cleanup. 2024-11-01T18:05:14.8916185Z Post job cleanup. 2024-11-01T18:05:14.9990374Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-11-01T18:05:15.0206528Z git version 2.46.0.windows.1 2024-11-01T18:05:15.0262349Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\5bda1127-4ec3-491d-8d85-b8a985684e32\.gitconfig' 2024-11-01T18:05:15.0280362Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5bda1127-4ec3-491d-8d85-b8a985684e32' before making global git config changes 2024-11-01T18:05:15.0281649Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T18:05:15.0287954Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-11-01T18:05:15.0567524Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-11-01T18:05:15.0801897Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2024-11-01T18:05:15.4458974Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T18:05:15.4649342Z http.https://github.com/.extraheader 2024-11-01T18:05:15.4695516Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2024-11-01T18:05:15.4940012Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2024-11-01T18:05:15.8596974Z Cleaning up orphan processes